@charset "UTF-8";
:root {
  --primary-color: #d21e2b;
  --secondary-color: #111111;
  --gray-color: #333333;
  --gradient-red-dark: linear-gradient(to right, $primary-color, #400909);
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
  outline: none;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  overflow-x: hidden;
}
.wrapper {
  margin: 0 30px;
  padding-inline: 0.1rem;
}
@media (min-width: 768px) {
  .wrapper {
    margin: 0 30px;
    padding-inline: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    margin: 0 40px;
    padding-inline: 0rem;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    margin: 0 60px;
    padding-inline: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    max-width: 1380px;
    margin: 0 auto;
    padding-inline: 1.2rem;
  }
}
.btn {
  width: 110px;
  height: 29px;
  font-size: 10px;
  padding: 5px 8px;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  color: var(--primary-color);
  background-color: transparent;
  font-family: Montserrat, sans-serif, sans-serif;
  font-weight: 700;
  font-size: 12px;
  transition: all 0.5s ease;
  color: #d1202d;
}
.btn:hover {
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .btn {
    width: 160px;
    height: 40px;
    padding: 10px;
  }
}
.btn-primary {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #fff;
  border: 2px solid #d1202d;
  padding: 5px 15px;
  border-radius: 7px;
  background-color: #d1202d;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn-primary {
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 10px;
  }
}
.btn-primary-outline {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #d1202d;
  border: 2px solid #d1202d;
  padding: 5px 15px;
  border-radius: 7px;
  background-color: transparent;
  cursor: pointer;
  transition: ease-in-out 0.5s;
}
.btn-primary-outline:hover {
  color: #fff;
  background-color: #d1202d;
  transition: ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .btn-primary-outline {
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 10px;
  }
}
.btn-secondary {
  font-family: Lato, sans-serif;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #d1202d;
  border: 2px solid #ffffff;
  padding: 5px 15px;
  border-radius: 7px;
  background-color: #fff;
  cursor: pointer;
  width: 100% !important;
}
@media (min-width: 768px) {
  .btn-secondary {
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 10px;
    width: fit-content !important;
  }
}
.btn-secondary-outline {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  border: 2px solid #ffffff;
  padding: 5px 15px;
  border-radius: 7px;
  background-color: transparent;
  cursor: pointer;
  transition: ease-in-out 0.5s;
}
.btn-secondary-outline:hover {
  color: #d1202d;
  background-color: #fff;
  transition: ease-in-out 0.3s;
}
@media (min-width: 768px) {
  .btn-secondary-outline {
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 10px;
  }
}
input {
  outline: none;
  border: 1px solid var(--gray-color);
  border-radius: 8px;
  padding: 20px;
}
textarea {
  width: 100%;
  height: 130px;
  border-radius: 8px;
  border-color: var(--gray-color);
  padding: 20px;
}
.bread-crumbs-container {
  margin-top: 0.3rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .bread-crumbs-container {
    margin-top: 1.5rem;
  }
}
.bread-crumbs-container .bread-crumbs-links {
  display: flex;
  align-items: center;
}
.bread-crumbs-container img {
  width: 6px;
  height: 8px;
  margin: 0 5px;
}
@media (min-width: 1024px) {
  .bread-crumbs-container img {
    width: 7px;
    height: 10px;
  }
}
.bread-crumbs-container a {
  cursor: pointer;
}
.bread-crumbs-container a,
.bread-crumbs-container p {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #181818;
}
@media (min-width: 1024px) {
  .bread-crumbs-container a,
  .bread-crumbs-container p {
    font-size: 15px;
    line-height: 18px;
  }
}
.spm {
  display: none;
}
@media (min-width: 1024px) {
  .spm {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    background-color: #fff;
  }
  .spm .spm-cont {
    max-width: 1400px;
    padding: 12px;
    margin: 0 auto;
  }
  .spm .spm-cont .spm-wrapper {
    position: relative;
  }
  .spm .spm-cont .spm-wrapper .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    background-color: #f8f8f8;
    padding: 14px;
    border-radius: 34px;
  }
  .spm .spm-cont .spm-wrapper .grid-item {
    padding: 5px 0;
    font-size: 30px;
    text-align: center;
  }
  .spm .spm-cont .spm-wrapper .timeline {
    width: inherit;
    height: 100%;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    font-size: 19px;
    color: #fff;
    font-weight: bolder;
  }
  .spm .spm-cont .spm-wrapper #tm-1 {
    background-color: #0187c0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 20px;
  }
  .spm .spm-cont .spm-wrapper #tm-2 {
    background-color: #0187c0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 40%;
  }
  .spm .spm-cont .spm-wrapper #tm-3 {
    background-color: #01b174;
    margin-left: 20px;
    margin-right: 4px;
  }
  .spm .spm-cont .spm-wrapper #tm-4 {
    background-color: #01b174;
    margin: 0 4px;
  }
  .spm .spm-cont .spm-wrapper #tm-5 {
    background-color: #ff8a01;
    margin-left: 20px;
    margin-right: 4px;
  }
  .spm .spm-cont .spm-wrapper #tm-6 {
    background-color: #ff8a01;
    margin: 0 4px;
  }
  .spm .spm-cont .spm-wrapper #tm-7 {
    background-color: #2e329a;
    margin: 0 4px;
  }
  .spm .spm-cont .spm-wrapper #tm-8 {
    background-color: #751fb9;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 4px;
  }
  .spm .spm-cont .spm-wrapper #tm-9 {
    background-color: #751fb9;
    border-radius: 0;
  }
  .spm .spm-cont .spm-wrapper #tm-10 {
    background-color: #751fb9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 4px;
  }
  .spm .spm-cont .spm-wrapper #tm-11 {
    background-color: #f14a3f;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 4px;
  }
  .spm .spm-cont .spm-wrapper #tm-12 {
    background-color: #f14a3f;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 4px;
  }
  .spm .spm-cont .spm-wrapper #tm-13 {
    background-color: #bfb8ca;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 75%;
    text-align: right;
  }
  .spm .spm-cont .spm-wrapper #tm-14 {
    background-color: #bfb8ca;
    border-radius: 0;
    text-align: left;
  }
  .spm .spm-cont .spm-wrapper #tm-15 {
    background-color: #bfb8ca;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 4px;
  }
  .spm .spm-cont .spm-wrapper #tm-16 {
    background-color: #687ffa;
    margin: 0 4px;
  }
  .spm .spm-cont .spm-wrapper .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2c2c2c;
    gap: 10px;
  }
  .spm .spm-cont .spm-wrapper .heading .index {
    font-size: 24px;
    font-weight: 700;
  }
  .spm .spm-cont .spm-wrapper .heading .title {
    width: 70%;
    font-size: 24px;
    font-weight: 700;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    display: flex;
    align-items: flex-start;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont .olap {
    height: inherit;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont #ol-1 {
    background-color: #fff6;
    width: 17.1%;
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont #ol-1:hover {
    cursor: pointer;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont #ol-2 {
    background-color: #fff6;
    width: 15.6%;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont #ol-2:hover {
    cursor: pointer;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont #ol-3 {
    background-color: #fff6;
    width: 23.6%;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont #ol-3:hover {
    cursor: pointer;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont #ol-4 {
    background-color: #fff6;
    width: 27.5%;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont #ol-4:hover {
    cursor: pointer;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont #ol-5 {
    background-color: #fff6;
    width: 16%;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  .spm .spm-cont .spm-wrapper .overlap-cont #ol-5:hover {
    cursor: pointer;
  }
}
.spm-ba {
  display: none;
}
@media (min-width: 1024px) {
  .spm-ba {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    background-color: #fff;
  }
  .spm-ba .spm-cont {
    max-width: 1400px;
    padding: 12px;
    margin: 0 auto;
  }
  .spm-ba .spm-cont .spm-wrapper {
    position: relative;
  }
  .spm-ba .spm-cont .spm-wrapper .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    background-color: #f8f8f8;
    padding: 14px;
    border-radius: 34px;
  }
  .spm-ba .spm-cont .spm-wrapper .grid-item {
    padding: 5px 0;
    font-size: 30px;
    text-align: center;
  }
  .spm-ba .spm-cont .spm-wrapper .timeline {
    width: inherit;
    height: 100%;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    font-size: 19px;
    color: #fff;
    font-weight: bolder;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-1 {
    background-color: #0187c0;
    margin-left: 20px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-2 {
    background-color: #01b174;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 20px;
    margin-right: 0;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-3 {
    background-color: #01b174;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-4 {
    background-color: #ff8a01;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 20px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-5 {
    background-color: #ff8a01;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-6 {
    background-color: #2e329a;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-7 {
    background-color: #2e329a;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-8 {
    background-color: #751fb9;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-9 {
    background-color: #751fb9;
    border-radius: 0;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-10 {
    background-color: #751fb9;
    border-radius: 0/0px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-11 {
    background-color: #751fb9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-12 {
    background-color: #f14a3f;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-13 {
    background-color: #f14a3f;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-14 {
    background-color: #bfb8ca;
    text-align: left;
    margin-right: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-15,
  .spm-ba .spm-cont .spm-wrapper #tm-16 {
    background-color: #bfb8ca;
    margin: 0 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-17 {
    background-color: #687ffa;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-18 {
    background-color: #687ffa;
    border-radius: 0/0px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-19 {
    background-color: #687ffa;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-20 {
    background-color: #fa6868;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper #tm-21 {
    background-color: #fa6868;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 4px;
  }
  .spm-ba .spm-cont .spm-wrapper .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2c2c2c;
    gap: 10px;
    text-align: center;
  }
  .spm-ba .spm-cont .spm-wrapper .heading .index {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .spm-ba .spm-cont .spm-wrapper .heading .title {
    width: 70%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    word-wrap: break-word;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    display: flex;
    align-items: flex-start;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont .olap {
    height: inherit;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont #ol-1 {
    background-color: #fff6;
    width: 26%;
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont #ol-1:hover {
    cursor: pointer;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont #ol-2 {
    background-color: #fff6;
    width: 25%;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont #ol-2:hover {
    cursor: pointer;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont #ol-3 {
    background-color: #fff6;
    width: 24%;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont #ol-3:hover {
    cursor: pointer;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont #ol-4 {
    background-color: #fff6;
    width: 22%;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont #ol-4:hover {
    cursor: pointer;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont #ol-5 {
    background-color: #fff6;
    width: 20%;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  .spm-ba .spm-cont .spm-wrapper .overlap-cont #ol-5:hover {
    cursor: pointer;
  }
}
.spm-qa {
  display: none;
}
@media (min-width: 1024px) {
  .spm-qa {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    background-color: #fff;
  }
  .spm-qa .spm-cont {
    max-width: 1400px;
    padding: 12px 40px;
    margin: 0 auto;
  }
  .spm-qa .spm-cont .spm-wrapper {
    position: relative;
  }
  .spm-qa .spm-cont .spm-wrapper .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    background-color: #f8f8f8;
    padding: 14px;
    border-radius: 34px;
  }
  .spm-qa .spm-cont .spm-wrapper .grid-item {
    padding: 5px 0;
    font-size: 30px;
    text-align: center;
  }
  .spm-qa .spm-cont .spm-wrapper .timeline {
    width: inherit;
    height: 100%;
    text-align: left;
    border-radius: 6px;
    padding: 5px;
    font-size: 19px;
    color: #fff;
    font-weight: bolder;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-1 {
    background-color: #0187c0;
    margin-left: 4px;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-2 {
    background-color: #01b174;
    margin-left: 4px;
    margin-right: 0;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-3 {
    background-color: #ff8a01;
    margin-left: 4px;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-4 {
    background-color: #2e329a;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 34px;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-5 {
    background-color: #2e329a;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 34px;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-6 {
    background-color: #751fb9;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 34px;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-7 {
    background-color: #751fb9;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 34px;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-8 {
    background-color: #687ffa;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-left: 34px;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-9 {
    background-color: #687ffa;
    border-radius: 0;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-10 {
    background-color: #687ffa;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .spm-qa .spm-cont .spm-wrapper #tm-11 {
    background-color: #fa6868;
    margin-right: 4px;
  }
  .spm-qa .spm-cont .spm-wrapper .heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2c2c2c;
    gap: 10px;
    text-align: center;
  }
  .spm-qa .spm-cont .spm-wrapper .heading .index {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .spm-qa .spm-cont .spm-wrapper .heading .title {
    width: 70%;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .spm-qa .spm-cont .spm-wrapper .overlap-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    display: flex;
    align-items: flex-start;
  }
  .spm-qa .spm-cont .spm-wrapper .overlap-cont .olap {
    height: inherit;
  }
  .spm-qa .spm-cont .spm-wrapper .overlap-cont #ol-1 {
    background-color: #fff6;
    width: 25%;
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .spm-qa .spm-cont .spm-wrapper .overlap-cont #ol-1:hover {
    cursor: pointer;
  }
  .spm-qa .spm-cont .spm-wrapper .overlap-cont #ol-2 {
    background-color: #fff6;
    width: 25%;
  }
  .spm-qa .spm-cont .spm-wrapper .overlap-cont #ol-2:hover {
    cursor: pointer;
  }
  .spm-qa .spm-cont .spm-wrapper .overlap-cont #ol-3 {
    background-color: #fff6;
    width: 25%;
  }
  .spm-qa .spm-cont .spm-wrapper .overlap-cont #ol-3:hover {
    cursor: pointer;
  }
  .spm-qa .spm-cont .spm-wrapper .overlap-cont #ol-4 {
    background-color: #fff6;
    width: 25%;
  }
  .spm-qa .spm-cont .spm-wrapper .overlap-cont #ol-4:hover {
    cursor: pointer;
  }
}
#toast-container > div {
  opacity: 1 !important;
}
.g-recaptcha {
  transform: scale(1);
  transform-origin: left;
}
@media (min-width: 375px) {
  .g-recaptcha {
    transform: scale(0.9);
    transform-origin: left;
  }
}
@media (min-width: 360px) {
  .g-recaptcha {
    transform: scale(0.8);
    transform-origin: left;
  }
}
@media (max-width: 320px) {
  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: left;
  }
}
.load-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6000;
}
.load-loader {
  position: relative;
  width: 150px;
  height: 150px;
}
.load-outer-ring {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-top-color: red;
  animation: rotate 2s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load-inner-ring {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.load-center-icon {
  width: 60px;
  height: 60px;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
::-webkit-scrollbar {
  width: 7px;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #d1202d;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}
.section-gap {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-gap {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section-gap {
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
  padding: 7px 0;
  transition:
    background-color 0.4s ease,
    box-shadow 0.4s ease,
    padding 0.4s ease;
}
.home-page .navbar {
  background-color: transparent;
  box-shadow: none;
  padding: 15px 0;
}
.home-page .navbar.is-scrolled {
  background-color: #fff;
  box-shadow: 0 4px 20px #00000014;
  padding: 7px 0;
}
.home-page .navbar.is-scrolled .navbar__wrapper {
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 0px solid #fff;
  border-radius: 0;
}
.home-page .navbar:not(.is-scrolled) .navbar__wrapper {
  background: #ffffff1a;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1.5px solid #fff;
  border-radius: 12px;
  padding: 5px 30px;
  margin: 0 auto;
  max-width: 1320px;
  width: 95%;
}
.navbar__wrapper {
  transition: all 0.4s ease;
  margin: 0 30px;
  padding-inline: 0.1rem;
}
@media (min-width: 768px) {
  .navbar__wrapper {
    margin: 0 30px;
    padding-inline: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .navbar__wrapper {
    margin: 0 40px;
    padding-inline: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .navbar__wrapper {
    margin: 0 60px;
    padding-inline: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .navbar__wrapper {
    max-width: 1380px;
    margin: 0 auto;
    padding-inline: 1.2rem;
  }
}
.navbar__wrapper_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin: 5px auto;
}
@media (min-width: 1024px) {
  .navbar__wrapper_container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--logo {
    width: 17%;
  }
}
@media (min-width: 1200px) {
  .navbar__wrapper_container--logo {
    width: 16%;
  }
}
.navbar__wrapper_container--logo a .logo {
  width: 100%;
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--logo a .logo {
    width: 100%;
  }
}
.navbar__wrapper_container--links {
  width: 65%;
}
@media (min-width: 1200px) {
  .navbar__wrapper_container--links {
    width: 80%;
  }
}
.navbar__wrapper_container--links ul {
  display: none;
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 100%;
    gap: 2%;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .navbar__wrapper_container--links ul {
    justify-content: center;
    gap: 26px;
  }
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--links ul li a:hover {
    border-bottom: 3px solid #d1202d;
  }
  .navbar__wrapper_container--links ul li a.active {
    border-bottom: 3px solid #d1202d;
    color: #181818;
  }
  .navbar__wrapper_container--links ul li a {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #181818;
  }
  .navbar__wrapper_container--links ul .services-menu .nav-item,
  .navbar__wrapper_container--links ul .industries-menu .nav-item {
    position: relative;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .navbar__wrapper_container--links ul .services-menu .nav-item:before,
  .navbar__wrapper_container--links ul .industries-menu .nav-item:before {
    display: none;
    content: "";
    position: absolute;
    bottom: -76%;
    left: 32%;
    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-bottom-color: #ddd;
  }
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--links ul .services-menu .nav-item:after,
  .navbar__wrapper_container--links ul .industries-menu .nav-item:after {
    position: absolute;
    content: "";
    top: 115%;
    left: 0;
    width: 100%;
    height: 7px;
    background: transparent;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu.industries-menu
    .nav-item:before,
  .navbar__wrapper_container--links
    ul
    .industries-menu.industries-menu
    .nav-item:before {
    left: 35%;
  }
  .navbar__wrapper_container--links ul .services-menu:hover .mega-menu,
  .navbar__wrapper_container--links ul .industries-menu:hover .mega-menu {
    display: flex;
  }
  .navbar__wrapper_container--links ul .services-menu:hover .nav-item:before,
  .navbar__wrapper_container--links ul .industries-menu:hover .nav-item:before {
    display: block;
  }
  .navbar__wrapper_container--links ul .services-menu .mega-menu,
  .navbar__wrapper_container--links ul .industries-menu .mega-menu {
    display: none;
    position: absolute;
    flex-wrap: wrap;
    top: 95%;
    left: 0;
    background: #fff;
    gap: 0;
    row-gap: 0;
    border-radius: 30px;
    box-shadow: 0 4px 8px #00000040;
    padding: 0;
    overflow: hidden;
    width: 100%;
    z-index: 300;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .navbar__wrapper_container--links ul .services-menu .mega-menu,
  .navbar__wrapper_container--links ul .industries-menu .mega-menu {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #ebf4ff;
    border-radius: 15px;
    width: 23%;
    padding: 40px 10px 20px 30px;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item {
    padding: 40px 20px 30px 40px;
  }
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    .service-icon,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    .service-icon {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 50px;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    .service-icon,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    .service-icon {
    top: -30px;
    left: -15px;
    width: 60px;
  }
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-service,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-service {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: fit-content;
    margin-bottom: 5px;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-service:hover,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-service:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #d1202d;
    border-bottom: unset;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-service,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-service {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    ul,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    ul {
    display: inline;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    ul
    li
    .mega-menu-project,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    ul
    li
    .mega-menu-project {
    color: #626060;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    ul
    li
    .mega-menu-project,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    ul
    li
    .mega-menu-project {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    ul
    li
    .mega-menu-project:hover,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    ul
    li
    .mega-menu-project:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #d1202d;
    border-bottom: unset;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-link,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-link {
    display: flex;
    align-items: end;
    gap: 5px;
    margin-top: 10px;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-link
    a,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-link
    a {
    font-weight: 600;
    color: #d1202d;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-link
    a:hover,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-link
    a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #d1202d;
    border-bottom: unset;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-link
    .link-image,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu
    .mega-menu-item
    .mega-menu-link
    .link-image {
    width: 20px;
    height: 20px;
  }
  .navbar__wrapper_container--links ul .services-menu .mega-menu-tabs,
  .navbar__wrapper_container--links ul .industries-menu .mega-menu-tabs {
    display: flex;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    padding: 0;
    overflow: hidden;
  }
  .navbar__wrapper_container--links ul .services-menu .mega-menu-tabs__sidebar,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar {
    width: 32%;
    display: flex;
    flex-direction: column;
    border-right: none;
    padding: 30px;
    background-color: #fff;
    gap: 5px;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    border-radius: 12px;
    transition: all 0.2s ease;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item
    img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(40%) sepia(3%) saturate(26%)
      hue-rotate(348deg) brightness(96%) contrast(86%);
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item:hover,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item:hover,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active {
    background-color: #fff9fa;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item:hover
    span,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active
    span,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item:hover
    span,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active
    span {
    color: #1c1c1c;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item:hover:first-child
    img,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active:first-child
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item:hover:first-child
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active:first-child
    img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(54%) saturate(5279%)
      hue-rotate(311deg) brightness(94%) contrast(97%);
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(2)
    img,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(2)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(2)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(2)
    img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(64%) saturate(6640%)
      hue-rotate(254deg) brightness(99%) contrast(102%);
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(3)
    img,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(3)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(3)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(3)
    img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(87%) saturate(826%)
      hue-rotate(71deg) brightness(104%) contrast(94%);
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(4)
    img,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(4)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(4)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(4)
    img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(58%) saturate(4689%)
      hue-rotate(169deg) brightness(101%) contrast(102%);
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(5)
    img,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(5)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(5)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(5)
    img {
    filter: brightness(0) saturate(100%) invert(38%) sepia(89%) saturate(2584%)
      hue-rotate(3deg) brightness(104%) contrast(103%);
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(6)
    img,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(6)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(6)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(6)
    img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(98%) saturate(7400%)
      hue-rotate(320deg) brightness(84%) contrast(102%);
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(7)
    img,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(7)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(7)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(7)
    img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(34%) saturate(7239%)
      hue-rotate(346deg) brightness(102%) contrast(98%);
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(8)
    img,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(8)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item:hover:nth-child(8)
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active:nth-child(8)
    img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(54%) saturate(5279%)
      hue-rotate(311deg) brightness(94%) contrast(97%);
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__sidebar_item.active,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__sidebar_item.active {
    border-left: 3px solid #d21e2b;
    border-radius: 8px 10px 10px 8px;
  }
  .navbar__wrapper_container--links ul .services-menu .mega-menu-tabs__content,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content {
    width: 68%;
    padding: 40px;
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/services-mega-menu-bg2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content.is-searching,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content.is-searching {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content.is-searching
    .mega-menu-tabs__content_header,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content.is-searching
    .mega-menu-tabs__content_header {
    display: flex;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content.is-searching
    .mega-menu-tabs__content_pane.active,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content.is-searching
    .mega-menu-tabs__content_pane.active {
    width: 100%;
    display: flex;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content.is-searching
    .mega-menu-tabs__content_pane.active
    .pane-items,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content.is-searching
    .mega-menu-tabs__content_pane.active
    .pane-items {
    width: 100%;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content.is-searching
    .no-results-message,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content.is-searching
    .no-results-message {
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    color: #666;
    text-transform: capitalize;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-weight: 500;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 8px;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .industries-main-heading,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .industries-main-heading {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1c1c1c;
    margin: 0;
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .industries-main-heading
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .industries-main-heading
    img {
    width: 22px;
    height: 10px;
    transition: filter 0.3s ease;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .industries-main-heading:hover,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .industries-main-heading:hover {
    color: #d1202d;
    border-bottom: none;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .industries-main-heading:hover
    img,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .industries-main-heading:hover
    img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(2255%)
      hue-rotate(344deg) brightness(96%) contrast(87%);
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .search-container,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .search-container {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 36px;
    height: 36px;
    justify-content: flex-end;
    overflow: hidden;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .search-container:hover,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .search-container.has-content,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .search-container:hover,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .search-container.has-content {
    width: 210px;
    border-color: #d1202d;
    box-shadow: 0 4px 12px #00000014;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .search-container:hover
    .industry-search-input,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .search-container.has-content
    .industry-search-input,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .search-container:hover
    .industry-search-input,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .search-container.has-content
    .industry-search-input {
    width: 100%;
    opacity: 1;
    pointer-events: all;
    padding: 0 10px;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .search-container:hover
    .search-icon
    svg
    path,
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .search-container.has-content
    .search-icon
    svg
    path,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .search-container:hover
    .search-icon
    svg
    path,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .search-container.has-content
    .search-icon
    svg
    path {
    stroke: #1c1c1c;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .search-container
    .industry-search-input,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .search-container
    .industry-search-input {
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 15px;
    transition: all 0.4s ease;
    pointer-events: none;
    font-family: Lato, sans-serif;
    background: transparent;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .search-container
    .search-icon,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .search-container
    .search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 14px;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_header
    .search-container
    .search-icon
    svg
    path,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_header
    .search-container
    .search-icon
    svg
    path {
    transition: stroke 0.3s ease;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_pane,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_pane {
    display: none;
    flex-direction: column;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_pane.active,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_pane.active {
    display: flex;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_pane
    .pane-subheader,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_pane
    .pane-subheader {
    gap: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #666;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_pane
    .pane-header,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_pane
    .pane-header {
    display: none;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_pane
    .pane-items,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_pane
    .pane-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 18px;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_pane
    .pane-items
    .pane-item,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_pane
    .pane-items
    .pane-item {
    width: calc(50% - 10px);
    background: #fff;
    padding: 15px 20px;
    border-radius: 14px;
    box-shadow: 0 2px 8px #00000008;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Lato, sans-serif;
    font-weight: 500;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_pane
    .pane-items
    .pane-item.search-match,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_pane
    .pane-items
    .pane-item.search-match {
    width: calc(50% - 10px) !important;
    margin-bottom: 0;
  }
  .navbar__wrapper_container--links
    ul
    .services-menu
    .mega-menu-tabs__content_pane
    .pane-items
    .pane-item:hover,
  .navbar__wrapper_container--links
    ul
    .industries-menu
    .mega-menu-tabs__content_pane
    .pane-items
    .pane-item:hover {
    background:
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(270deg, #ffd6ee, #820e51 96%) border-box;
    border-color: transparent;
  }
  .navbar__wrapper_container--links ul .resources-menu {
    position: relative;
  }
  .navbar__wrapper_container--links ul .resources-menu .nav-item {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #181818;
    position: relative;
  }
  .navbar__wrapper_container--links ul .resources-menu .nav-item:before {
    display: none;
    content: "";
    position: absolute;
    bottom: -60%;
    left: 35%;
    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-bottom-color: #ddd;
  }
  .navbar__wrapper_container--links ul .resources-menu .nav-item:after {
    position: absolute;
    content: "";
    top: 115%;
    left: 0;
    width: 100%;
    height: 7px;
    background: transparent;
  }
  .navbar__wrapper_container--links ul .resources-menu .nav-item:hover {
    border-bottom: 3px solid #d1202d;
  }
  .navbar__wrapper_container--links ul .resources-menu .nav-item.active {
    border-bottom: 3px solid #d1202d;
    color: #181818;
  }
  .navbar__wrapper_container--links ul .resources-menu:hover .mega-menu {
    display: block;
  }
  .navbar__wrapper_container--links ul .resources-menu:hover .nav-item:before {
    display: block;
  }
  .navbar__wrapper_container--links ul .resources-menu .mega-menu {
    display: none;
    position: absolute;
    top: 140%;
    left: 0%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px #0000001a;
    z-index: 1000;
    width: 200px;
    border-radius: 8px;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .navbar__wrapper_container--links ul .resources-menu .mega-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .navbar__wrapper_container--links ul .resources-menu .mega-menu ul li {
    padding: 10px 15px;
    display: block;
    width: 100%;
  }
  .navbar__wrapper_container--links ul .resources-menu .mega-menu ul li a {
    font-weight: 500;
  }
  .navbar__wrapper_container--links ul .company-menu {
    position: relative;
  }
  .navbar__wrapper_container--links ul .company-menu .nav-item {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #181818;
    position: relative;
  }
  .navbar__wrapper_container--links ul .company-menu .nav-item:before {
    display: none;
    content: "";
    position: absolute;
    bottom: -60%;
    left: 35%;
    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-bottom-color: #ddd;
  }
  .navbar__wrapper_container--links ul .company-menu .nav-item:after {
    position: absolute;
    content: "";
    top: 115%;
    left: 0;
    width: 100%;
    height: 7px;
    background: transparent;
  }
  .navbar__wrapper_container--links ul .company-menu .nav-item:hover {
    border-bottom: 3px solid #d1202d;
  }
  .navbar__wrapper_container--links ul .company-menu .nav-item.active {
    border-bottom: 3px solid #d1202d;
    color: #181818;
  }
  .navbar__wrapper_container--links ul .company-menu:hover .mega-menu {
    display: block;
  }
  .navbar__wrapper_container--links ul .company-menu:hover .nav-item:before {
    display: block;
  }
  .navbar__wrapper_container--links ul .company-menu .mega-menu {
    display: none;
    position: absolute;
    top: 140%;
    left: 0%;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px #0000001a;
    z-index: 1000;
    width: 200px;
    border-radius: 8px;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .navbar__wrapper_container--links ul .company-menu .mega-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .navbar__wrapper_container--links ul .company-menu .mega-menu ul li {
    padding: 10px 15px;
    display: block;
    width: 100%;
  }
  .navbar__wrapper_container--links ul .company-menu .mega-menu ul li a {
    font-weight: 500;
  }
}
.navbar__wrapper_container--btns {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 12%;
}
@media (min-width: 1200px) {
  .navbar__wrapper_container--btns {
    width: 17%;
    justify-content: end;
  }
}
.navbar__wrapper_container--btns-connect {
  display: none;
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--btns-connect {
    display: block;
  }
}
.navbar__wrapper_container--btns-connect .btn-primary-outline {
  border-radius: 8px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--btns-connect .btn-primary-outline {
    font-size: 14px;
    padding: 4px 10px;
  }
}
@media (min-width: 1200px) {
  .navbar__wrapper_container--btns-connect .btn-primary-outline {
    font-size: 15px;
    padding: 5px 15px;
  }
}
.navbar__wrapper_container--btns-hamburger {
  display: block;
}
@media (min-width: 1024px) {
  .navbar__wrapper_container--btns-hamburger {
    display: none;
  }
}
.navbar__wrapper_container--btns-hamburger .hamburger--icon {
  width: 22px;
  height: 22px;
}
.navbar__wrapper_container--btns-closeBtn {
  display: none;
}
.navbar .mobile-menu {
  display: none;
  position: fixed;
  top: 60px;
  justify-content: center;
  width: 100%;
  background: #fff;
  padding: 10px 30px;
  z-index: 2;
  border-bottom: none;
  margin-top: 0;
  max-height: 500px;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  overflow-y: auto;
  scrollbar-width: thin;
}
.navbar .mobile-menu .container {
  display: flex;
  flex-direction: column;
}
.navbar .mobile-menu .container .dropdown {
  position: relative;
  border-bottom: none !important;
}
.navbar .mobile-menu .container .dropdown .dropdown-toggle-row {
  display: flex;
  font-family: Lato, sans-serif !important;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.navbar .mobile-menu .container .dropdown .dropdown-toggle-row .menu-item {
  display: block;
  text-decoration: none;
  color: inherit;
  flex: 1;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .dropdown-toggle-row
  .dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: none;
  border: none;
  padding: 0;
}
.navbar
  .mobile-menu
  .container
  .dropdown#services-dropdown
  .dropdown-toggle-row
  .menu-item {
  flex: 0 0 70%;
  width: 70%;
  display: block;
  padding: 10px 0;
}
.navbar
  .mobile-menu
  .container
  .dropdown#services-dropdown
  .dropdown-toggle-row
  .dropdown-toggle {
  flex: 0 0 30%;
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  align-items: center;
}
.navbar
  .mobile-menu
  .container
  .dropdown#services-dropdown
  .dropdown-toggle-row
  .dropdown-toggle
  .dropdown-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.navbar .mobile-menu .container .dropdown .dropdown-arrow img {
  width: 8px;
  height: auto;
  transition: transform 0.3s ease;
  display: inline-block;
  vertical-align: middle;
}
.navbar .mobile-menu .container .dropdown .full-screen-dropdown {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
  padding: 0 30px 20px;
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 500px;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
.navbar .mobile-menu .container .dropdown .full-screen-dropdown .dropdown-back {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 5;
  margin-left: -30px;
  padding-left: 30px;
  width: calc(100% + 60px);
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .dropdown-back
  .back-to-menu {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0 0 10px;
  width: 100%;
  gap: 12px;
  color: #818181;
  cursor: pointer;
  font-size: 16px !important;
  font-family: Lato;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .dropdown-back
  hr,
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .dropdown-back
  .full-width-hr {
  border: 0 !important;
  border-top: 1px solid #eee !important;
  margin: 0 !important;
  width: 100% !important;
  display: block !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .dropdown-back
  .dropdown-title {
  margin: 10px 0 0;
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list {
  padding: 10px 0 !important;
  list-style: none;
  margin-top: 5px;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion {
  border: 1px solid #eee;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  list-style: none;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 8px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .accordion-header
  .service-main-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .accordion-header
  .service-main-link
  .accordion-header__icon {
  width: 42px;
  height: 42px;
  border: 5.5px solid rgba(248, 248, 248, 0.73);
  display: flex;
  background-color: #fff !important;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .accordion-header
  .service-main-link
  .accordion-header__icon
  svg {
  object-fit: contain;
  transition: all 0.3s ease;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .accordion-header
  .service-main-link
  a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  font-family: Lato, sans-serif;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .accordion-header
  .service-toggle-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #666;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .accordion-header
  .service-toggle-icon
  img,
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .accordion-header
  .service-toggle-icon
  i,
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .accordion-header
  .service-toggle-icon
  .plus-img {
  width: 20px;
  height: auto;
  transition: all 0.3s ease-in-out;
  display: block;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .sub-service-content {
  display: none;
  padding: 0 15px 15px 25px;
  background: #f8f8f8c2;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .sub-service-content
  .sub-item {
  display: block;
  padding: 10px 0;
  color: #555;
  font-size: 14px;
  text-decoration: none;
  font-family: Lato, sans-serif;
  border-top: none;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .sub-service-content
  .sub-item:first-child {
  border-top: none;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .sub-service-content
  .sub-item:hover {
  color: #d1202d;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion
  .sub-service-content
  .no-sub {
  font-size: 13px;
  color: #999;
  padding: 5px 0;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open {
  box-shadow: 0 4px 12px #0000000d;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header {
  background-color: #f8f8f8c2;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="1"]
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #820e51 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="1"]
  .accordion-header__icon
  svg
  path[stroke="#666666"],
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="1"]
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #820e51 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="2"]
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #9c41ff !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="2"]
  .accordion-header__icon
  svg
  path[stroke="#666666"],
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="2"]
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #9c41ff !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="3"]
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #00a1e1 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="3"]
  .accordion-header__icon
  svg
  path[stroke="#666666"],
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="3"]
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #00a1e1 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="4"]
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #fd7520 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="4"]
  .accordion-header__icon
  svg
  path[stroke="#666666"],
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="4"]
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #fd7520 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="5"]
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #32c409 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="5"]
  .accordion-header__icon
  svg
  path[stroke="#666666"],
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="5"]
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #32c409 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="6"]
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #ff5d00 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="6"]
  .accordion-header__icon
  svg
  path[stroke="#666666"],
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="6"]
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #ff5d00 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="7"]
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #d30074 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="7"]
  .accordion-header__icon
  svg
  path[stroke="#666666"],
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .accordion-header[data-accordion="7"]
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #d30074 !important;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .service-toggle-icon
  img,
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .service-toggle-icon
  i,
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .service-toggle-icon
  .plus-img {
  transform: none !important;
  color: #d1202d;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  .mobile-services-list
  .mobile-service-accordion.open
  .sub-service-content {
  display: block;
}
.navbar .mobile-menu .container .dropdown .full-screen-dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navbar .mobile-menu .container .dropdown .full-screen-dropdown ul li {
  border-bottom: none;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  ul
  li
  .dropdown-item {
  padding: 12px 0;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-family: Lato, sans-serif;
  transition: color 0.2s ease;
}
.navbar
  .mobile-menu
  .container
  .dropdown
  .full-screen-dropdown
  ul
  li
  .dropdown-item:hover {
  color: #d1202d;
}
.navbar .mobile-menu .container .button-center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 10px 0;
}
.navbar .mobile-menu .container .mobile-menu-button {
  width: 370px;
  height: 40px;
  border-radius: 10px;
  background-color: #d1202d;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  font-family: Lato, sans-serif !important;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .mobile-menu .container .mobile-menu-button:hover {
  background-color: #a51923;
}
.navbar .mobile-menu .container .menu-item {
  font-family: Lato, sans-serif !important;
  color: #000;
  text-decoration: none;
  border-bottom: none !important;
  padding: 15px 0;
  display: block;
}
.floating-social-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
}
.floating-social-wrapper:hover .side-link-bar {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%) translateY(0);
}
.floating-social-wrapper:hover .side-link-bar .social-icon {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.floating-social-wrapper:hover .side-link-bar .follow-us-text {
  opacity: 1;
  transform: translateY(0);
}
.floating-social-wrapper .side-link-bar {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.4s ease,
    visibility 0.4s ease;
  z-index: 999;
}
.floating-social-wrapper .side-link-bar .social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transform: translateY(60px) scale(0.3);
}
.floating-social-wrapper .side-link-bar .social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.floating-social-wrapper .side-link-bar .social-icon:hover {
  transform: scale(1.1) !important;
}
.floating-social-wrapper .side-link-bar .social-icon.youtube {
  transition-delay: 0.35s;
}
.floating-social-wrapper .side-link-bar .social-icon.linkedin {
  transition-delay: 0.28s;
}
.floating-social-wrapper .side-link-bar .social-icon.twitter {
  transition-delay: 0.21s;
}
.floating-social-wrapper .side-link-bar .social-icon.facebook {
  transition-delay: 0.14s;
}
.floating-social-wrapper .side-link-bar .social-icon.instagram {
  transition-delay: 0.07s;
}
.floating-social-wrapper .side-link-bar .social-icon.gmail {
  transition-delay: 0s;
}
.floating-social-wrapper .side-link-bar .follow-us-text {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  white-space: nowrap;
  margin-top: 5px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  transition-delay: 0.1s;
}
.whatsapp-btn-wrapper {
  z-index: 1001;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  outline: none;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #2ecc71;
  padding: 0;
  border-radius: 100%;
  box-shadow:
    0 1px 3px #0000001f,
    0 1px 2px #0000003d;
  cursor: pointer;
  transition:
    opacity 0.3s,
    background 0.3s,
    box-shadow 0.3s;
}
.whatsapp-icon {
  width: 40px;
  height: 40px;
}
.whatsapp-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.whatsapp-btn:hover {
  opacity: 1;
  background-color: #20bf6b;
  box-shadow:
    0 3px 6px #00000029,
    0 3px 6px #0000003b;
}
.whatsapp-pulse {
  width: 60px;
  height: 60px;
  background: #10b418;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}
.whatsapp-pulse:before {
  position: absolute;
  content: " ";
  z-index: -1;
  bottom: -15px;
  right: -15px;
  background-color: #10b418;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.tekbis-footer {
  padding: 0;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .tekbis-footer {
    padding: 40px;
  }
}
.tekbis-footer__wrapper {
  background-color: #f3f3f3;
  padding-block: 32px;
  border-radius: 32px;
}
.tekbis-footer__wrapper--content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.tekbis-footer__wrapper--content-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-top {
    flex-direction: row;
    justify-content: space-between;
  }
}
.tekbis-footer__wrapper--content-topleft {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  order: -1;
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-topleft {
    order: 2;
    flex-direction: row;
    gap: 10px;
  }
}
.tekbis-footer__wrapper--content-topleft .footer-top-navigation {
  position: relative;
  width: auto;
  height: auto;
  padding: 3px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.tekbis-footer__wrapper--content-topleft .footer-top-navigation:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: linear-gradient(124.06deg, #d1202d 6.54%, #999 93.46%);
  animation: rotate-gradient 3s linear infinite;
  z-index: 0;
}
.tekbis-footer__wrapper--content-topleft .footer-top-navigation span {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 12px 13px;
  border-radius: 50%;
  background-color: #fff;
}
.tekbis-footer__wrapper--content-topleft .footer-top-navigation span img {
  width: 15px;
  height: 17px;
}
.tekbis-footer__wrapper--content-topleft #go-to-top {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #4e4e4e;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 5px;
}
.tekbis-footer__wrapper--content-toplogo {
  width: 260px;
  display: block;
  order: 1;
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-toplogo {
    order: 1;
  }
}
.tekbis-footer__wrapper--content-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/links-container-mobbg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-middle {
    justify-content: space-between;
    flex-direction: row;
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/links-container-mobbg.webp);
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .tekbis-footer__wrapper--content-middle {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/links-container-bg.webp);
    flex-wrap: nowrap;
    padding: 24px;
  }
}
.tekbis-footer__wrapper--content-middlecolumn {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-middlecolumn {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .tekbis-footer__wrapper--content-middlecolumn {
    width: fit-content;
  }
}
.tekbis-footer__wrapper--content-middlecolumn .footer-accordion-header {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1c1c1c;
  padding-right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 12px;
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-middlecolumn .footer-accordion-header {
    padding-block: 0 15px;
    cursor: default;
  }
}
.tekbis-footer__wrapper--content-middlecolumn
  .footer-accordion-header
  .footer-chevron {
  width: 8px;
  height: 8px;
  border-right: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-middlecolumn
    .footer-accordion-header
    .footer-chevron {
    display: none;
  }
}
.tekbis-footer__wrapper--content-middlecolumn ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-middlecolumn ul {
    max-height: none;
    opacity: 1;
    overflow: visible;
  }
}
.tekbis-footer__wrapper--content-middlecolumn ul li a {
  display: block;
  padding-block: 4px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #666 !important;
  text-decoration: none;
}
.tekbis-footer__wrapper--content-middlecolumn ul li a:hover {
  color: var(--primary-color) !important;
}
.tekbis-footer__wrapper--content-middlecolumn.is-active ul {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 15px;
}
.tekbis-footer__wrapper--content-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-bottom {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    padding-top: 50px;
  }
}
@media (min-width: 1024px) {
  .tekbis-footer__wrapper--content-bottom {
    padding-top: 0;
  }
}
.tekbis-footer__wrapper--content-bottom p {
  font-size: 14px;
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin: 0;
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-bottom p {
    text-align: left;
    max-width: 250px;
    line-height: 1.4;
  }
}
.tekbis-footer__wrapper--content-bottomicons {
  display: flex;
  gap: 12px;
}
@media (min-width: 768px) {
  .tekbis-footer__wrapper--content-bottomicons {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 0;
  }
}
@media (min-width: 1024px) {
  .tekbis-footer__wrapper--content-bottomicons {
    position: static;
    transform: none;
  }
}
.tekbis-footer__wrapper--content-bottomicons img {
  width: 30px;
  height: 30px;
}
.tekbis-footer__wrapper--content-bottomlinks {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tekbis-footer__wrapper--content-bottomlinks a {
  font-family: Lato, sans-serif;
  text-decoration: none;
  font-size: 14px;
  color: #1c1c1c;
}
.tekbis-footer__wrapper--content-bottomlinks .newfooter-horizontal-line {
  width: 1.5px;
  height: 15px;
  background-color: #1c1c1c;
}
@keyframes rotate-gradient {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.consultation-btn {
  display: none;
  height: auto;
  position: sticky;
  bottom: 50px;
}
.consultation-btn__circle-button {
  position: absolute;
  bottom: 20%;
  right: 2%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 14px #0000001a;
  overflow: hidden;
}
@media (min-width: 576px) {
  .consultation-btn__circle-button {
    width: 90px;
    height: 90px;
    bottom: 4%;
    right: 2%;
  }
}
@media (min-width: 768px) {
  .consultation-btn__circle-button {
    width: 90px;
    height: 90px;
    bottom: 2%;
    right: 2%;
  }
}
@media (min-width: 1024px) {
  .consultation-btn__circle-button {
    bottom: 2%;
    right: 2%;
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .consultation-btn__circle-button {
    bottom: 10%;
    right: 2%;
    width: 95px;
    height: 95px;
  }
}
.consultation-btn__circle-button--text {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  animation: rotateText 10s linear infinite;
}
.consultation-btn__circle-button--text text {
  font-size: 24px;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  fill: #000;
}
.consultation-btn__circle-button--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.consultation-btn__circle-button--icon img {
  width: 100%;
  height: auto;
}
.hero {
  width: 100%;
  margin-top: 68px;
}
@media (min-width: 576px) {
  .hero {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .hero {
    margin-top: 75px;
  }
}
.hero__container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/homepage-images/hero-image.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 18px;
  width: 100%;
  height: 296px;
  padding: 0 30px;
}
@media (min-width: 576px) {
  .hero__container {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .hero__container {
    padding: 0 75px;
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .hero__container {
    padding: 0 100px;
    height: 660px;
  }
}
.hero__container .hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #fff;
}
@media (min-width: 376px) {
  .hero__container .hero__text {
    left: 165px;
  }
}
@media (min-width: 576px) {
  .hero__container .hero__text {
    left: 180px;
  }
}
@media (min-width: 768px) {
  .hero__container .hero__text {
    left: 265px;
  }
}
@media (min-width: 1024px) {
  .hero__container .hero__text {
    left: 460px;
  }
}
.hero__container .hero__text .main-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 22px;
  letter-spacing: 0.6px;
  color: #fff;
  max-width: 270px;
}
@media (min-width: 768px) {
  .hero__container .hero__text .main-heading {
    font-size: 2rem;
    line-height: 40px;
    letter-spacing: -2px;
    max-width: 360px;
  }
}
@media (min-width: 1024px) {
  .hero__container .hero__text .main-heading {
    font-size: 4rem;
    line-height: 70px;
    letter-spacing: -4px;
    max-width: 695px;
  }
}
.hero__container .hero__text .sub__detail {
  margin-bottom: 21px;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .hero__container .hero__text .sub__detail {
    margin-bottom: 26px;
    margin-top: 18px;
  }
}
@media (min-width: 768px) {
  .hero__container .hero__text .sub__detail {
    margin-bottom: 32px;
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .hero__container .hero__text .sub__detail {
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
.hero__container .hero__text .sub__detail p {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #fff;
  line-height: 18px;
  margin-top: 2px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .hero__container .hero__text .sub__detail p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 6px;
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .hero__container .hero__text .sub__detail p {
    margin-top: 20px;
    font-size: 25px;
    line-height: 35px;
    max-width: 570px;
  }
}
.different {
  margin-top: 3rem;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .different {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
.different__container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .different__container {
    flex-direction: row;
    column-gap: 50px;
  }
}
.different__container .sub-hero-image-desktop {
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .different__container .sub-hero-image-desktop {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .different__container .sub-hero-image-desktop {
    width: 35%;
  }
}
.different__container .sub-hero-image-desktop img {
  width: 100%;
}
@media (min-width: 768px) {
  .different__container .sub-hero-image-desktop img {
    height: 300px;
  }
}
@media (min-width: 1024px) {
  .different__container .sub-hero-image-desktop img {
    width: 100%;
    height: 100%;
  }
}
.different__quality {
  width: 100%;
}
@media (min-width: 1024px) {
  .different__quality {
    width: 60%;
  }
}
.different__quality h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .different__quality h2 {
    text-align: left;
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .different__quality h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.different__quality h2 span {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #d1202d;
}
@media (min-width: 1024px) {
  .different__quality h2 span {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .different__quality h2 span {
    font-size: 40px;
    line-height: 50px;
  }
}
.different__quality .different__features {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.different__quality .different__features .feature {
  display: flex;
  flex-direction: column;
  width: 32%;
}
@media (min-width: 768px) {
  .different__quality .different__features .feature {
    width: 32%;
    row-gap: 10px;
  }
}
@media (min-width: 1024px) {
  .different__quality .different__features .feature {
    width: 30%;
    row-gap: 10px;
  }
}
.different__quality .different__features .feature img {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .different__quality .different__features .feature img {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .different__quality .different__features .feature img {
    width: 50px;
    height: 50px;
  }
}
.different__quality .different__features .feature .feature-title-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .different__quality .different__features .feature .feature-title-desktop {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #1c1c1c;
  }
}
.different__quality .different__features .feature .feature-title-mobile {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .different__quality .different__features .feature .feature-title-mobile {
    display: none;
  }
}
.different__quality .different__features .feature .desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #626060;
}
@media (min-width: 768px) {
  .different__quality .different__features .feature .desc-text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1024px) {
  .different__quality .different__features .feature .desc-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.different__quality .different__features--btn1 {
  display: none;
}
@media (min-width: 1024px) {
  .different__quality .different__features--btn1 {
    display: flex;
    justify-content: start;
    margin-top: 30px;
  }
}
.different__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .different__btn {
    display: none;
  }
}
.services {
  margin-top: 50px;
  margin-bottom: 3.1rem;
}
@media (min-width: 1024px) {
  .services {
    margin-bottom: 8.175rem;
  }
}
.services #header {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.services #header img {
  height: 50px;
  width: 50px;
}
@media (min-width: 768px) {
  .services #header img {
    display: none;
  }
}
.services #header .header-text h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -1px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .services #header .header-text h2 {
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -1.14px;
  }
}
.services #header .header-text .header-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #d1202d;
}
@media (min-width: 1024px) {
  .services #header .header-text .header-head {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.services #header-2 img {
  display: none;
}
@media (min-width: 768px) {
  .services #header-2 img {
    display: block;
    width: 110px;
    height: 115px;
  }
}
@media (min-width: 1200px) {
  .services #header-2 img {
    height: 140px;
    width: 150px;
  }
}
.services #header-2 .header-para {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #626060;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .services #header-2 .header-para {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .services #header-2 .header-para {
    font-size: 20px;
    line-height: 25px;
    margin-top: 30px;
  }
}
.services #header-2 {
  display: flex;
}
@media (min-width: 768px) {
  .services #header-2 {
    column-gap: 80px;
  }
}
@media (min-width: 1024px) {
  .services #header-2 {
    column-gap: 177px;
  }
}
.services__types {
  margin-top: 80px;
}
@media screen and (max-width: 37.5em) {
  .services__types {
    margin-top: 50px;
  }
}
.services__types .row1 {
  margin-top: 25px;
}
.services__types .row1 .type {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 80px;
}
@media (min-width: 576px) {
  .services__types .row1 .type {
    justify-content: start;
    gap: 10%;
    row-gap: 80px;
  }
}
@media (min-width: 1024px) {
  .services__types .row1 .type {
    gap: 5%;
    row-gap: 100px;
  }
}
.services__types .row1 .type a {
  width: 98%;
  height: 325px;
  align-self: stretch;
}
@media (min-width: 576px) {
  .services__types .row1 .type a {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .services__types .row1 .type a {
    width: 30%;
  }
}
.services__types .row1 .type a .service {
  display: flex;
  padding: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #d1202d;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  background-color: #fff;
  gap: 20px;
  height: 100%;
}
@media (min-width: 1024px) {
  .services__types .row1 .type a .service {
    border-bottom: 2px solid #dedede;
  }
}
.services__types .row1 .type a .service img {
  width: 80px;
  height: 80px;
}
.services__types .row1 .type a .service .service-name {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  width: 177px;
}
.services__types .row1 .type a .service .horizontal-line {
  border: 1px solid black;
  width: 10%;
}
.services__types .row1 .type a .service:hover .hover-background {
  transform: rotate(1deg) translateY(0.3rem);
  opacity: 1;
  z-index: -1;
}
.services__types .row1 .type a .service:hover {
  cursor: pointer;
}
.services__types .row1 .type a .service .hover-background {
  position: absolute;
  top: 2%;
  left: 0;
  width: calc(95% + 0px);
  height: calc(100% + 10px);
  background-color: var(--primary-color);
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  z-index: -1;
  transform-origin: 0% 0%;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .services__types .row1 .type a {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 37.5em) {
  .services__types {
    margin-top: 30px;
  }
}
.blog-btn {
  width: 64px;
}
.clients__projects {
  display: flex;
  justify-content: space-evenly;
  gap: 0.5rem;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .clients__projects {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  .clients__projects {
    margin-top: 130px;
  }
}
.clients__projects .statistics {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  color: #d1202d;
  text-align: center;
}
.clients__projects .statistics span {
  color: #787878;
  font-weight: lighter;
}
@media (min-width: 1024px) {
  .clients__projects .statistics span {
    width: 29px;
    height: 53px;
    font-size: 44px;
    line-height: 53px;
  }
}
@media (min-width: 768px) {
  .clients__projects .statistics {
    font-size: 38px;
    line-height: 48px;
    color: #d1202d;
  }
}
@media (min-width: 1024px) {
  .clients__projects .statistics {
    font-size: 52px;
    line-height: 64px;
  }
}
.clients__projects p {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .clients__projects p {
    margin-top: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #1c1c1c;
  }
}
@media screen and (max-width: 56.25em) {
  .clients__projects {
    text-align: center;
  }
}
.sdlc {
  margin: 50px 0;
}
@media (min-width: 768px) {
  .sdlc {
    margin: 100px 0;
  }
}
@media (min-width: 1024px) {
  .sdlc {
    margin: 130px 0;
  }
}
.sdlc__container .services__header {
  margin: 50px 0;
}
@media (min-width: 768px) {
  .sdlc__container .services__header {
    margin: 70px 0;
  }
}
.sdlc__container .services__header .header-text .p {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #d1202d;
}
@media (min-width: 1024px) {
  .sdlc__container .services__header .header-text .p {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 37.5em) {
  .sdlc {
    margin-top: 50px;
  }
}
.sdlc__image {
  display: flex;
  justify-content: center;
}
.sdlc__image img {
  width: 80%;
}
.sdlc .header-text p.header-head {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #d1202d;
}
@media (min-width: 1024px) {
  .sdlc .header-text p.header-head {
    font-size: 22px;
    line-height: 24px;
  }
}
.sdlc .header-text h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1c1c1c;
  width: 90%;
  margin-top: 5px;
}
@media (min-width: 576px) {
  .sdlc .header-text h2 {
    width: 65%;
  }
}
@media (min-width: 1024px) {
  .sdlc .header-text h2 {
    font-size: 35px;
    line-height: 45px;
    width: 60%;
    margin-top: 2px;
  }
}
.pos__container .header-head {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #d1202d;
}
@media (min-width: 1024px) {
  .pos__container .header-head {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
}
.pos__container .main-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1c1c1c;
  width: 75%;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .pos__container .main-heading {
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto 20px;
    width: 536px;
  }
}
.pos__container .pos-para {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #626060;
}
@media (min-width: 1024px) {
  .pos__container .pos-para {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 1400px) {
  .pos__container .pos-para {
    width: 1180px;
  }
}
.pos__cont-image {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .pos__cont-image {
    background-position: center;
    flex-direction: row;
    padding: 40px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .pos__cont-image {
    padding: 80px;
  }
}
.pos__cont-image .image-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .pos__cont-image .image-column {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .pos__cont-image .image-column {
    width: 50%;
  }
}
.pos__cont-image .image-column .pos-dashboard {
  width: 100%;
}
@media (min-width: 768px) {
  .pos__cont-image .image-column .pos-dashboard {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .pos__cont-image .image-column .pos-dashboard {
    width: 100%;
  }
}
.pos__cont-image .image-column .pos__btn {
  display: block;
}
@media (min-width: 1024px) {
  .pos__cont-image .image-column .pos__btn {
    display: none;
  }
}
.pos__cont-image .content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
@media (min-width: 1024px) {
  .pos__cont-image .content-column {
    width: 65%;
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .pos__cont-image .content-column {
    width: 45%;
  }
}
.pos__cont-image .content-column .text-heading {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .pos__cont-image .content-column .text-heading {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .pos__cont-image .content-column .text-heading {
    text-align: left;
    font-size: 30px;
  }
}
.pos__cont-image .content-column .home-para {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  letter-spacing: 0.5px;
  color: #fff;
}
@media (min-width: 768px) {
  .pos__cont-image .content-column .home-para {
    font-size: 18px;
    letter-spacing: 0.25px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .pos__cont-image .content-column .home-para {
    font-size: 20px;
    line-height: 28px;
  }
}
.pos__cont-image .content-column .pos__btn {
  display: none;
}
@media (min-width: 1024px) {
  .pos__cont-image .content-column .pos__btn {
    display: block;
  }
}
.pos__cont-image .content-column .pos__btn a {
  display: inline-block;
}
.portfolio .services__header .header-text .header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  font-size: 20px;
}
.portfolio .services__header .header-text .header .header-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #d1202d;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .portfolio .services__header .header-text .header .header-head {
    font-size: 22px;
    line-height: 24px;
  }
}
.portfolio .services__header .header-text .header .btn-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .portfolio .services__header .header-text .header .btn-mobile {
    display: none;
  }
}
.portfolio .services__header .header-text .header .portfolio-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  width: 100%;
  text-align: left !important;
}
@media (min-width: 450px) {
  .portfolio .services__header .header-text .header .portfolio-heading {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .portfolio .services__header .header-text .header .portfolio-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.11982px;
  }
}
.portfolio .services__header .header-text .header .btn-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .portfolio .services__header .header-text .header .btn-desktop {
    display: block;
  }
}
.portfolio .services__header .header-para {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #626060;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .portfolio .services__header .header-para {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .portfolio .services__header .header-para {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-top: 24px;
  }
}
.portfolio__cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 30px;
  gap: 60px;
}
@media (min-width: 576px) {
  .portfolio__cards {
    flex-direction: row;
    gap: 10%;
    row-gap: 50px;
  }
}
@media (min-width: 920px) {
  .portfolio__cards {
    gap: 5%;
    row-gap: 60px;
  }
}
.portfolio__cards a {
  width: 80%;
  align-self: stretch;
}
@media (min-width: 475px) {
  .portfolio__cards a {
    width: 60%;
  }
}
@media (min-width: 576px) {
  .portfolio__cards a {
    width: 35%;
  }
}
@media (min-width: 920px) {
  .portfolio__cards a {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .portfolio__cards a {
    width: 23%;
  }
}
.portfolio__cards a .card {
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 10px 2px #00000040;
  border-radius: 10px;
  height: 100%;
}
.portfolio__cards a .card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.portfolio__cards a .card .logo {
  position: absolute;
  bottom: 20px;
  right: 10px;
  background: linear-gradient(263.55deg, #d1202d 3.86%, #fa626d 95%);
  margin-bottom: 50px;
  margin-right: 20px;
  border-radius: 5px;
  padding: 15px;
}
.portfolio__cards a .card .logo img {
  width: 30px;
  height: auto;
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .portfolio__cards a .card .logo {
    bottom: 50px;
  }
}
.portfolio__cards a .card .card-content {
  padding: 40px 20px 20px;
  margin-top: 2px;
}
.portfolio__cards a .card .card-content h2 {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .portfolio__cards a .card .card-content h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.portfolio__cards a .card .card-content p {
  font-size: 1rem;
  color: #666;
}
.portfolio__cards a .card .card-content:hover {
  background-color: var(--primary-color);
  cursor: pointer;
}
.portfolio__cards a .card .card-content:hover h2 {
  color: #fff;
}
.redefine {
  margin-top: 3rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .redefine {
    margin-top: 8.175rem;
  }
}
.redefine__container .container {
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
}
@media (min-width: 768px) {
  .redefine__container .container {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .redefine__container .container {
    height: 400px;
  }
}
.redefine__container .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.redefine__container .content .heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  color: #d1202d;
}
@media (min-width: 768px) {
  .redefine__container .content .heading {
    width: auto;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.1em;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .redefine__container .content .heading {
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }
}
.redefine__container .content .para {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .redefine__container .content .para {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .redefine__container .content .para {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.redefine__container .content .redefine-text {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .redefine__container .content .redefine-text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .redefine__container .content .redefine-text {
    font-size: 40px;
    line-height: 50px;
  }
}
.redefine__container .content .redefine-text span {
  color: #d1202d;
}
.redefine__container .content .button-wrapper {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .redefine__container .content .button-wrapper {
    margin-top: 40px;
  }
}
.blog {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .blog {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
.blog__container .blog__header {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .blog__container .blog__header {
    margin-bottom: 5rem;
  }
}
.blog__container .blog__header .header-text .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 20px;
}
.blog__container .blog__header .header-text .header .header-head {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #d1202d;
}
@media (min-width: 1024px) {
  .blog__container .blog__header .header-text .header .header-head {
    font-size: 22px;
    line-height: 24px;
  }
}
.blog__container .blog__header .header-text .header .btn-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .blog__container .blog__header .header-text .header .btn-mobile {
    display: none;
  }
}
.blog__container .blog__header .header-text .header .blog-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  width: 100%;
}
@media (min-width: 450px) {
  .blog__container .blog__header .header-text .header .blog-heading {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .blog__container .blog__header .header-text .header .blog-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.11982px;
  }
}
.blog__container .blog__header .header-text .header .btn-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .blog__container .blog__header .header-text .header .btn-desktop {
    display: block;
  }
}
.our-clients__container {
  margin: 80px 0;
}
@media (min-width: 1024px) {
  .our-clients__container {
    margin: 130px 0;
  }
}
.our-clients__container .our-clients__header .header-text {
  text-align: center;
}
.our-clients__container
  .our-clients__header
  .header-text
  .our-clients__header-head {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #d1202d;
}
@media (min-width: 1024px) {
  .our-clients__container
    .our-clients__header
    .header-text
    .our-clients__header-head {
    font-size: 22px;
    line-height: 24px;
  }
}
.our-clients__container
  .our-clients__header
  .header-text
  .our-clients-description {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -1px;
  color: #1c1c1c;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .our-clients__container
    .our-clients__header
    .header-text
    .our-clients-description {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.14px;
    margin-bottom: 86px;
  }
}
.our-clients__container .button-container {
  display: flex;
  justify-content: center;
}
.clients-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
.clients-inner-wrapper {
  display: flex;
}
.clients-logos {
  display: flex;
  overflow: hidden;
}
.logos-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-slide img {
  height: 50px;
  margin: 0;
}
@media (min-width: 768px) {
  .logos-slide img {
    height: 70px;
  }
}
.cl-row-1,
.cl-row-3 {
  animation: 50s slide infinite linear;
}
.cl-row-2 {
  animation: 50s reverse-slide infinite linear;
}
@keyframes slide {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@keyframes reverse-slide {
  0% {
    transform: translate(-50%);
  }
  to {
    transform: translate(0);
  }
}
body.no-scroll {
  overflow: hidden;
}
.testimonials__container .our-clients__header .header-text {
  text-align: center;
}
.testimonials__container
  .our-clients__header
  .header-text
  .our-clients__header-head {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #d1202d;
}
@media (min-width: 1024px) {
  .testimonials__container
    .our-clients__header
    .header-text
    .our-clients__header-head {
    font-size: 22px;
    line-height: 24px;
  }
}
.testimonials__container
  .our-clients__header
  .header-text
  .testimonial-description {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -1px;
  color: #1c1c1c;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .testimonials__container
    .our-clients__header
    .header-text
    .testimonial-description {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 50px;
  }
}
.testimonial-slider-wrapper {
  display: flex;
  justify-content: center;
  margin: auto;
  overflow-x: hidden;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .testimonial-slider-wrapper {
    padding: 40px 0;
  }
}
.testimonial-slider-wrapper .swiper-container {
  width: 100%;
}
.testimonial-slider-wrapper .swiper-container .swiper-wrapper {
  display: flex;
}
.testimonial-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 8px 16px #0000004d;
  padding: 30px 10px 70px;
  height: unset;
}
@media (min-width: 400px) {
  .testimonial-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 60px 20px 90px;
  }
}
@media (min-width: 475px) {
  .testimonial-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .testimonial-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 80px 30px 110px;
  }
}
@media (min-width: 1024px) {
  .testimonial-slider-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 130px 50px;
  }
}
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  img {
  position: absolute;
  top: -30px;
  left: 25px;
  height: 60px;
  width: 60px;
}
@media (min-width: 768px) {
  .testimonial-slider-wrapper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    img {
    top: -50px;
    height: 100px;
    width: 100px;
  }
}
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .review {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #626060;
}
@media (min-width: 768px) {
  .testimonial-slider-wrapper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .review {
    font-size: 20px;
    line-height: 30px;
  }
}
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .review
  .read-more {
  color: #d1202d;
  cursor: pointer;
}
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .testimonial-footer {
  position: absolute;
  bottom: 15px;
  left: 35px;
}
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .testimonial-footer
  .user {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media (min-width: 768px) {
  .testimonial-slider-wrapper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .testimonial-footer
    .user {
    font-size: 24px;
  }
}
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .testimonial-footer
  .designation {
  color: #787878;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .testimonial-slider-wrapper
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .testimonial-footer
    .designation {
    font-size: 18px;
    line-height: 25px;
  }
}
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-next,
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-prev {
  transform: scale(0.8);
  opacity: 0.7;
}
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-next,
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-prev,
.testimonial-slider-wrapper
  .swiper-container
  .swiper-wrapper
  .swiper-slide-active {
  transition:
    transform 0.7s ease,
    opacity 0.3s ease;
}
.testimonial-popup {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #00000080;
}
.testimonial-popup .popup-content-testimonial {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  width: 70%;
  overflow: auto;
  max-height: max-content;
  background-color: #fefefe;
  border-radius: 10px;
  margin: 15% auto;
  box-shadow:
    4px 4px 52px -23px #57575740,
    inset 0 0 25px 3px #cccccc40;
  padding: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #626060;
}
@media (min-width: 475px) {
  .testimonial-popup .popup-content-testimonial {
    font-size: 18px;
    line-height: 26px;
    padding: 30px 40px;
    top: unset;
  }
}
@media (min-width: 768px) {
  .testimonial-popup .popup-content-testimonial {
    font-size: 18px;
    line-height: 26px;
    padding: 30px 40px;
  }
}
.testimonial-popup .popup-content-testimonial .close-btn {
  position: absolute;
  color: #d1202d;
  right: 10px;
  top: 5px;
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .testimonial-popup .popup-content-testimonial .close-btn {
    right: 20px;
    top: 10px;
    font-size: 32px;
  }
}
.testimonial-popup .popup-content-testimonial .close-btn:hover,
.testimonial-popup .popup-content-testimonial .close-btn:focus {
  color: #000;
  cursor: pointer;
}
.touch {
  margin: 50px 0;
}
@media (min-width: 1024px) {
  .touch {
    margin: 130px 0;
  }
}
.touch__container .form__header {
  text-align: center;
}
@media (min-width: 1024px) {
  .touch__container .form__header {
    text-align: left;
  }
}
.touch__container .form__header .heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #d1202d;
  text-align: center;
}
.touch__container .form__header .sub-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1c1c1c;
  text-align: center;
}
.touch__container .form__header .content {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #0a0a0aa6;
}
@media (min-width: 1024px) {
  .touch__container .form__header .heading {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.105em;
    color: #d1202d;
    text-align: left;
  }
  .touch__container .form__header .sub-heading {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #1c1c1c;
    text-align: left;
  }
  .touch__container .form__header .content {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #0a0a0aa6;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
  }
}
.touch .container .image-column {
  display: none;
}
@media (min-width: 1024px) {
  .touch .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
  }
  .touch .container .image-column {
    display: block;
  }
  .touch .container .image-column img {
    width: 480px;
  }
}
@media (min-width: 1200px) {
  .touch .container .image-column {
    display: block;
  }
  .touch .container .image-column img {
    width: 600px;
  }
}
.touch .container .form-column {
  width: 100%;
}
@media (min-width: 1024px) {
  .touch .container .form-column {
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .touch .container .form-column {
    max-width: 600px;
  }
}
.touch .container .form-column input,
.touch .container .form-column select,
.touch .container .form-column textarea {
  border: 3px solid #6a6a6a;
}
.touch .container .form-column input {
  width: 48%;
}
@media (min-width: 1024px) {
  .touch .container .form-column input {
    width: 48%;
  }
}
.touch .container .form-column input::placeholder,
.touch .container .form-column select::placeholder,
.touch .container .form-column textarea::placeholder {
  color: #6a6a6a;
}
.touch .container .form-column input,
.touch .container .form-column textarea {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 10px;
}
@media (min-width: 1024px) {
  .touch .container .form-column input,
  .touch .container .form-column textarea {
    font-size: 1rem;
    line-height: 30px;
  }
}
.touch .container .form-column select:focus option {
  background-color: #f0f0f0;
  color: #6a6a6a;
  font-size: 10px;
}
@media (min-width: 1024px) {
  .touch .container .form-column select:focus option {
    font-size: 18px;
  }
}
.touch .container .form-column .hero__btn .form-btn {
  border: 3px solid #d1202d;
  width: 100%;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 21px;
  padding: 20px 0;
  color: #d1202d;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.touch .container .form-column .hero__btn .form-btn:hover {
  color: #f1f1f1;
}
@media (min-width: 576px) {
  .touch .container .form-column .hero__btn .form-btn {
    margin: 0 auto;
    max-width: 330px;
  }
}
@media (min-width: 1024px) {
  .touch .container .form-column .hero__btn .form-btn {
    max-width: 100%;
  }
}
.touch .container .form-column .input-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}
.touch .container .form-column .input-row select {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 30px;
  color: #6a6a6a;
  height: fit-content;
}
.touch .container .form-column .input-row select::-webkit-scrollbar {
  width: 8px;
  background: #f1f1f1;
}
.touch .container .form-column .input-row select::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.touch .container .form-column .input-row select::-webkit-scrollbar-thumb {
  background: #d1202d;
}
.touch .container .form-column .input-row select option {
  color: #6a6a6a;
  max-width: auto;
}
.touch .container .form-column .input-row .contact-tel {
  width: 93%;
}
@media (min-width: 1024px) {
  .touch .container .form-column .input-row .contact-tel {
    width: 122%;
  }
}
.touch .container .form-column .input-row .contact-subject {
  width: 52%;
}
@media (min-width: 1024px) {
  .touch .container .form-column .input-row .contact-subject {
    width: 48%;
  }
}
select#services,
select#technologies {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/build/assets/dropdown-arrow-D5S8jln1.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 20px;
}
option:hover {
  background-color: #ff0;
}
.home-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  z-index: 0;
  overflow: hidden;
}
.home-hero__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/storage/images/tekbis_bg-removebg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  filter: blur(8px);
  will-change: transform, filter;
}
@media (min-width: 1024px) {
  .home-hero__bg {
    filter: blur(12px);
    background-size: cover;
  }
}
.home-hero__mirror {
  box-sizing: border-box;
  background: #ffffff12;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100%;
  min-height: 100vh;
  padding-block: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1000;
  margin-top: -100px
}
.home-hero__wrapper--content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .home-hero__wrapper--content {
    max-width: 670px;
  }
}
@media (min-width: 1024px) {
  .home-hero__wrapper--content {
    max-width: 1143px;
  }
}
.home-hero__wrapper--content-companytitle {
  font-size: 22px;
  line-height: 100%;
  font-style: italic;
  color: #252525;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .home-hero__wrapper--content-companytitle {
    font-size: 24px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .home-hero__wrapper--content-companytitle {
    font-size: 36px;
    line-height: 50px;
  }
}
.home-hero__wrapper--content-title {
  font-size: 36px;
  line-height: 54px;
  color: #333;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .home-hero__wrapper--content-title {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 54px;
  }
}
@media (min-width: 1024px) {
  .home-hero__wrapper--content-title {
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .home-hero__wrapper--content-title {
    font-size: 64px;
    line-height: 72px;
  }
}
@media (min-width: 1440px) {
  .home-hero__wrapper--content-title {
    font-size: 72px;
    line-height: 84px;
  }
}
.home-hero__wrapper--content-desc {
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  font-weight: 400;
  font-family: Lato, sans-serif;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .home-hero__wrapper--content-desc {
    font-size: 20px;
    line-height: 30px;
  }
}
.home-hero__wrapper--content-button {
  padding: 16px 72px;
  box-shadow: 0 4px 11.4px #d1202dba;
}
.home-hero__wrapper--content-img1 {
  width: 53px;
  height: 58px;
  position: absolute;
  left: 0;
  top: 170px;
  display: none;
  will-change: transform, rotate;
}
@media (min-width: 768px) {
  .home-hero__wrapper--content-img1 {
    display: block;
  }
}
.home-hero__wrapper--content-img2 {
  width: 146px;
  height: 158px;
  position: absolute;
  right: 0;
  top: -130px;
  display: none;
  will-change: transform, rotate;
}
@media (min-width: 768px) {
  .home-hero__wrapper--content-img2 {
    display: block;
  }
}
@media (min-width: 1024px) {
  .home-hero__wrapper--content-img2 {
    right: 0;
    top: -100px;
  }
}
.home-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .home-brands {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .home-brands {
    margin-top: 60px;
  }
}
.home-brands__wrapper {
  overflow: hidden;
}
.home-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .home-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .home-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.home-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.home-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.home-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.home-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.home-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 8px 16px;
  margin-left: -2px;
}
.home-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .home-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.home-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.home-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.home-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.home-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .home-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.home-services {
  position: relative;
  overflow: hidden;
  display: none;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .home-services {
    margin-top: 32px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .home-services {
    margin-top: 60px;
  }
}
.home-services__icons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1024px) {
  .home-services__icons {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1024px) {
  .home-services__icons {
    display: block;
  }
}
.home-services__icons--one {
  position: absolute;
  left: 0;
  top: 150px;
  height: 104px;
  width: 103px;
  z-index: 1;
}
.home-services__icons--two {
  position: absolute;
  left: 10%;
  top: 81px;
  height: 94px;
  width: 95px;
  z-index: 1;
}
.home-services__icons--three {
  position: absolute;
  left: 25%;
  top: 60px;
  height: 54px;
  width: 55px;
  z-index: 1;
}
.home-services__icons--four {
  position: absolute;
  left: 40%;
  top: 105px;
  height: 54px;
  width: 55px;
  z-index: 1;
}
.home-services__icons--five {
  position: absolute;
  right: 40%;
  top: 56px;
  height: 110px !important;
  width: 110px !important;
  z-index: 1;
}
.home-services__icons--six {
  position: absolute;
  right: 20%;
  top: 81px;
  height: 94px;
  width: 95px;
  z-index: 1;
}
.home-services__icons--seven {
  position: absolute;
  right: 2%;
  top: 63px;
  height: 127px;
  width: 127px;
  z-index: 1;
}
.home-services__wrapper {
  position: relative;
  z-index: 2;
}
.home-services__wrapper--content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
.home-services__wrapper--content-heading2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  background: linear-gradient(90deg, #1d1d1d, #1d1d1d 65.04%, #d1202d);
  -webkit-background-clip: text;
  background-clip: text;
  white-space: nowrap;
  color: transparent;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .home-services__wrapper--content-heading2 {
    font-size: 48px;
    line-height: 58px;
  }
}
.home-services__wrapper--content-desc {
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  background: linear-gradient(90deg, #1d1d1d, #1d1d1d 65.04%, #d1202d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .home-services__wrapper--content-desc {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 60px;
  }
}
.home-services__tabs {
  width: 100%;
}
.home-services__tabs--container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  gap: 2%;
  min-height: 500px;
}
@media (min-width: 768px) {
  .home-services__tabs--container {
    flex-direction: row;
  }
}
.home-services__tabs--container-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .home-services__tabs--container-buttons {
    width: 43%;
    flex: 0 0 43%;
  }
}
@media (min-width: 1024px) {
  .home-services__tabs--container-buttons {
    width: 40%;
    flex: 0 0 40%;
  }
}
.home-services__tabs--container-buttons .homepage-tab-button {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
@media (min-width: 1024px) {
  .home-services__tabs--container-buttons .homepage-tab-button {
    padding: 10px 10px 10px 24px;
  }
}
.home-services__tabs--container-buttons .homepage-tab-button.active {
  position: relative;
}
.home-services__tabs--container-buttons .homepage-tab-button.active:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 70%;
  border-radius: 0 2px 2px 0;
}
.home-services__tabs--container-buttons .homepage-tab-button__icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 10px;
  background: #fff;
  border: 5.5px solid rgba(248, 248, 248, 0.73);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}
.home-services__tabs--container-buttons .homepage-tab-button__title {
  font-size: 22px;
  line-height: 33px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #686868;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .home-services__tabs--container-buttons .homepage-tab-button__title {
    font-size: 28px;
    line-height: 42px;
  }
}
.home-services__tabs--container-buttons
  .homepage-tab-button.active
  .homepage-tab-button__title {
  font-weight: 600;
  color: #1d1d1d;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="1"].active
  .homepage-tab-button__icon
  svg
  path[fill="#686868"] {
  fill: #820e51 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="1"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#666666"] {
  stroke: #820e51 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="1"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#686868"] {
  stroke: #820e51 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="2"].active
  .homepage-tab-button__icon
  svg
  path[fill="#686868"] {
  fill: #9c41ff !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="2"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#666666"] {
  stroke: #9c41ff !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="2"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#686868"] {
  stroke: #9c41ff !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="3"].active
  .homepage-tab-button__icon
  svg
  path[fill="#686868"] {
  fill: #00a1e1 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="3"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#666666"] {
  stroke: #00a1e1 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="3"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#686868"] {
  stroke: #00a1e1 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="4"].active
  .homepage-tab-button__icon
  svg
  path[fill="#686868"] {
  fill: #fd7520 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="4"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#666666"] {
  stroke: #fd7520 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="4"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#686868"] {
  stroke: #fd7520 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="5"].active
  .homepage-tab-button__icon
  svg
  path[fill="#686868"] {
  fill: #32c409 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="5"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#666666"] {
  stroke: #32c409 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="5"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#686868"] {
  stroke: #32c409 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="6"].active
  .homepage-tab-button__icon
  svg
  path[fill="#686868"] {
  fill: #ff5d00 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="6"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#666666"] {
  stroke: #ff5d00 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="6"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#686868"] {
  stroke: #ff5d00 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="7"].active
  .homepage-tab-button__icon
  svg
  path[fill="#686868"] {
  fill: #d30074 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="7"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#666666"] {
  stroke: #d30074 !important;
}
.home-services__tabs--container-buttons
  .homepage-tab-button[data-tab="7"].active
  .homepage-tab-button__icon
  svg
  path[stroke="#686868"] {
  stroke: #d30074 !important;
}
.home-services__tabs--container-content {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  margin-top: 30px;
  min-height: 400px;
}
@media (min-width: 1024px) {
  .home-services__tabs--container-content {
    align-items: center;
  }
}
@media (min-width: 768px) {
  .home-services__tabs--container-content {
    width: 55%;
    flex: 0 0 48%;
    margin-top: 0;
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .home-services__tabs--container-content {
    width: 58%;
    flex: 0 0 58%;
    margin-top: 0;
    min-height: 500px;
  }
}
.home-services__tabs--container-content .homepage-tab-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
.home-services__tabs--container-content .homepage-tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.home-services__tabs--container-content .homepage-tab-content__outer {
  background-color: transparent;
  position: relative;
  z-index: 30 !important;
}
.home-services__tabs--container-content .homepage-tab-content__outer:before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -30px;
  transform: rotate(-45deg);
  width: 100%;
  max-width: 150px;
  height: 150px;
  opacity: 1;
  z-index: -10;
  background: linear-gradient(135deg, #70e8fa, #70e8fa, #70e8fa);
  filter: blur(100px);
  mix-blend-mode: screen;
}
.home-services__tabs--container-content .homepage-tab-content__outer:after {
  content: "";
  position: absolute;
  right: 0%;
  bottom: -30px;
  width: 100%;
  max-width: 150px;
  height: 150px;
  z-index: -10;
  opacity: 1;
  border-radius: 50%;
  background: linear-gradient(45deg, #fb84ff, #fb84ff, #fb84ff);
  filter: blur(100px);
  mix-blend-mode: screen;
}
@media (min-width: 1024px) {
  .home-services__tabs--container-content .homepage-tab-content__outer:before {
    content: "";
    position: absolute;
    left: 10%;
    bottom: -30px;
    transform: rotate(-45deg);
    width: 100%;
    max-width: 200px;
    height: 400px;
    opacity: 1;
    z-index: -10;
    background: linear-gradient(135deg, #70e8fa, #70e8fa, #70e8fa);
    filter: blur(205px);
    mix-blend-mode: screen;
  }
  .home-services__tabs--container-content .homepage-tab-content__outer:after {
    content: "";
    position: absolute;
    right: 10%;
    bottom: -30px;
    width: 100%;
    max-width: 200px;
    height: 400px;
    z-index: -10;
    opacity: 1;
    border-radius: 50%;
    background: linear-gradient(45deg, #fb84ff, #fb84ff, #fb84ff);
    filter: blur(205px);
    mix-blend-mode: screen;
  }
}
.home-services__tabs--container-content .homepage-tab-content__outer--inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  z-index: 40 !important;
  background-color: #ffffff4d;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 20px;
  box-shadow: 0 4px 30px #0000001a;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px;
  box-sizing: border-box;
  min-height: 400px;
}
.home-services__tabs--container-content
  .homepage-tab-content__outer--inner-subservices {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.home-services__tabs--container-content
  .homepage-tab-content__outer--inner-subservicestitle {
  text-align: center;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  font-size: 14px;
  line-height: 21px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #464253;
}
@media (min-width: 1024px) {
  .home-services__tabs--container-content
    .homepage-tab-content__outer--inner-subservicestitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.home-services__tabs--container-content
  .homepage-tab-content__outer--inner-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: #252525;
}
@media (min-width: 1024px) {
  .home-services__tabs--container-content
    .homepage-tab-content__outer--inner-description {
    font-size: 28px;
    line-height: 42px;
  }
}
.home-services__tabs-button {
  position: absolute;
  bottom: 40px;
  right: 10px;
}
.home-services__tabs-redbtn {
  padding: 16px 36px !important;
}
.home-services-mobile {
  position: relative;
  overflow: hidden;
  display: block;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .home-services-mobile {
    display: none;
  }
}
.home-services-mobile__icons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  display: none;
}
.home-services-mobile__icons--one {
  position: absolute;
  left: 0;
  top: 150px;
  height: 104px;
  width: 103px;
  z-index: 1;
}
.home-services-mobile__icons--two {
  position: absolute;
  left: 10%;
  top: 81px;
  height: 94px;
  width: 95px;
  z-index: 1;
}
.home-services-mobile__icons--three {
  position: absolute;
  left: 25%;
  top: 60px;
  height: 54px;
  width: 55px;
  z-index: 1;
}
.home-services-mobile__icons--four {
  position: absolute;
  left: 40%;
  top: 105px;
  height: 54px;
  width: 55px;
  z-index: 1;
}
.home-services-mobile__icons--five {
  position: absolute;
  right: 40%;
  top: 56px;
  height: 79px;
  width: 80px;
  z-index: 1;
}
.home-services-mobile__icons--six {
  position: absolute;
  right: 20%;
  top: 81px;
  height: 94px;
  width: 95px;
  z-index: 1;
}
.home-services-mobile__icons--seven {
  position: absolute;
  right: 2%;
  top: 63px;
  height: 127px;
  width: 127px;
  z-index: 1;
}
.home-services-mobile__wrapper {
  position: relative;
  z-index: 2;
}
.home-services-mobile__wrapper--content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  max-width: 1400px;
  margin: 0 auto;
}
.home-services-mobile__wrapper--content-heading2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  background: linear-gradient(90deg, #1d1d1d, #1d1d1d 65.04%, #d1202d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 12px;
}
.home-services-mobile__wrapper--content-desc {
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  background: linear-gradient(90deg, #1d1d1d, #1d1d1d 65.04%, #d1202d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 60px;
}
.home-services-mobile__wrapper--content-button {
  text-align: center;
  width: 100%;
  margin-top: 24px;
  padding: 20px 0;
}
.home-services-mobile__accordion {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.home-services-mobile__accordion--accordion-item {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 10px #0000000d;
  transition: all 0.3s ease;
}
.home-services-mobile__accordion--accordion-item:hover {
  box-shadow: 0 5px 20px #00000014;
}
.home-services-mobile__accordion--accordion-item.active {
  box-shadow: 0 5px 20px #0000001f;
}
.home-services-mobile__accordion--accordion-item .accordion-header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: all 0.6s ease;
  position: relative;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header.active
  .accordion-header__arrow {
  transform: rotate(0);
  font-weight: 700;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header.active
  .accordion-header__title {
  font-weight: 600;
  color: #1d1d1d;
}
.home-services-mobile__accordion--accordion-item .accordion-header__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #fff;
  border: 5.5px solid rgba(248, 248, 248, 0.73);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}
.home-services-mobile__accordion--accordion-item .accordion-header__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.home-services-mobile__accordion--accordion-item .accordion-header__title {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #686868;
  transition: color 0.6s ease;
}
.home-services-mobile__accordion--accordion-item .accordion-header__arrow {
  font-size: 28px;
  font-weight: 300;
  color: #686868;
  transform: rotate(180deg);
  transition: all 0.6s ease;
  line-height: 1;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="1"].active
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #820e51 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="1"].active
  .accordion-header__icon
  svg
  path[stroke="#666666"] {
  stroke: #820e51 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="1"].active
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #820e51 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="2"].active
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #9c41ff !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="2"].active
  .accordion-header__icon
  svg
  path[stroke="#666666"] {
  stroke: #9c41ff !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="2"].active
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #9c41ff !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="3"].active
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #00a1e1 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="3"].active
  .accordion-header__icon
  svg
  path[stroke="#666666"] {
  stroke: #00a1e1 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="3"].active
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #00a1e1 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="4"].active
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #fd7520 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="4"].active
  .accordion-header__icon
  svg
  path[stroke="#666666"] {
  stroke: #fd7520 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="4"].active
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #fd7520 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="5"].active
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #32c409 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="5"].active
  .accordion-header__icon
  svg
  path[stroke="#666666"] {
  stroke: #32c409 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="5"].active
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #32c409 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="6"].active
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #ff5d00 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="6"].active
  .accordion-header__icon
  svg
  path[stroke="#666666"] {
  stroke: #ff5d00 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="6"].active
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #ff5d00 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="7"].active
  .accordion-header__icon
  svg
  path[fill="#686868"] {
  fill: #d30074 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="7"].active
  .accordion-header__icon
  svg
  path[stroke="#666666"] {
  stroke: #d30074 !important;
}
.home-services-mobile__accordion--accordion-item
  .accordion-header[data-accordion="7"].active
  .accordion-header__icon
  svg
  path[stroke="#686868"] {
  stroke: #d30074 !important;
}
.home-services-mobile__accordion--accordion-item .accordion-body {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.6s ease;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
}
.home-services-mobile__accordion--accordion-item .accordion-body.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  max-height: none;
  padding: 20px;
  transition: all 0.6s ease;
}
.home-services-mobile__accordion--accordion-item .homepage-tab-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.home-services-mobile__accordion--accordion-item .homepage-tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.home-services-mobile__accordion--accordion-item .homepage-tab-content__outer {
  background-color: transparent;
}
.home-services-mobile__accordion--accordion-item
  .homepage-tab-content__outer--inner {
  background-color: #ffffff21;
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
  border-radius: 20px;
  padding: 12px;
  box-shadow: 0 4px 30px #0000001a;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.home-services-mobile__accordion--accordion-item
  .homepage-tab-content__outer--inner:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%);
  width: 230px;
  height: 130px;
  opacity: 0.8;
  border-top: 1px solid;
  background: linear-gradient(270deg, #70e8fa, #cf33de 30%, #cf33de);
  filter: blur(80px);
  mix-blend-mode: screen;
  transition: all 0.7s ease;
  border-radius: 50%;
}
.home-services-mobile__accordion--accordion-item
  .homepage-tab-content__outer--inner-subservices {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}
.home-services-mobile__accordion--accordion-item
  .homepage-tab-content__outer--inner-subservicestitle {
  text-align: center;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  font-size: 14px;
  line-height: 21px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  color: #464253;
}
@media (min-width: 1024px) {
  .home-services-mobile__accordion--accordion-item
    .homepage-tab-content__outer--inner-subservicestitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.home-services-mobile__accordion--accordion-item
  .homepage-tab-content__outer--inner-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: #252525;
}
@media (min-width: 1024px) {
  .home-services-mobile__accordion--accordion-item
    .homepage-tab-content__outer--inner-description {
    font-size: 28px;
    line-height: 42px;
  }
}
@keyframes accordionSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    max-height: 1000px;
  }
}
.home-find-us {
  margin-top: 24px;
  display: none;
}
@media (min-width: 768px) {
  .home-find-us {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .home-find-us {
    display: block;
    margin-top: 60px;
  }
}
.home-find-us__wrapper--txts {
  margin-bottom: 32px;
}
.home-find-us__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .home-find-us__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .home-find-us__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.home-find-us__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.home-find-us__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-find-us__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.home-find-us__wrapper--cards {
  display: flex;
  justify-content: start;
  overflow-x: hidden;
  overflow-y: hidden;
  align-items: stretch;
  flex-direction: row;
  width: 100%;
  gap: 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home-find-us__wrapper--cards::-webkit-scrollbar {
  display: none;
}
.home-find-us__wrapper--cards-card {
  display: flex;
  gap: 30px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 16px;
  width: 100%;
  min-width: 21%;
  max-width: 21%;
  min-height: 550px;
  max-height: 550px;
}
@media (min-width: 1200px) {
  .home-find-us__wrapper--cards-card {
    min-height: 500px;
    max-height: 500px;
  }
}
.home-find-us__wrapper--cards-card
  .home-find-us__wrapper--cards-cardcontentouter {
  max-width: 15%;
}
.home-find-us__wrapper--cards-card .home-find-us__wrapper--cards-cardcontent {
  transform: rotate(-90deg);
  transform-origin: center right;
  align-items: center;
  text-align: center;
}
.home-find-us__wrapper--cards-card .home-find-us__wrapper--cards-cardimg {
  max-width: 83%;
}
.home-find-us__wrapper--cards-card
  .home-find-us__wrapper--cards-cardcontentdesc,
.home-find-us__wrapper--cards-card
  .home-find-us__wrapper--cards-cardcontentsubtitle,
.home-find-us__wrapper--cards-card
  .home-find-us__wrapper--cards-cardcontentlist,
.home-find-us__wrapper--cards-card
  .home-find-us__wrapper--cards-cardcontentbtn {
  display: none;
  opacity: 0;
}
.home-find-us__wrapper--cards-card
  .home-find-us__wrapper--cards-cardcontenttitle {
  text-align: center;
}
.home-find-us__wrapper--cards-card.active {
  min-width: 53%;
  max-width: 54%;
}
.home-find-us__wrapper--cards-card.active
  .home-find-us__wrapper--cards-cardcontentouter {
  max-width: 48%;
}
.home-find-us__wrapper--cards-card.active
  .home-find-us__wrapper--cards-cardcontent {
  transform: rotate(0);
  align-items: start;
  text-align: start;
}
.home-find-us__wrapper--cards-card.active
  .home-find-us__wrapper--cards-cardimg {
  max-width: 48%;
}
.home-find-us__wrapper--cards-card.active
  .home-find-us__wrapper--cards-cardcontentdesc,
.home-find-us__wrapper--cards-card.active
  .home-find-us__wrapper--cards-cardcontentsubtitle,
.home-find-us__wrapper--cards-card.active
  .home-find-us__wrapper--cards-cardcontentlist {
  display: block;
  opacity: 1;
}
.home-find-us__wrapper--cards-card.active
  .home-find-us__wrapper--cards-cardcontentbtn {
  display: flex;
  opacity: 1;
}
.home-find-us__wrapper--cards-card.active
  .home-find-us__wrapper--cards-cardcontenttitle {
  text-align: left;
}
.home-find-us__wrapper--cards-card#find-us-card1.active {
  min-width: 53%;
  max-width: 54%;
}
.home-find-us__wrapper--cards #find-us-card1 {
  background-color: #f7deff;
}
.home-find-us__wrapper--cards #find-us-card2 {
  background-color: #ffecc6;
}
.home-find-us__wrapper--cards #find-us-card3 {
  background-color: #dbffe1;
}
.home-find-us__wrapper--cards-cardcontentouter {
  width: 100%;
  max-width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease;
}
.home-find-us__wrapper--cards-cardcontent {
  width: 100%;
  max-width: 100%;
  position: relative;
  transition:
    transform 0.6s ease,
    max-width 0.6s ease;
  transform-origin: top right;
  transform: rotate(-90deg);
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  text-align: center;
}
.home-find-us__wrapper--cards-cardcontenttitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  font-family: Lato, sans-serif;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
  transition: all 1s ease;
  width: 100%;
  white-space: nowrap;
}
.home-find-us__wrapper--cards-cardcontentdesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  margin-bottom: 8px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease 0.3s;
}
.home-find-us__wrapper--cards-cardcontentsubtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #131313;
  margin-bottom: 8px;
  display: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.home-find-us__wrapper--cards-cardcontentlist {
  display: none;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
  gap: 8px;
  margin-bottom: 20px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.home-find-us__wrapper--cards-cardcontentlistcontent {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  list-style-type: disc;
}
.home-find-us__wrapper--cards-cardcontentbtn {
  align-self: flex-end;
  display: none;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-left: 5px;
  padding: 16px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-decoration: none;
  background: transparent;
  border: none;
  width: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.home-find-us__wrapper--cards-cardcontentbtn .btn-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.6s ease;
}
.home-find-us__wrapper--cards-cardcontentbtn:hover .btn-icon {
  transform: translate(5px);
}
.home-find-us__wrapper--cards-cardimg {
  width: 100%;
  max-width: 83%;
  height: 100%;
  transition: all 0.1 ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.home-find-us__wrapper--cards-cardimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.home-findus-mobile {
  margin-top: 24px;
  display: flex;
}
@media (min-width: 768px) {
  .home-findus-mobile {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .home-findus-mobile {
    margin-top: 60px;
    display: none;
  }
}
.home-findus-mobile__wrapper {
  width: calc(100% - 50px);
}
.home-findus-mobile__wrapper--txts {
  margin-bottom: 32px;
}
.home-findus-mobile__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .home-findus-mobile__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .home-findus-mobile__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.home-findus-mobile__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.home-findus-mobile__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-findus-mobile__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.home-findus-mobile__wrapper--slider-container {
  overflow: hidden;
}
.home-findus-mobile__wrapper .cards-slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.home-findus-mobile__wrapper .cards-slider .cards-slides {
  display: flex;
  gap: 5px;
  transition: transform 0.6s ease;
  will-change: transform;
}
@media (min-width: 768px) {
  .home-findus-mobile__wrapper .cards-slider .cards-slides {
    gap: 10px;
  }
}
.home-findus-mobile__wrapper .cards-slider .slider-nav-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  width: 100%;
  z-index: 10;
  position: relative;
}
.home-findus-mobile__wrapper .cards-slider .slider-nav-arrow .progress-wrapper {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  .home-findus-mobile__wrapper
    .cards-slider
    .slider-nav-arrow
    .progress-wrapper {
    width: 40%;
  }
}
.home-findus-mobile__wrapper .cards-slider .slider-nav-arrow .find-progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.home-findus-mobile__wrapper
  .cards-slider
  .slider-nav-arrow
  .find-progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
  background: #d1202d;
}
.home-findus-mobile__wrapper .cards-slider .slider-nav-arrow .arrow-wrapper {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  .home-findus-mobile__wrapper .cards-slider .slider-nav-arrow .arrow-wrapper {
    width: auto;
    justify-content: flex-end;
  }
}
.home-findus-mobile__wrapper .cards-slider .slider-nav-arrow .find-arrow {
  cursor: pointer;
  z-index: 1000;
  display: block;
  padding: 12px 15px !important;
  border-radius: 100% !important;
  width: fit-content !important;
  background: #fff;
  border: none;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.home-findus-mobile__wrapper .cards-slider .slider-nav-arrow .find-arrow img {
  width: 20px;
  height: 20px;
}
.home-findus-mobile__wrapper--cards {
  display: contents;
}
.home-findus-mobile__wrapper--cards-card {
  min-width: 99%;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .home-findus-mobile__wrapper--cards-card {
    flex-direction: row;
  }
}
.home-findus-mobile__wrapper--cards-card#find-us-cardmobile1 {
  background-color: #f7deff;
}
.home-findus-mobile__wrapper--cards-card#find-us-cardmobile2 {
  background-color: #ffecc6;
}
.home-findus-mobile__wrapper--cards-card#find-us-cardmobile3 {
  background-color: #dbffe1;
}
.home-findus-mobile__wrapper--cards-cardcontentouter {
  width: 100%;
  display: flex;
  align-items: left;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease;
}
.home-findus-mobile__wrapper--cards-cardcontent {
  width: 100%;
  max-width: 100%;
  position: relative;
  transition: transform 0.6s ease;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  text-align: left;
}
@media (min-width: 768px) {
  .home-findus-mobile__wrapper--cards-cardcontent {
    text-align: left;
  }
}
.home-findus-mobile__wrapper--cards-cardcontenttitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  font-family: Lato, sans-serif;
  color: #333;
  margin-bottom: 8px;
  text-align: left;
  transition: all 1s ease;
  width: 100%;
}
@media (min-width: 768px) {
  .home-findus-mobile__wrapper--cards-cardcontenttitle {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
  }
}
.home-findus-mobile__wrapper--cards-cardcontentdesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  margin-bottom: 16px;
  opacity: 1;
}
.home-findus-mobile__wrapper--cards-cardcontentsubtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #131313;
  margin-bottom: 16px;
}
.home-findus-mobile__wrapper--cards-cardcontentlist {
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: start;
  gap: 8px;
  margin-bottom: 20px;
  width: 100%;
}
.home-findus-mobile__wrapper--cards-cardcontentlistcontent {
  margin-left: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  list-style-type: disc;
}
.home-findus-mobile__wrapper--cards-cardcontentbtn {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-left: 5px;
  padding: 16px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  margin-top: 10px;
  text-decoration: none;
  background: transparent;
  border: none;
  width: 100%;
}
.home-findus-mobile__wrapper--cards-cardcontentbtn .btn-icon {
  width: 24px;
  height: 24px;
  transition: transform 0.6s ease;
}
.home-findus-mobile__wrapper--cards-cardcontentbtn:hover .btn-icon {
  transform: translate(5px);
}
.home-findus-mobile__wrapper--cards-cardimg {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) {
  .home-findus-mobile__wrapper--cards-cardimg {
    width: 100%;
    align-items: center;
  }
}
.home-findus-mobile__wrapper--cards-cardimg img {
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 16px;
  object-position: bottom;
}
@media (min-width: 768px) {
  .home-findus-mobile__wrapper--cards-cardimg img {
    max-height: 100%;
    object-position: center;
  }
}
.home-portfolio {
  background: #333;
  padding-block: 40px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .home-portfolio {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .home-portfolio {
    margin-top: 60px;
  }
}
.home-portfolio__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .home-portfolio__wrapper {
    flex-direction: row;
  }
}
.home-portfolio__wrapper--left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .home-portfolio__wrapper--left {
    max-width: 49%;
    align-items: start;
    justify-content: start;
  }
}
.home-portfolio__wrapper--left-subhead {
  font-size: 28px;
  line-height: 42px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #fff;
}
.home-portfolio__wrapper--left-head {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-portfolio__wrapper--left-head {
    font-size: 36px;
    line-height: 50px;
    text-align: left;
  }
}
.home-portfolio__wrapper--left-desc {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  font-family: Lato, sans-serif;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-portfolio__wrapper--left-desc {
    font-size: 22px;
    line-height: 33px;
    text-align: left;
  }
}
.home-portfolio__wrapper--left-btn {
  color: #282828;
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .home-portfolio__wrapper--left-btn {
    padding: 16px 24px !important;
    width: fit-content;
  }
}
@media (min-width: 1024px) {
  .home-portfolio__wrapper--left-btn {
    padding: 16px 24px !important;
  }
}
.home-portfolio__wrapper--right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .home-portfolio__wrapper--right {
    max-width: 49%;
  }
}
.home-portfolio__wrapper--right:before {
  content: "";
  position: absolute;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/rings-portfolio.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 130%;
  height: 130%;
  z-index: 1;
  top: -100px;
  left: 50%;
  transform: translate(-50%);
  pointer-events: none;
}
.home-portfolio__wrapper--right-img {
  width: 100%;
  height: 100%;
  max-width: 586px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.home-process {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .home-process {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .home-process {
    margin-top: 60px;
  }
}
.home-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.home-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.home-process__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .home-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .home-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.home-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.home-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.home-process__wrapper--cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
  margin-top: 80px;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards {
    justify-content: center;
    max-width: 100%;
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards {
    justify-content: space-between;
  }
}
.home-process__wrapper--cards-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  height: 100%;
  position: relative;
  z-index: 20;
  transition: transform 0.3s ease;
  cursor: pointer;
  transform-style: preserve-3d;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards-card {
    padding: 10px 20px;
  }
}
.home-process__wrapper--cards-card:nth-child(odd) {
  margin-bottom: 60px !important;
}
@media (min-width: 1024px) {
  .home-process__wrapper--cards-card:has(
      .home-process__wrapper--cards-cardinner:hover
    )
    #process-card1-inner {
    background-color: #dee9ff;
    border-color: #c8dbff;
    transform: rotate(180deg);
  }
  .home-process__wrapper--cards-card:has(
      .home-process__wrapper--cards-cardinner:hover
    )
    #process-card2-inner {
    background-color: #e4e4ff;
    border-color: #bebdfc;
    transform: rotate(180deg);
  }
  .home-process__wrapper--cards-card:has(
      .home-process__wrapper--cards-cardinner:hover
    )
    #process-card3-inner {
    background-color: #f1e2ff;
    border-color: #dab3fe;
    transform: rotate(180deg);
  }
  .home-process__wrapper--cards-card:has(
      .home-process__wrapper--cards-cardinner:hover
    )
    #process-card4-inner {
    background-color: #d8fbe5;
    border-color: #4cb372b3;
    transform: rotate(180deg);
  }
  .home-process__wrapper--cards-card:has(
      .home-process__wrapper--cards-cardinner:hover
    )
    #process-card5-inner {
    background-color: #ffe8db;
    border-color: #ff9d6163;
    transform: rotate(180deg);
  }
  .home-process__wrapper--cards-card:has(
      .home-process__wrapper--cards-cardinner:hover
    )
    #process-card6-inner {
    background-color: #ffdede;
    border-color: #e66c6c52;
    transform: rotate(180deg);
  }
  .home-process__wrapper--cards-card:has(
      .home-process__wrapper--cards-cardinner:hover
    )
    #process-card7-inner {
    background-color: #d8fffb;
    border-color: #85fbef;
    transform: rotate(180deg);
  }
  .home-process__wrapper--cards-card:has(
      .home-process__wrapper--cards-cardinner:hover
    )
    #process-card8-inner {
    background-color: #fff1c9;
    border-color: #ffe9ac;
    transform: rotate(180deg);
  }
  .home-process__wrapper--cards-card:nth-child(2n):has(
      .home-process__wrapper--cards-cardinner:hover
    ) {
    transform: translateY(45px);
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .home-process__wrapper--cards-card:nth-child(2n):has(
      .home-process__wrapper--cards-cardinner:hover
    ) {
    transform: translate(40px) translateY(-5px);
  }
}
@media (min-width: 1024px) {
  .home-process__wrapper--cards-card:nth-child(odd):has(
      .home-process__wrapper--cards-cardinner:hover
    ) {
    transform: translateY(-55px);
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .home-process__wrapper--cards-card:nth-child(odd):has(
      .home-process__wrapper--cards-cardinner:hover
    ) {
    transform: translate(-40px) translateY(-5px);
  }
}
.home-process__wrapper--cards-card.active {
  pointer-events: auto;
}
.home-process__wrapper--cards-card.active #process-card1-inner {
  background-color: #dee9ff;
  border-color: #c8dbff;
  transform: rotate(180deg);
}
.home-process__wrapper--cards-card.active #process-card2-inner {
  background-color: #e4e4ff;
  border-color: #bebdfc;
  transform: rotate(180deg);
}
.home-process__wrapper--cards-card.active #process-card3-inner {
  background-color: #f1e2ff;
  border-color: #dab3fe;
  transform: rotate(180deg);
}
.home-process__wrapper--cards-card.active #process-card4-inner {
  background-color: #d8fbe5;
  border-color: #4cb372b3;
  transform: rotate(180deg);
}
.home-process__wrapper--cards-card.active #process-card5-inner {
  background-color: #ffe8db;
  border-color: #ff9d6163;
  transform: rotate(180deg);
}
.home-process__wrapper--cards-card.active #process-card6-inner {
  background-color: #ffdede;
  border-color: #e66c6c52;
  transform: rotate(180deg);
}
.home-process__wrapper--cards-card.active #process-card7-inner {
  background-color: #d8fffb;
  border-color: #85fbef;
  transform: rotate(180deg);
}
.home-process__wrapper--cards-card.active #process-card8-inner {
  background-color: #fff1c9;
  border-color: #ffe9ac;
  transform: rotate(180deg);
}
.home-process__wrapper--cards-card.active:nth-child(2n) {
  transform: translateY(45px) !important;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card.active:nth-child(2n) {
    transform: translate(40px) translateY(-5px) !important;
  }
}
.home-process__wrapper--cards-card.active:nth-child(odd) {
  transform: translateY(-55px) !important;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card.active:nth-child(odd) {
    transform: translate(-40px) translateY(-5px) !important;
  }
}
.home-process__wrapper--cards-card .process-connecting-line {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(100% + 16px);
  height: 2px;
  display: none;
  pointer-events: none;
}
.home-process__wrapper--cards-card:nth-child(2n) {
  transform: translateY(50px);
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card:nth-child(2n) {
    transform: translate(40px);
  }
}
.home-process__wrapper--cards-card:nth-child(odd) {
  transform: translateY(-50px);
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card:nth-child(odd) {
    transform: translate(-40px);
  }
}
.home-process__wrapper--cards-card #process-line1 {
  display: block;
  transform: rotate(34deg) translateZ(-20px);
  top: 144px;
  left: 73px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card #process-line1 {
    transform: rotate(69deg) translateZ(-20px);
    top: 286px;
    left: 2px;
  }
}
.home-process__wrapper--cards-card #process-line1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.home-process__wrapper--cards-card #process-line2 {
  display: block;
  transform: rotate(-226deg) translateZ(-20px);
  top: 180px;
  left: -111px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card #process-line2 {
    transform: rotate(-244deg) translateZ(-20px);
    top: -33px;
    left: 87px;
  }
}
@media (min-width: 1024px) {
  .home-process__wrapper--cards-card #process-line2 {
    transform: rotate(-214deg) translateZ(-20px);
    top: -59px;
    left: 147px;
  }
}
.home-process__wrapper--cards-card #process-line2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.home-process__wrapper--cards-card #process-line3 {
  display: block;
  transform: rotate(34deg) translateZ(-20px);
  top: 144px;
  left: 73px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card #process-line3 {
    transform: rotate(69deg) translateZ(-20px);
    top: 206px;
    left: 18px;
  }
}
.home-process__wrapper--cards-card #process-line3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.home-process__wrapper--cards-card #process-line4 {
  display: block;
  transform: rotate(-226deg) translateZ(-20px);
  top: 180px;
  left: -111px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card #process-line4 {
    transform: rotate(-244deg) translateZ(-20px);
    top: -33px;
    left: 87px;
  }
}
@media (min-width: 1024px) {
  .home-process__wrapper--cards-card #process-line4 {
    transform: rotate(-214deg) translateZ(-20px);
    top: -59px;
    left: 147px;
  }
}
.home-process__wrapper--cards-card #process-line4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.home-process__wrapper--cards-card #process-line5 {
  display: block;
  transform: rotate(34deg) translateZ(-20px);
  top: 144px;
  left: 73px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card #process-line5 {
    transform: rotate(69deg) translateZ(-20px);
    top: 206px;
    left: 18px;
  }
}
.home-process__wrapper--cards-card #process-line5:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.home-process__wrapper--cards-card #process-line6 {
  display: block;
  transform: rotate(-226deg) translateZ(-20px);
  top: 180px;
  left: -111px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card #process-line6 {
    transform: rotate(-22deg) translateZ(-20px);
    top: 273px;
    left: -334px;
    width: calc(100% + 259px);
  }
}
@media (min-width: 1024px) {
  .home-process__wrapper--cards-card #process-line6 {
    top: 300px;
    left: -400px;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards-card #process-line6 {
    display: block;
    transform: rotate(-214deg) translateZ(-20px);
    top: -59px;
    left: 147px;
    width: calc(100% + 16px);
  }
}
.home-process__wrapper--cards-card #process-line6:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.home-process__wrapper--cards-card #process-line7 {
  display: block;
  transform: rotate(34deg) translateZ(-20px);
  top: 144px;
  left: 73px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card #process-line7 {
    transform: rotate(0) translateZ(-20px);
    top: 80px;
    left: 175px;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards-card #process-line7 {
    display: block;
    transform: rotate(69deg) translateZ(-20px);
    top: 206px;
    left: 18px;
    z-index: -10;
  }
}
.home-process__wrapper--cards-card #process-line7:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.home-process__wrapper--cards-card .home-process__wrapper--cards-cardnum {
  width: 40px;
  height: 40px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  z-index: 20;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-card .home-process__wrapper--cards-cardnum {
    top: -15px;
  }
}
.home-process__wrapper--cards-card #cardnum1 {
  background: linear-gradient(180deg, #73a5ff, #5b8fff);
}
.home-process__wrapper--cards-card #cardnum3 {
  background: linear-gradient(180deg, #c383ff, #bc74ff);
}
.home-process__wrapper--cards-card #cardnum2 {
  background: linear-gradient(180deg, #9394ff, #7a73fb);
}
.home-process__wrapper--cards-card #cardnum4 {
  background: linear-gradient(180deg, #6bd090, #4cb372);
}
.home-process__wrapper--cards-card #cardnum5 {
  background: linear-gradient(180deg, #ffaa73, #ffaa73);
}
.home-process__wrapper--cards-card #cardnum6 {
  background: linear-gradient(180deg, #fa9797, #e76868);
}
.home-process__wrapper--cards-card #cardnum7 {
  background: linear-gradient(180deg, #67c9be, #54ada5);
}
.home-process__wrapper--cards-card #cardnum8 {
  background: linear-gradient(180deg, #ffd970, #ffd45f);
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-card7,
  .home-process__wrapper--cards #process-card8 {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-card7,
  .home-process__wrapper--cards #process-card8 {
    margin-top: 0;
  }
}
.home-process__wrapper--cards-carddesc {
  font-size: 14px;
  line-height: 21px;
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 600;
  text-align: center;
  transition: all 0.1s ease;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-carddesc {
    font-size: 20px;
    line-height: 33px;
  }
}
.home-process__wrapper--cards-cardinner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  pointer-events: auto;
  transition:
    transform 0.6s ease,
    background-color 0.3s ease;
}
.home-process__wrapper--cards #process-card1-inner {
  aspect-ratio: 0.925;
  background-color: #f7f9fc;
  clip-path: shape(
    from 55.12% 0.72%,
    curve to 83.57% 20.97% with 67.39% 2.63%/75.32% 12.36%,
    curve to 99.71% 47.28% with 91.08% 28.82%/98.53% 36.86%,
    curve to 90.18% 79.71% with 101.01% 58.87%/97.94% 70.54%,
    curve to 55.12% 100% with 81.35% 90.15%/69.45% 100.25%,
    curve to 21.38% 78.49% with 40.92% 99.74%/31.23% 87.94%,
    curve to 0.18% 47.28% with 11.79% 69.29%/1.35% 60.01%,
    curve to 15.1% 10.27% with -1.07% 33.65%/4.19% 19.52%,
    curve to 55.12% 0.72% with 25.65% 1.32%/40.99% -1.49%,
    close
  );
}
.home-process__wrapper--cards #process-card2-inner {
  aspect-ratio: 1.09;
  background-color: #f1f3f0;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.home-process__wrapper--cards #process-card3-inner {
  aspect-ratio: 1.09;
  background-color: #eef2f6;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.home-process__wrapper--cards #process-card4-inner {
  aspect-ratio: 1.09;
  background-color: #f6f4f8;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.home-process__wrapper--cards #process-card5-inner {
  aspect-ratio: 1.09;
  background-color: #f2f5f4;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.home-process__wrapper--cards #process-card6-inner {
  aspect-ratio: 1.09;
  background-color: #f9fbf7;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.home-process__wrapper--cards #process-card7-inner {
  aspect-ratio: 1.09;
  background-color: #faf6f2;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.home-process__wrapper--cards #process-card8-inner {
  aspect-ratio: 0.925;
  background-color: #f3f1f5;
  clip-path: shape(
    from 55.12% 0.72%,
    curve to 83.57% 20.97% with 67.39% 2.63%/75.32% 12.36%,
    curve to 99.71% 47.28% with 91.08% 28.82%/98.53% 36.86%,
    curve to 90.18% 79.71% with 101.01% 58.87%/97.94% 70.54%,
    curve to 55.12% 100% with 81.35% 90.15%/69.45% 100.25%,
    curve to 21.38% 78.49% with 40.92% 99.74%/31.23% 87.94%,
    curve to 0.18% 47.28% with 11.79% 69.29%/1.35% 60.01%,
    curve to 15.1% 10.27% with -1.07% 33.65%/4.19% 19.52%,
    curve to 55.12% 0.72% with 25.65% 1.32%/40.99% -1.49%,
    close
  );
}
.home-process__wrapper--cards-carddetail {
  display: none;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 24px;
}
.home-process__wrapper--cards-carddetail .process-card-close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 4px 12px #00000026;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-carddetail .process-card-close-btn {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1024px) {
  .home-process__wrapper--cards-carddetail .process-card-close-btn {
    display: none;
  }
}
.home-process__wrapper--cards-carddetail .process-card-close-btn:hover {
  background-color: #f8f8f8;
  transform: scale(1.1);
  box-shadow: 0 6px 16px #0003;
}
.home-process__wrapper--cards-carddetail .process-card-close-btn svg {
  width: 18px;
  height: 18px;
}
.home-process__wrapper--cards-carddetail .process-card-close-btn svg path {
  stroke: #d1202d;
}
.home-process__wrapper--cards-carddetail {
  width: 100%;
  padding: 24px;
  width: 290px;
  position: absolute;
  top: -135px;
  left: 100px;
  z-index: 999;
  background-color: #fff3;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px #0000001a;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards-carddetail {
    width: 410px;
  }
}
@media (min-width: 1024px) {
  .home-process__wrapper--cards-card:hover
    .home-process__wrapper--cards-carddetail {
    opacity: 1;
    display: flex;
    pointer-events: auto;
  }
}
.home-process__wrapper--cards-card.active
  .home-process__wrapper--cards-carddetail {
  opacity: 1;
  display: flex;
  pointer-events: auto;
  transition: all 0.6s ease;
}
.home-process__wrapper--cards-carddetail .process-carddetail-upper {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 16px;
}
.home-process__wrapper--cards-carddetail .process-carddetail-uppericon {
  width: 36px;
  height: 36px;
}
.home-process__wrapper--cards-carddetail .process-carddetail-uppertitle {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  font-family: Lato, sans-serif;
  color: #333;
}
.home-process__wrapper--cards-carddetail .process-carddetail-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
  justify-content: left;
  text-align: left;
}
.home-process__wrapper--cards-carddetail .process-carddetail-listdetail {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
  text-align: left;
}
.home-process__wrapper--cards-carddetail .process-carddetail-listdetailicon {
  width: 24px;
  height: 24px;
}
.home-process__wrapper--cards-carddetail .process-carddetail-listdetaildesc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: left;
}
.home-process__wrapper--cards #process-carddetail1 {
  top: 145px;
  left: 0;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-carddetail1 {
    top: 145px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-carddetail1 {
    top: 145px;
    left: 0;
  }
}
.home-process__wrapper--cards #process-carddetail2 {
  top: -135px;
  left: -170px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-carddetail2 {
    top: -135px;
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-carddetail2 {
    top: -135px;
    left: 70px;
  }
}
.home-process__wrapper--cards #process-carddetail3 {
  top: 145px;
  left: 0;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-carddetail3 {
    top: 145px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-carddetail3 {
    top: 145px;
    left: 62px;
  }
}
.home-process__wrapper--cards #process-carddetail4 {
  top: 145px;
  left: -170px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-carddetail4 {
    top: -145px;
    left: -60px;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-carddetail4 {
    top: -135px;
    left: 70px;
  }
}
.home-process__wrapper--cards #process-carddetail5 {
  top: 145px;
  left: -10px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-carddetail5 {
    top: 145px;
    left: -150px;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-carddetail5 {
    top: 145px;
    left: 62px;
  }
}
.home-process__wrapper--cards #process-carddetail6 {
  top: 145px;
  left: -170px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-carddetail6 {
    top: -155px;
    left: -270px;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-carddetail6 {
    top: -135px;
    left: 70px;
  }
}
.home-process__wrapper--cards #process-carddetail7 {
  top: -175px;
  left: -20px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-carddetail7 {
    top: -155px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-carddetail7 {
    top: 145px;
    left: -270px;
  }
}
.home-process__wrapper--cards #process-carddetail8 {
  top: -175px;
  left: -170px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-carddetail8 {
    top: -135px;
    left: -270px;
  }
}
.home-process__wrapper--cards #process-card1 {
  width: 42%;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-card1 {
    width: 30%;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-card1 {
    width: 20%;
    order: 1;
  }
}
.home-process__wrapper--cards #process-card2 {
  z-index: 20;
  width: 42%;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-card2 {
    width: 30%;
    order: 4;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-card2 {
    width: 20%;
    order: 5;
  }
}
.home-process__wrapper--cards #process-card3 {
  width: 42%;
  z-index: 30;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-card3 {
    width: 30%;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-card3 {
    width: 20%;
    order: 2;
  }
}
.home-process__wrapper--cards #process-card4 {
  width: 42%;
  z-index: 40;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-card4 {
    width: 30%;
    order: 5;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-card4 {
    width: 20%;
    order: 6;
  }
}
.home-process__wrapper--cards #process-card5 {
  width: 42%;
  z-index: 50;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-card5 {
    width: 30%;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-card5 {
    width: 20%;
    order: 3;
  }
}
.home-process__wrapper--cards #process-card6 {
  width: 42%;
  z-index: 60;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-card6 {
    width: 30%;
    order: 6;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-card6 {
    width: 20%;
    order: 7;
  }
}
.home-process__wrapper--cards #process-card7 {
  width: 42%;
  z-index: 70;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-card7 {
    width: 30%;
    order: 7;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-card7 {
    width: 20%;
    order: 4;
  }
}
.home-process__wrapper--cards #process-card8 {
  width: 42%;
  z-index: 80;
}
@media (min-width: 768px) {
  .home-process__wrapper--cards #process-card8 {
    width: 30%;
    order: 8;
  }
}
@media (min-width: 1200px) {
  .home-process__wrapper--cards #process-card8 {
    width: 20%;
    order: 8;
  }
}
.home-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.home-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.home-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .home-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.home-our-industries-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .home-our-industries-voices {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .home-our-industries-voices {
    margin-top: 60px;
  }
}
.home-our-industries-voices .left-gradient-shadow,
.home-our-industries-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.home-our-industries-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.home-our-industries-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.home-our-industries-voices__wrapper {
  overflow: hidden;
}
.home-our-industries-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .home-our-industries-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .home-our-industries-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.home-our-industries-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.home-our-industries-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.home-our-industries-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.home-our-industries-voices__wrapper--testimonial-slider .swiper {
  -webkit-overflow-scrolling: touch;
}
.home-our-industries-voices__wrapper--testimonial-slider .swiper,
.home-our-industries-voices__wrapper--testimonial-slider .swiper-container {
  touch-action: manipulation;
}
.home-our-industries-voices__wrapper--testimonial-slider .swiper-wrapper,
.home-our-industries-voices__wrapper--testimonial-slider .swiper-slide {
  pointer-events: auto;
}
.home-our-industries-voices__wrapper--testimonial-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 24px;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #626060;
  text-align: start;
}
@media (min-width: 1024px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
  position: relative;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 16%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  padding: 12px 15px;
  border-radius: 100%;
  width: fit-content;
  background: #fff;
  border: none;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .home-our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.home-our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.home-our-industries-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.home-our-industries-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.home-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .home-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .home-growth {
    margin-top: 60px;
  }
}
.home-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .home-growth__wrapper {
    padding: 24px;
  }
}
.home-growth__wrapper--txts {
  /* background-image: url(/storage/images/tekbis-logo.webp); */
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #b4dfff;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .home-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .home-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.home-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .home-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .home-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.home-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.home-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.home-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .home-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.home-casestudies {
  padding: 24px 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .home-casestudies {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .home-casestudies {
    margin-top: 60px;
  }
}
.home-casestudies__wrapper {
  overflow: hidden;
}
.home-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.home-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.home-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--txts-heading {
    text-align: start;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .home-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.home-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.home-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .home-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.home-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  display: none;
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--txts-col2 {
    display: flex;
    justify-content: end;
    width: 50%;
  }
}
.home-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.home-casestudies__wrapper--button {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--button {
    display: none;
  }
}
.home-casestudies__wrapper--button .btn-primary {
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 16px 32px;
}
.home-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.home-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 15px;
}
.home-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--casestudy-slider .slider .slides {
    padding-bottom: 50px;
  }
}
.home-casestudies__wrapper--casestudy-slider .slider .slides .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-position: outside;
  padding-left: 40px;
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 10px 28px;
  border-radius: 10px;
  margin-block: 15px;
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 20px;
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-btn {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-btn {
    margin-left: 10px;
  }
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/case-study/home-casestudy-1.webp);
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/case-study/case-stud-bg1.webp);
  }
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/case-study/home-casestudy-3.webp);
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/case-study/case-stud-bg2.webp);
  }
}
.home-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-3
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/case-study/home-casestudy-2.webp);
}
@media (min-width: 768px) {
  .home-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-3
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/case-study/case-stud-bg3.webp);
  }
}
.home-casestudies__wrapper--casestudy-slider .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.home-casestudies__wrapper--casestudy-slider .slider-nav-arrow .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.home-casestudies__wrapper--casestudy-slider .slider-nav-arrow .progress span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.home-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #3fb9b3, #4f8df5);
}
.home-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(106.24deg, #55b15d 4.31%, #1b612e 98.12%);
}
.home-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(3)
  span {
  background: linear-gradient(105.14deg, #8f97ce -30.82%, #00293a 160.87%);
}
.home-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(4)
  span {
  background: linear-gradient(105.96deg, #f96e3b -30.9%, #330e00 102.92%);
}
.home-casestudies__wrapper--casestudy-slider .slider-nav-arrow .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.home-casestudies__wrapper--casestudy-slider .slider-nav-arrow .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.home-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.home-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.home-whychose {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .home-whychose {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .home-whychose {
    margin-top: 60px;
  }
}
.home-whychose__wrapper--txts {
  margin-bottom: 32px;
}
.home-whychose__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .home-whychose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .home-whychose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.home-whychose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.home-whychose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-whychose__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.home-whychose__wrapper--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
}
.home-whychose__wrapper--content .home-whychose__wrapper--content-firstcol {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .home-whychose__wrapper--content .home-whychose__wrapper--content-firstcol {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .home-whychose__wrapper--content .home-whychose__wrapper--content-firstcol {
    width: 24%;
  }
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-firstrow {
  padding: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-firstrowimg {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: left;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-firstrowimg
  .home-whychose__wrapper--content-firstrowimg1 {
  height: 24px;
  width: 24px;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-firstrowimg
  .home-whychose__wrapper--content-firstrowimg2 {
  height: 40px;
  width: 40px;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-firstrowimg
  .home-whychose__wrapper--content-firstrowimg3 {
  height: 34px;
  width: 34px;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-firstrowimg
  .home-whychose__wrapper--content-firstrowimg4 {
  height: 14px;
  width: 14px;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-firstrowdesc {
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: #000;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-secondrow {
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  height: auto;
}
@media (min-width: 1024px) {
  .home-whychose__wrapper--content
    .home-whychose__wrapper--content-firstcol
    .home-whychose__wrapper--content-secondrow {
    min-height: 251px;
    height: 100%;
  }
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-secondrow
  .home-whychose__wrapper--content-secondrowuper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-secondrow
  .home-whychose__wrapper--content-secondrowuper
  .home-whychose__wrapper--content-secondrowuperdesc {
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-secondrow
  .home-whychose__wrapper--content-secondrowbottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-secondrow
  .home-whychose__wrapper--content-secondrowbottom
  .home-whychose__wrapper--content-secondrowbottomhead {
  font-size: 36px;
  line-height: 100%;
  font-family: Lato, sans-serif;
  font-weight: 500;
  color: #000;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-firstcol
  .home-whychose__wrapper--content-secondrow
  .home-whychose__wrapper--content-secondrowbottom
  .home-whychose__wrapper--content-secondrowbottomdesc {
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  font-weight: 400;
  font-family: Lato, sans-serif;
  white-space: nowrap;
}
.home-whychose__wrapper--content .home-whychose__wrapper--content-secondcol {
  width: 100%;
  background-color: #efffff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
}
@media (min-width: 768px) {
  .home-whychose__wrapper--content .home-whychose__wrapper--content-secondcol {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .home-whychose__wrapper--content .home-whychose__wrapper--content-secondcol {
    width: 24%;
  }
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-secondcol
  .home-whychose__wrapper--content-secondcoldesc {
  font-size: 36px;
  line-height: 100%;
  font-family: Lato, sans-serif;
  font-weight: 500;
  color: #000;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-secondcol
  .home-whychose__wrapper--content-secondcolbottomdesc {
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.home-whychose__wrapper--content .home-whychose__wrapper--content-thirdcol {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}
@media (min-width: 768px) {
  .home-whychose__wrapper--content .home-whychose__wrapper--content-thirdcol {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .home-whychose__wrapper--content .home-whychose__wrapper--content-thirdcol {
    width: 24%;
    flex-direction: column;
    align-items: start;
  }
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-thirdcol
  .home-whychose__wrapper--content-firstrow {
  padding: 8px;
  width: 100%;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  background: #ffe2f4;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .home-whychose__wrapper--content
    .home-whychose__wrapper--content-thirdcol
    .home-whychose__wrapper--content-firstrow {
    justify-content: space-between;
  }
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-thirdcol
  .home-whychose__wrapper--content-firstrowhead {
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #000;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-thirdcol
  .home-whychose__wrapper--content-firstrowdesc {
  font-size: 15px;
  line-height: 100%;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: #000;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-thirdcol
  .home-whychose__wrapper--content-secondrow {
  padding: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #f9f9f9;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
}
@media (min-width: 1024px) {
  .home-whychose__wrapper--content
    .home-whychose__wrapper--content-thirdcol
    .home-whychose__wrapper--content-secondrow {
    min-height: 251px;
    height: 100%;
  }
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-thirdcol
  .home-whychose__wrapper--content-secondrow
  .home-whychose__wrapper--content-secondrowuper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-thirdcol
  .home-whychose__wrapper--content-secondrow
  .home-whychose__wrapper--content-secondrowuper
  .home-whychose__wrapper--content-secondrowuperdesc {
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-thirdcol
  .home-whychose__wrapper--content-secondrow
  .home-whychose__wrapper--content-secondrowbottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-thirdcol
  .home-whychose__wrapper--content-secondrow
  .home-whychose__wrapper--content-secondrowbottom
  .home-whychose__wrapper--content-secondrowbottomhead {
  font-size: 36px;
  line-height: 100%;
  font-family: Lato, sans-serif;
  font-weight: 500;
  color: #000;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-thirdcol
  .home-whychose__wrapper--content-secondrow
  .home-whychose__wrapper--content-secondrowbottom
  .home-whychose__wrapper--content-secondrowbottomdesc {
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  font-weight: 400;
  font-family: Lato, sans-serif;
  white-space: nowrap;
}
.home-whychose__wrapper--content .home-whychose__wrapper--content-fourthcol {
  width: 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/why-chose/fourth-col-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 166px;
  padding: 16px;
  position: relative;
}
@media (min-width: 1024px) {
  .home-whychose__wrapper--content .home-whychose__wrapper--content-fourthcol {
    width: 24%;
  }
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-fourthcol
  .home-whychose__wrapper--content-fourthcolrow {
  position: relative;
  z-index: 20;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-fourthcol
  .home-whychose__wrapper--content-fourthcolrow
  .home-whychose__wrapper--content-secondcoldesc {
  font-size: 36px;
  line-height: 100%;
  font-family: Lato, sans-serif;
  font-weight: 500;
  color: #fff;
  width: 100%;
  max-width: 236px;
}
@media (min-width: 1024px) {
  .home-whychose__wrapper--content
    .home-whychose__wrapper--content-fourthcol
    .home-whychose__wrapper--content-fourthcolrow
    .home-whychose__wrapper--content-secondcoldesc {
    width: 100%;
    max-width: 90%;
  }
}
.home-whychose__wrapper--content
  .home-whychose__wrapper--content-fourthcol
  .home-whychose__wrapper--content-fourthcolrow
  .home-whychose__wrapper--content-secondcolbottomdesc {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  font-family: Lato, sans-serif;
}
.home-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .home-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .home-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.home-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
  background-color:#b5ddf8;
  
}
@media (min-width: 768px) {
  .home-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .home-awards__wrapper {
    flex-direction: row;
  }
}
.home-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .home-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .home-awards__wrapper--col1 {
    width: 50%;
  }
}
.home-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
 
}
@media (min-width: 768px) {
  .home-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;

  }
}
@media (min-width: 1024px) {
  .home-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 42px;
    line-height: 52px;
  }
}
.home-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.home-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .home-awards__wrapper--col1-desc {
    text-align: center;
  }
}
.home-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .home-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .home-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.home-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .home-awards__wrapper--col2-award {
    width: 30%;
  }
}
.home-awards__wrapper--col2-award img {
  width: 100%;
}
.home-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .home-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.home-faqs {
  padding: 60px 0;
}
.home-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .home-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .home-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 57px;
  }
}
.home-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.home-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.home-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.home-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  font-family: Lato, sans-serif;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .home-faqs__wrapper--faq-container .faqs__accitem--head {
    align-items: flex-start;
  }
  .home-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .home-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .home-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .home-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.home-faqs__wrapper--faq-container .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.home-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.home-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.home-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.home-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.home-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.home-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.home-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .home-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.home-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.home-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.home-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.home-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .home-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.service-desc {
  width: 100%;
}
@media (min-width: 768px) {
  .service-desc {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .service-desc {
    width: 70%;
  }
}
.services-list,
.industries-list {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .services-list,
  .industries-list {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.services-list__header,
.industries-list__header {
  margin-bottom: 32px;
  text-align: center;
}
.services-list__header--title,
.industries-list__header--title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #d1202d;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .services-list__header--title,
  .industries-list__header--title {
    font-size: 48px;
    line-height: 56px;
  }
}
.services-list__header--desc,
.industries-list__header--desc {
  font-size: 16px;
  line-height: 22px;
  color: #626060;
  width: 80%;
  margin: auto;
}
@media (min-width: 1024px) {
  .services-list__header--desc,
  .industries-list__header--desc {
    font-size: 20px;
    line-height: 30px;
  }
}
.services-list__see-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #d1202d;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 10px 0;
  margin: 30px auto 10px;
  width: fit-content;
}
@media (min-width: 1024px) {
  .services-list__see-all {
    font-size: 36px;
    gap: 20px;
  }
}
.services-list__see-all.is-active .arrow-icon {
  transform: rotate(180deg);
}
.services-list__see-all:hover {
  opacity: 0.8;
  gap: 25px;
}
.services-list__see-all .arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.4s ease;
  filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(7400%)
    hue-rotate(352deg) brightness(89%) contrast(93%);
}
@media (min-width: 1024px) {
  .services-list__see-all.desktop-hide {
    display: none !important;
  }
}
.services-list__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  max-height: none;
}
@media (min-width: 768px) {
  .services-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services-list__grid {
    gap: 40px;
  }
}
.services-list__grid--card {
  background-color: #f1f1f1;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-shadow: none;
}
.services-list__grid--card-image {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .services-list__grid--card-image {
    height: 250px;
  }
}
@media (min-width: 1024px) {
  .services-list__grid--card-image {
    height: 300px;
  }
}
.services-list__grid--card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.services-list__grid--card-info {
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 15px;
  transition: background 0.2s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .services-list__grid--card-info {
    padding: 20px 25px;
  }
}
.services-list__grid--card-info-main {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-grow: 1;
  text-decoration: none;
  cursor: pointer;
}
.services-list__grid--card-info-main:hover
  .services-list__grid--card-info-title
  .service-title {
  color: #d1202d;
}
.services-list__grid--card-info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #fff;
  border: 6px solid transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .services-list__grid--card-info-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
}
.services-list__grid--card-info-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .services-list__grid--card-info-icon img {
    width: 32px;
    height: 32px;
  }
}
.services-list__grid--card-info-title {
  flex-grow: 1;
}
.services-list__grid--card-info-title .service-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #2d2d2d;
  margin: 0;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .services-list__grid--card-info-title .service-title {
    font-size: 28px;
  }
}
.services-list__grid--card-info-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  margin-right: -10px;
  transition: all 0.2s ease;
}
.services-list__grid--card-info-toggle .chevron {
  width: 28px;
  height: 28px;
  color: #999;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.services-list__grid--card-info-toggle:hover .chevron {
  color: #d1202d;
}
.services-list__grid--card-subservices {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f1f1f1;
}
.services-list__grid--card-subservices-heading {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #626060;
  padding: 10px 0 10px 20px;
}
@media (min-width: 768px) {
  .services-list__grid--card-subservices-heading {
    padding: 15px 0 12px 25px;
  }
}
.services-list__grid--card-subservices-list {
  list-style: none;
  padding: 0 20px 25px;
  margin: 0;
}
@media (min-width: 768px) {
  .services-list__grid--card-subservices-list {
    padding: 0 25px 30px;
  }
}
.services-list__grid--card-subservices-list li {
  margin-bottom: 12px;
}
.services-list__grid--card-subservices-list li:last-child {
  margin-bottom: 0;
}
.services-list__grid--card-subservices-list li a {
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #1c1c1c;
  transition: all 0.2s ease;
  display: block;
}
@media (min-width: 1024px) {
  .services-list__grid--card-subservices-list li a {
    font-size: 22px;
    line-height: 33px;
  }
}
.services-list__grid--card-subservices-list li a:hover {
  color: #d1202d;
  transform: none;
}
.services-list__grid--card.is-active .services-list__grid--card-info {
  background: #f1f1f1;
}
.services-list__grid--card.is-active
  .services-list__grid--card-info
  .services-list__grid--card-info-toggle
  .chevron {
  transform: rotate(180deg);
  color: #333;
}
.services-list__grid--card.is-active .services-list__grid--card-info-icon {
  border-width: 5px;
  border-color: #ebebebba;
}
.services-list__grid--card.is-active:nth-child(1)
  .services-list__grid--card-info-main
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(38%) saturate(7204%)
    hue-rotate(311deg) brightness(96%) contrast(98%);
}
.services-list__grid--card.is-active:nth-child(2)
  .services-list__grid--card-info-main
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(83%) saturate(1997%)
    hue-rotate(252deg) brightness(98%) contrast(107%);
}
.services-list__grid--card.is-active:nth-child(3)
  .services-list__grid--card-info-main
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(94%) saturate(769%)
    hue-rotate(63deg) brightness(90%) contrast(103%);
}
.services-list__grid--card.is-active:nth-child(4)
  .services-list__grid--card-info-main
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(61%) saturate(7345%)
    hue-rotate(167deg) brightness(96%) contrast(101%);
}
.services-list__grid--card.is-active:nth-child(5)
  .services-list__grid--card-info-main
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(36%) sepia(96%) saturate(1250%)
    hue-rotate(360deg) brightness(98%) contrast(106%);
}
.services-list__grid--card.is-active:nth-child(6)
  .services-list__grid--card-info-main
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(99%) saturate(7499%)
    hue-rotate(320deg) brightness(84%) contrast(101%);
}
.services-list__grid--card.is-active:nth-child(7)
  .services-list__grid--card-info-main
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(15%) saturate(6535%)
    hue-rotate(346deg) brightness(101%) contrast(98%);
}
.services-list__grid--card.is-active .services-list__grid--card-subservices {
  max-height: 500px;
}
.services-expertise {
  margin-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  .services-expertise {
    margin-top: 130px;
    padding-bottom: 100px;
  }
}
.services-expertise__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .services-expertise__wrapper {
    flex-direction: row;
    gap: 0;
  }
}
.services-expertise__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .services-expertise__left {
    align-items: flex-start;
    gap: 59px;
  }
}
.services-expertise__left--title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .services-expertise__left--title {
    font-size: 35px;
    line-height: 45px;
    text-align: left;
  }
}
.services-expertise__right img {
  width: 108px;
  height: 122px;
}
.industries-list {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.industries-list:first-of-type {
  padding-top: 60px !important;
}
.industries-list:last-of-type {
  padding-bottom: 60px !important;
}
.industries-list__header--title {
  font-family: Montserrat, sans-serif !important;
  color: #1c1c1c !important;
}
.industries-list__header--title span {
  color: #d1202d !important;
}
.industries-list__header--desc {
  font-family: Lato, sans-serif !important;
}
.industries-list__grid {
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: grid;
  overflow: hidden;
  max-height: none;
}
@keyframes rotateBorder {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.industry-services__grid {
  background: linear-gradient(135deg, #f8fafc, #effffa, #f1e0ff);
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.industry-services__grid#ecommerce-services {
  margin-bottom: 30px;
}
.industry-services__grid#real-estate-services {
  background: linear-gradient(135deg, #f8fafc, #f4ffef, #e0e4ff);
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .industry-services__grid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.industry-services__grid .industry-services-grid--title {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .industry-services__grid .industry-services-grid--title {
    font-size: 48px;
  }
}
.industry-services__grid .industry-services-grid--title span {
  font-weight: 600;
  color: #d1202d;
}
.industry-services__grid .industry-services-grid--cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  justify-content: center;
  align-items: stretch;
  max-height: none;
}
@media (min-width: 1024px) {
  .industry-services__grid .industry-services-grid--cards {
    gap: 25px;
  }
}
.industry-services__grid .industry-services-grid--cards.is-expanded {
  max-height: 2000px !important;
}
.industry-services__grid--card-wrapper {
  position: relative;
  padding: 1px;
  border-radius: 21px;
  overflow: hidden;
  flex: 1 1 100%;
  max-width: none;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: transparent;
}
@media (min-width: 768px) {
  .industry-services__grid--card-wrapper {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (min-width: 1024px) {
  .industry-services__grid--card-wrapper {
    flex: 1 1 calc(25% - 25px);
  }
}
.industry-services__grid--card-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffd6ee, #820e51);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.industry-services__grid--card-wrapper:hover:before {
  opacity: 1;
}
.industry-services__grid--card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: none;
}
@media (min-width: 1024px) {
  .industry-services__grid--card {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
}
.industry-services__grid--card:hover {
  transform: scale(0.99);
}
.industry-services__grid--card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-services__grid--card-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .industry-services__grid--card-icon img {
    width: 54px;
    height: 54px;
  }
}
.industry-services__grid--card-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  margin: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .industry-services__grid--card-text {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
}
.industry-services__grid--see-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #d1202d;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 10px 0;
  margin: 30px auto 10px;
  width: fit-content;
}
@media (min-width: 1024px) {
  .industry-services__grid--see-all {
    font-size: 20px;
    gap: 20px;
  }
}
.industry-services__grid--see-all.is-active .arrow-icon {
  transform: rotate(180deg);
}
.industry-services__grid--see-all:hover {
  opacity: 0.8;
  gap: 25px;
}
.industry-services__grid--see-all .arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.4s ease;
  filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(7400%)
    hue-rotate(352deg) brightness(89%) contrast(93%);
}
@media (min-width: 1024px) {
  .industry-services__grid--see-all.desktop-hide {
    display: none !important;
  }
}
.industry-detail-section {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .industry-detail-section {
    padding: 100px 0;
  }
}
.industry-detail-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
@media (min-width: 768px) {
  .industry-detail-section__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .industry-detail-section__wrapper.reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .industry-detail-section__content {
    width: 50%;
  }
}
.industry-detail-section__content--title {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .industry-detail-section__content--title {
    font-size: 40px;
  }
}
.industry-detail-section__content--title span {
  font-weight: 600;
  color: #d1202d;
}
.industry-detail-section__content--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #626060;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .industry-detail-section__content--desc {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .industry-detail-section__image {
    width: 45%;
  }
}
.industry-detail-section__image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px #0000001a;
}
.services-list__grid--card-subservices-heading {
  text-transform: uppercase !important;
  color: #999 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  padding-bottom: 8px !important;
}
.services-list__grid--card-subservices-list li a {
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  color: #333 !important;
}
@media (min-width: 1024px) {
  .services-list__grid--card-subservices-list li a {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
.services-list__grid--card-subservices-list li a:hover {
  color: #d1202d !important;
  transform: none !important;
}
.industries-list.services-list#home-services
  .services-list__grid--card.is-active:nth-of-type(1)
  .services-list__grid--card-info-icon
  img,
.industries-list#home-services
  .services-list__grid--card.is-active:nth-of-type(1)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(100%) saturate(3885%)
    hue-rotate(237deg) brightness(88%) contrast(97%);
}
.industries-list.services-list#home-services
  .services-list__grid--card.is-active:nth-of-type(2)
  .services-list__grid--card-info-icon
  img,
.industries-list#home-services
  .services-list__grid--card.is-active:nth-of-type(2)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(46%) saturate(7356%)
    hue-rotate(6deg) brightness(91%) contrast(92%);
}
.industries-list.services-list#home-services
  .services-list__grid--card.is-active:nth-of-type(3)
  .services-list__grid--card-info-icon
  img,
.industries-list#home-services
  .services-list__grid--card.is-active:nth-of-type(3)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(60%) saturate(468%)
    hue-rotate(124deg) brightness(98%) contrast(89%);
}
.industries-list.services-list#home-services
  .services-list__grid--card.is-active:nth-of-type(4)
  .services-list__grid--card-info-icon
  img,
.industries-list#home-services
  .services-list__grid--card.is-active:nth-of-type(4)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(80%) saturate(4299%)
    hue-rotate(170deg) brightness(96%) contrast(87%);
}
.industries-list.services-list#beauty-services
  .services-list__grid--card.is-active:nth-of-type(1)
  .services-list__grid--card-info-icon
  img,
.industries-list#beauty-services
  .services-list__grid--card.is-active:nth-of-type(1)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(83%) saturate(416%)
    hue-rotate(69deg) brightness(96%) contrast(86%);
}
.industries-list.services-list#beauty-services
  .services-list__grid--card.is-active:nth-of-type(2)
  .services-list__grid--card-info-icon
  img,
.industries-list#beauty-services
  .services-list__grid--card.is-active:nth-of-type(2)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(91%) saturate(6712%)
    hue-rotate(307deg) brightness(118%) contrast(111%);
}
.industries-list.services-list#electronics-services
  .services-list__grid--card.is-active:nth-of-type(1)
  .services-list__grid--card-info-icon
  img,
.industries-list#electronics-services
  .services-list__grid--card.is-active:nth-of-type(1)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(87%) saturate(368%)
    hue-rotate(56deg) brightness(100%) contrast(100%);
}
.industries-list.services-list#electronics-services
  .services-list__grid--card.is-active:nth-of-type(2)
  .services-list__grid--card-info-icon
  img,
.industries-list#electronics-services
  .services-list__grid--card.is-active:nth-of-type(2)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(30%) saturate(5957%)
    hue-rotate(305deg) brightness(111%) contrast(105%);
}
.industries-list.services-list#automotive-services
  .services-list__grid--card.is-active:nth-of-type(1)
  .services-list__grid--card-info-icon
  img,
.industries-list#automotive-services
  .services-list__grid--card.is-active:nth-of-type(1)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(58%) saturate(7274%)
    hue-rotate(6deg) brightness(100%) contrast(101%);
}
.industries-list.services-list#automotive-services
  .services-list__grid--card.is-active:nth-of-type(2)
  .services-list__grid--card-info-icon
  img,
.industries-list#automotive-services
  .services-list__grid--card.is-active:nth-of-type(2)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(91%) saturate(3364%)
    hue-rotate(268deg) brightness(94%) contrast(90%);
}
.industries-list.services-list#automotive-services
  .services-list__grid--card.is-active:nth-of-type(3)
  .services-list__grid--card-info-icon
  img,
.industries-list#automotive-services
  .services-list__grid--card.is-active:nth-of-type(3)
  .services-list__grid--card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(58%) saturate(484%)
    hue-rotate(126deg) brightness(89%) contrast(87%);
}
.services-list__grid--card {
  box-shadow: none !important;
  background-color: #f8f8f8 !important;
  transition: background-color 0.3s ease;
}
.services-list__grid--card.is-active {
  background-color: #f8f8f8 !important;
}
.services-list__grid--card.is-active .services-list__grid--card-info {
  background-color: transparent !important;
}
.services-list__grid--card-info {
  cursor: pointer;
}
.services-list__grid--card-info-title .service-title {
  font-family: Montserrat, sans-serif;
}
.services-list__grid--card-info-title .service-title a {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.services-list__grid--card-info-title .service-title a:hover {
  color: #d1202d;
}
.services-list__grid--card-subservices {
  background-color: #f8f8f8 !important;
}
.services-list__grid--card-subservices-list {
  padding-left: 32px;
}
@media (min-width: 768px) {
  .services-list__grid--card-subservices-list {
    padding-left: 37px;
  }
}
.related-blog-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.services-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 50px;
  row-gap: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .services-intro {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .services-intro {
    margin-bottom: 65px;
    margin-top: 65px;
  }
}
.services-intro-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .services-intro-content {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .services-intro-content {
    width: 55%;
  }
}
.services-intro-content-title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .services-intro-content-title {
    font-size: 35px;
    line-height: 32px;
    letter-spacing: -1px;
  }
}
.services-intro-content-description {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
  letter-spacing: 0.2px;
}
@media (min-width: 1024px) {
  .services-intro-content-description {
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
  }
}
.services-intro-content .porfolio-link {
  display: none;
}
@media (min-width: 768px) {
  .services-intro-content .porfolio-link {
    display: block;
    width: fit-content;
  }
}
.services-intro .services-intro-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .services-intro .services-intro-image {
    width: 40%;
    display: block;
  }
}
@media (min-width: 1024px) {
  .services-intro .services-intro-image {
    width: 35%;
  }
}
.services-intro .services-intro-image .image {
  width: 100%;
  border: 2px solid #d1202d;
  border-radius: 24px;
  box-shadow: 0 0 10px 1px #00000040;
}
@media (min-width: 475px) {
  .services-intro .services-intro-image .image {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .services-intro .services-intro-image .image {
    width: 100%;
  }
}
.services-intro .services-intro-image .porfolio-link {
  text-align: center;
  display: block;
  width: fit-content;
}
@media (min-width: 768px) {
  .services-intro .services-intro-image .porfolio-link {
    display: none;
  }
}
.offer-section {
  padding: 30px 0;
  margin: 50px 0;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .offer-section {
    padding: 50px 0;
    margin: 100px 0;
  }
}
@media (min-width: 1024px) {
  .offer-section {
    padding: 80px 0;
    margin: 130px 0;
  }
}
.offer-section .offer-section-gap {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.offer-section .offer-detail-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .offer-section .offer-detail-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.offer-section .offer-detail-heading {
  text-align: center;
}
.offer-section .offer-detail-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #626060;
  letter-spacing: 0.2px;
}
@media (min-width: 1024px) {
  .offer-section .offer-detail-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.offer-section .offer-detail-text {
  text-align: center;
}
.offer-section .offered-services {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 60px;
}
@media (min-width: 768px) {
  .offer-section .offered-services {
    justify-content: space-between;
    flex-direction: row;
  }
}
.offer-section .offered-services .service {
  width: 100%;
}
@media (min-width: 768px) {
  .offer-section .offered-services .service {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .offer-section .offered-services .service {
    width: 30%;
  }
}
.offer-section .offered-services .service-heading {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1.14px;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .offer-section .offered-services .service-heading {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .offer-section .offered-services .service-heading {
    font-size: 24px;
    line-height: 30px;
  }
}
.offer-section .offered-services .service-detail {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .offer-section .offered-services .service-detail {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .offer-section .offered-services .service-detail {
    font-size: 20px;
    line-height: 30px;
  }
}
.offer-section .offered-services .service-icon {
  width: 60px;
  height: 60px;
  padding: 15px;
  background: #fff;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  border-radius: 20px;
  box-shadow: 4px 4px 10px #0000001a;
}
.offer-section .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.our-approach-section {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10%;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .our-approach-section {
    flex-direction: row;
  }
}
.our-approach-section-image {
  width: 100%;
}
@media (min-width: 768px) {
  .our-approach-section-image {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .our-approach-section-image {
    width: 45%;
  }
}
.our-approach-section-image img {
  width: 100%;
  border-radius: 20px;
  min-height: 250px;
}
.our-approach-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .our-approach-section-content {
    width: 45%;
  }
}
.our-approach-section-content-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .our-approach-section-content-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.our-approach-section-content-heading {
  text-align: center;
}
@media (min-width: 768px) {
  .our-approach-section-content-heading {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .our-approach-section-content-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.our-approach-section-content .text-desc {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #626060;
  letter-spacing: 0.2px;
}
@media (min-width: 1024px) {
  .our-approach-section-content .text-desc {
    font-size: 20px;
    line-height: 30px;
  }
}
.our-approach-column-content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10%;
  row-gap: 30px;
}
.our-approach-column-content .our-approach-section-image,
.our-approach-column-content .our-approach-section-content {
  width: 100%;
}
.service-importance-section {
  display: none;
}
@media (min-width: 1024px) {
  .service-importance-section {
    display: flex;
    gap: 4rem;
    align-items: center;
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .service-importance-section img {
    max-width: 480px;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .service-importance-section img {
    max-width: 520px;
  }
}
@media (min-width: 1024px) and (min-width: 1400px) {
  .service-importance-section img {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .service-importance-section .description {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 50%;
  }
  .service-importance-section .description-heading {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .service-importance-section .description-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
@media (min-width: 1024px) {
  .service-importance-section .description-content {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #626060;
    letter-spacing: 0.2px;
    text-align: justify;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .service-importance-section .description-content {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .service-importance-section .description .btn-primary-outline {
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  .service-importance-section {
    gap: 7rem;
  }
}
.seo-description {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.seo-description .seo-description-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .seo-description .seo-description-heading {
    font-size: 35px;
    line-height: 45px;
  }
}
.seo-description .seo-description-content {
  color: #626060;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .seo-description .seo-description-content {
    font-size: 20px;
    line-height: 30px;
  }
}
.seo-description .loadmore-btn {
  width: fit-content;
}
.message-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  margin: 100px 0;
  padding: 50px 30px;
  background: linear-gradient(135deg, #e91020, #aa1616);
}
@media (min-width: 768px) {
  .message-container {
    padding: 75px 50px;
  }
}
@media (min-width: 1024px) {
  .message-container {
    padding: 100px;
  }
}
.message-container .quote-icon {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -30px;
  left: 45%;
  right: 45%;
}
@media (min-width: 768px) {
  .message-container .quote-icon {
    top: -40px;
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 1024px) {
  .message-container .quote-icon {
    top: -50px;
  }
}
.message-container .message {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .message-container .message {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .message-container .message {
    font-size: 30px;
    line-height: 40px;
  }
}
.message-container .btn-secondary-outline {
  width: fit-content;
}
.uiuxprocess {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (min-width: 768px) {
  .uiuxprocess {
    display: block;
    margin-bottom: 80px;
  }
}
.uiuxprocess__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.uiuxprocess__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .uiuxprocess__header--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess__header--heading {
    font-size: 36px;
    line-height: 48px;
  }
}
.uiuxprocess__header--heading {
  margin-bottom: 24px;
}
.uiuxprocess__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .uiuxprocess__header--text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess__header--text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.uiuxprocess__header--text {
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .uiuxprocess__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess__header--text {
    padding-right: 340px;
  }
}
@media (min-width: 768px) {
  .uiuxprocess__details {
    top: 230px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess__details {
    top: 300px;
  }
}
.uiuxprocess__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .uiuxprocess__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.uiuxprocess__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .uiuxprocess__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.uiuxprocess__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .uiuxprocess__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .uiuxprocess__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.uiuxprocess__details--heading {
  margin-bottom: 30px;
}
.uiuxprocess__details--list {
  list-style-position: inside;
}
.uiuxprocess__details--list-points {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .uiuxprocess__details--list-points {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess__details--list-points {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.uiuxprocess__details--list-points {
  color: #626060;
}
.uiuxprocess #detail-1,
.uiuxprocess #detail-2,
.uiuxprocess #detail-3,
.uiuxprocess #detail-4,
.uiuxprocess #detail-5,
.uiuxprocess #detail-6 {
  opacity: 0;
}
.uiuxprocess__slidesdiv {
  display: flex;
  width: 100%;
}
.uiuxprocess__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .uiuxprocess__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 100px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.uiuxprocess__slidesdiv #s-1 {
  background-color: #daddff;
}
.uiuxprocess__slidesdiv #s-1 img {
  width: 40%;
}
.uiuxprocess__slidesdiv #s-2 {
  background-color: #e3ffee;
}
.uiuxprocess__slidesdiv #s-3 {
  background-color: #dfffff;
}
.uiuxprocess__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.uiuxprocess__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.uiuxprocess__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.uiuxprocess__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 15px;
  width: 100%;
}
.uiuxprocess__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.uiuxprocess__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.uiuxprocess__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .uiuxprocess__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.uiuxprocess__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .uiuxprocess__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .uiuxprocess__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .uiuxprocess__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.uiuxprocess-mob {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .uiuxprocess-mob {
    display: none;
  }
}
.uiuxprocess-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.uiuxprocess-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .uiuxprocess-mob__header--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess-mob__header--heading {
    font-size: 36px;
    line-height: 48px;
  }
}
.uiuxprocess-mob__header--heading {
  margin-bottom: 24px;
}
.uiuxprocess-mob__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .uiuxprocess-mob__header--text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess-mob__header--text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.uiuxprocess-mob__header--text {
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .uiuxprocess-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess-mob__header--text {
    padding-right: 340px;
  }
}
.uiuxprocess-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.uiuxprocess-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.uiuxprocess-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.uiuxprocess-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .uiuxprocess-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.uiuxprocess-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.uiuxprocess-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .uiuxprocess-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .uiuxprocess-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.uiuxprocess-mob__slidesdiv--slide-list {
  list-style-position: inside;
}
.uiuxprocess-mob__slidesdiv--slide-points {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .uiuxprocess-mob__slidesdiv--slide-points {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .uiuxprocess-mob__slidesdiv--slide-points {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.uiuxprocess-mob__slidesdiv--slide-points {
  color: #626060;
}
.uiuxprocess-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.uiuxprocess-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.uiuxprocess-mob__slidesdiv #s--2 {
  background-color: #e3ffee;
}
.uiuxprocess-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.uiuxprocess-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.uiuxprocess-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.uiuxprocess-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.tools {
  margin-top: 141px;
  background: #f8f8f8;
  padding: 80px;
}
@media screen and (max-width: 56.25em) {
  .tools {
    margin-top: 40px;
  }
}
.steps {
  display: flex;
}
.sidebar ul {
  list-style: none;
  padding: 0;
}
.sidebar ul li {
  cursor: pointer;
  padding: 10px;
}
.sidebar ul li:hover {
  background-color: #d3d3d3;
}
.desktop-animation .content {
  flex: 1;
  padding: 20px;
}
.desktop-animation .content p {
  display: none;
}
.desktop-animation .content p.active {
  display: block;
}
#item1:hover ~ .content #paragraph1.active,
#item2:hover ~ .content #paragraph2.active,
#item3:hover ~ .content #paragraph3.active {
  display: block;
}
.uiux-business-importance {
  display: none;
}
@media (min-width: 1024px) {
  .uiux-business-importance {
    display: block;
    display: flex;
    column-gap: 5.625rem;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .uiux-business-importance {
    column-gap: 7.625rem;
  }
}
.uiux-business-importance .ui-ux-prototype {
  max-width: 510px;
}
@media (min-width: 1200px) {
  .uiux-business-importance .ui-ux-prototype {
    max-width: 570px;
  }
}
.uiux-business-importance .business-content .business-heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 3rem;
  letter-spacing: -1.13422px;
  color: #1c1c1c;
  text-align: left;
}
.uiux-business-importance .business-content .business-text {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  display: flex;
  align-items: center;
  text-align: justify;
  color: #787878;
  margin: 1.8rem 0;
}
.uiux-further-details-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .uiux-further-details-section {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 8.175rem;
  }
}
.uiux-further-details-section .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .uiux-further-details-section .content {
    align-items: start;
  }
}
.uiux-further-details-section .content-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -1.14px;
  color: #1c1c1c;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .uiux-further-details-section .content-heading {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .uiux-further-details-section .content-heading {
    font-size: 35px;
    line-height: 48px;
    text-align: left;
    color: #1c1c1c;
    max-width: 560px;
    margin-bottom: 2.2rem;
  }
}
.uiux-further-details-section .content .btn-primary-outline {
  width: fit-content;
}
.uiux-further-details-section .content .connect-link {
  margin: 0 auto;
  margin-bottom: 2.5rem;
  text-align: center;
  padding-bottom: 29px;
}
@media (min-width: 1024px) {
  .uiux-further-details-section .content .connect-link {
    margin: 0;
  }
}
.uiux-further-details-section .logo-image .tekbis-main-logo {
  max-width: 110px;
  max-height: 125px;
}
@media (min-width: 768px) {
  .uiux-further-details-section .logo-image .tekbis-main-logo {
    max-width: 140px;
    max-height: 127px;
  }
}
@media (min-width: 1024px) {
  .uiux-further-details-section .logo-image .tekbis-main-logo {
    max-width: 178px;
    max-height: 200px;
  }
}
.ui-ux-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .ui-ux-hero {
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  .ui-ux-hero {
    padding-top: 150px;
  }
}
@media (min-width: 1440px) {
  .ui-ux-hero {
    padding-top: 200px;
  }
}
.ui-ux-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.ui-ux-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ui-ux-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ui-ux-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .ui-ux-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.ui-ux-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ui-ux-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .ui-ux-hero__wrapper--headings-heading2 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .ui-ux-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.ui-ux-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.ui-ux-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .ui-ux-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .ui-ux-hero__wrapper--headings-img {
    top: -20px;
    right: 40px;
    width: 30%;
  }
}
@media (min-width: 1440px) {
  .ui-ux-hero__wrapper--headings-img {
    top: -40px;
    right: 40px;
    width: 32%;
  }
}
.ui-ux-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .ui-ux-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-hero__wrapper--desc {
    padding: 45px 450px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .ui-ux-hero__wrapper--desc {
    padding: 45px 430px 30px 30px;
  }
}
@media (min-width: 1440px) {
  .ui-ux-hero__wrapper--desc {
    padding: 45px 560px 30px 30px;
  }
}
.ui-ux-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ui-ux-hero__wrapper--desc-text {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.ui-ux-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .ui-ux-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.ui-ux-hero__wrapper--img2 {
  padding: 30px 0;
  display: flex;
}
@media (min-width: 1024px) {
  .ui-ux-hero__wrapper--img2 {
    display: none;
  }
}
.ui-ux-hero__wrapper--img2 img {
  display: block;
  width: 80%;
  margin: auto;
}
@media (min-width: 768px) {
  .ui-ux-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ui-ux-hero__wrapper--img2 img {
    display: none;
  }
}
.ui-ux-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
.ui-ux-brands__wrapper {
  overflow: hidden;
}
.ui-ux-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ui-ux-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ui-ux-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ui-ux-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ui-ux-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ui-ux-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ui-ux-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.ui-ux-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ui-ux-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.ui-ux-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.ui-ux-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
}
.ui-ux-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ui-ux-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ui-ux-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/excellence-sec-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.ui-ux-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ui-ux-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ui-ux-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ui-ux-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ui-ux-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ui-ux-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ui-ux-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.ui-ux-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ui-ux-excellence__wrapper--cards-card {
    width: 32%;
  }
}
.ui-ux-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ui-ux-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.ui-ux-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ui-ux-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.ui-ux-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ui-ux-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.ui-ux-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff66;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ui-ux-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.ui-ux-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ui-ux-excellence__wrapper--cards #card6 {
  background-color: #e2f7e14d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ui-ux-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-excellence__wrapper--cards-heading {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-excellence__wrapper--cards-heading {
    font-size: 28px !important;
    line-height: 36px;
  }
}
.ui-ux-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.ui-ux-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ui-ux-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ui-ux-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ui-ux-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.ui-ux-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ui-ux-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ui-ux-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ui-ux-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ui-ux-services__header--heading {
    max-width: 80%;
  }
}
.ui-ux-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ui-ux-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ui-ux-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ui-ux-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .ui-ux-services__details {
    top: 330px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ui-ux-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ui-ux-services__details {
    top: 220px;
  }
}
.ui-ux-services__details {
  display: none;
}
.ui-ux-services__details:first-of-type {
  display: block;
}
.ui-ux-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-ux-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ui-ux-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ui-ux-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .ui-ux-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ui-ux-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ui-ux-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ui-ux-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ui-ux-services__details--heading {
  margin-bottom: 10px;
}
.ui-ux-services__details--heading-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
}
.ui-ux-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ui-ux-services__details--desc {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .ui-ux-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ui-ux-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ui-ux-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ui-ux-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ui-ux-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ui-ux-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ui-ux-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ui-ux-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ui-ux-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 155px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ui-ux-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.ui-ux-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ui-ux-services__slidesdiv #s-1 img {
  width: 40%;
}
.ui-ux-services__slidesdiv #s-2 {
  background-color: #e3ffee;
}
.ui-ux-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ui-ux-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ui-ux-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ui-ux-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ui-ux-services__timeline {
    bottom: 15px;
  }
}
.ui-ux-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ui-ux-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ui-ux-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-ux-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ui-ux-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ui-ux-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ui-ux-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ui-ux-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ui-ux-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ui-ux-services-mob {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .ui-ux-services-mob {
    display: none;
  }
}
.ui-ux-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ui-ux-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
}
.ui-ux-services-mob__header--heading span {
  color: #d1202d;
}
.ui-ux-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
}
@media (min-width: 768px) {
  .ui-ux-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-services-mob__header--text {
    padding-right: 340px;
  }
}
.ui-ux-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ui-ux-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ui-ux-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ui-ux-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ui-ux-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ui-ux-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ui-ux-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ui-ux-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ui-ux-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ui-ux-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ui-ux-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ui-ux-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ui-ux-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ui-ux-services-mob__slidesdiv #s--2 {
  background-color: #e3ffee;
}
.ui-ux-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ui-ux-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ui-ux-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ui-ux-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ui-ux-efficiency__wrapper--txts-desc
  .ui-ux-efficiency__wrapper--txts-desclink {
  text-decoration: none;
  font-weight: 700;
  color: inherit;
  cursor: pointer;
}
.ui-ux-efficiency__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.ui-ux-efficiency__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ui-ux-efficiency__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .ui-ux-efficiency__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ui-ux-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.ui-ux-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .ui-ux-industry__wrapper {
    overflow: unset;
  }
}
.ui-ux-industry__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-industry__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ui-ux-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ui-ux-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ui-ux-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.ui-ux-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ui-ux-industry__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(100px);
  }
}
@media (min-width: 1200px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    transform: translateY(130px);
  }
}
@media (min-width: 1440px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(160px);
  }
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(100px);
  }
}
@media (min-width: 1200px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(130px);
  }
}
@media (min-width: 1440px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(160px);
  }
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .ui-ux-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/saas.webp);
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/ui-ux-page/entertainment.webp);
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/ui-ux-page/startups.webp);
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/ui-ux-page/corporate.webp);
}
.ui-ux-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.ui-ux-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.ui-ux-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ui-ux-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .ui-ux-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ui-ux-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ui-ux-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-growth {
    margin-top: 60px;
  }
}
.ui-ux-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .ui-ux-growth__wrapper {
    padding: 24px;
  }
}
.ui-ux-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .ui-ux-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.ui-ux-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.ui-ux-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ui-ux-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.ui-ux-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ui-ux-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.ui-ux-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.ui-ux-toolsntech {
  padding: 60px 0;
}
.ui-ux-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.ui-ux-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ui-ux-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ui-ux-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ui-ux-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ui-ux-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ui-ux-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
  }
}
.ui-ux-toolsntech__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  background-color: #f9fafb;
  padding: 24px;
  border-radius: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-toolsntech__wrapper--cards-card {
    align-items: start;
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ui-ux-toolsntech__wrapper--cards-card {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .ui-ux-toolsntech__wrapper--cards-card {
    padding: 24px;
  }
}
.ui-ux-toolsntech__wrapper--cards .ui-ux-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
  padding: 1.5px;
}
.ui-ux-toolsntech__wrapper--cards
  .ui-ux-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .ui-ux-toolsntech__wrapper--cards .ui-ux-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-toolsntech__wrapper--cards .ui-ux-toolsntech__wrapper--cards-cardwrap {
    width: 32%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ui-ux-toolsntech__wrapper--cards #photoshop-tool {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .ui-ux-toolsntech__wrapper--cards #illustrator-tool {
    width: 49%;
  }
}
.ui-ux-toolsntech__wrapper--cards .databases-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.ui-ux-toolsntech__wrapper--cards .figma-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.ui-ux-toolsntech__wrapper--cards .framework-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.ui-ux-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.ui-ux-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 40px;
  color: #333;
}
@media (min-width: 1200px) {
  .ui-ux-toolsntech__wrapper--cards-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }
}
.ui-ux-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ui-ux-toolsntech__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.ui-ux-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ui-ux-toolsntech__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .ui-ux-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section .ui-ux-projects {
  padding-top: 85px;
}
.pin-section .ui-ux-projects__wrapper--txts {
  margin-bottom: 32px;
}
.pin-section .ui-ux-projects__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .pin-section .ui-ux-projects__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section .ui-ux-projects__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.pin-section .ui-ux-projects__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.pin-section .ui-ux-projects__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .pin-section .ui-ux-projects__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.pin-section .ui-ux-projects__wrapper--content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
@media (min-width: 768px) {
  .pin-section .ui-ux-projects__wrapper--content {
    flex-direction: row;
    gap: none;
  }
}
.pin-section .ui-ux-projects__wrapper--content-image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) {
  .pin-section .ui-ux-projects__wrapper--content-image {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .pin-section .ui-ux-projects__wrapper--content-image {
    width: 45%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .pin-section .ui-ux-projects__wrapper--content-image {
    width: 35%;
    height: auto;
  }
}
.pin-section .ui-ux-projects__wrapper--content-image img {
  position: absolute;
  top: 0;
  width: 100%;
}
.pin-section .ui-ux-projects__wrapper--content-title {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .ui-ux-projects__wrapper--content-title {
    display: block;
    position: absolute;
    top: -35px;
    font-family: Montserrat, sans-serif;
    font-size: 56px;
    font-weight: 800;
    font-style: italic;
    line-height: 80px;
    color: #0000000d;
    z-index: -1;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .pin-section .ui-ux-projects__wrapper--content-title {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .pin-section .ui-ux-projects__wrapper--content-title {
    font-size: 80px;
  }
}
.pin-section .ui-ux-projects__wrapper--content-details {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section .ui-ux-projects__wrapper--content-details {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .pin-section .ui-ux-projects__wrapper--content-details {
    width: 60%;
  }
}
.pin-section .ui-ux-projects__wrapper--content-txts {
  height: 320px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pin-section .ui-ux-projects__wrapper--content-txts {
    margin-top: 10px;
  }
}
.pin-section .ui-ux-projects__wrapper--content-txts .project-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 5px;
  padding: 15px;
  background-color: #e2ecff38;
  height: 320px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pin-section .ui-ux-projects__wrapper--content-txts .project-desc-wrapper {
    padding: 16px 30px 16px 16px;
  }
}
@media (min-width: 1024px) {
  .pin-section .ui-ux-projects__wrapper--content-txts .project-desc-wrapper {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .pin-section .ui-ux-projects__wrapper--content-txts .project-desc-wrapper {
    padding: 24px 50px 24px 24px;
  }
}
.pin-section
  .ui-ux-projects__wrapper--content-txts
  .project-desc-wrapper__heading {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .pin-section
    .ui-ux-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pin-section
    .ui-ux-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 42px;
    line-height: 56px;
  }
}
.pin-section
  .ui-ux-projects__wrapper--content-txts
  .project-desc-wrapper__sub-h {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pin-section
    .ui-ux-projects__wrapper--content-txts
    .project-desc-wrapper__sub-h {
    font-size: 26px;
    line-height: 32px;
  }
}
.pin-section
  .ui-ux-projects__wrapper--content-txts
  .project-desc-wrapper__para {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #1c1c1c;
}
@media (min-width: 1200px) {
  .pin-section
    .ui-ux-projects__wrapper--content-txts
    .project-desc-wrapper__para {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .pin-section
    .ui-ux-projects__wrapper--content-txts
    .project-desc-wrapper__para {
    font-size: 20px;
    line-height: 28px;
  }
}
.pin-section .ui-ux-projects__wrapper--content-txts #project-desc-wrapper-1 {
  border-left: 1px solid #2876ea;
}
.pin-section
  .ui-ux-projects__wrapper--content-txts
  #project-desc-wrapper-1
  .sub-heading {
  color: #2876ea;
}
.pin-section .ui-ux-projects__wrapper--content-txts #project-desc-wrapper-2 {
  border-left: 1px solid #f4a261;
}
.pin-section
  .ui-ux-projects__wrapper--content-txts
  #project-desc-wrapper-2
  .sub-heading {
  color: #f4a261;
}
.pin-section .ui-ux-projects__wrapper--content-txts #project-desc-wrapper-3 {
  border-left: 1px solid #d1202d;
}
.pin-section
  .ui-ux-projects__wrapper--content-txts
  #project-desc-wrapper-3
  .sub-heading {
  color: #d1202d;
}
.pin-section .ui-ux-projects__wrapper--content-txts #project-desc-wrapper-4 {
  border-left: 1px solid #2a9d8f;
}
.pin-section
  .ui-ux-projects__wrapper--content-txts
  #project-desc-wrapper-4
  .sub-heading {
  color: #2a9d8f;
}
.pin-section .ui-ux-projects__wrapper--content-cta {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .ui-ux-projects__wrapper--content-cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.pin-section .ui-ux-projects__wrapper--content-cta a {
  padding: 16px 42px;
}
.pin-section .ui-ux-projects__wrapper--cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section .ui-ux-projects__wrapper--cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pin-section .ui-ux-projects__wrapper--cta {
    display: none;
  }
}
.ui-ux-mobapps {
  padding: 60px 0;
  margin-bottom: 50px;
}
.ui-ux-mobapps__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ui-ux-mobapps__wrapper--txts {
  margin-bottom: 32px;
}
.ui-ux-mobapps__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-mobapps__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-mobapps__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ui-ux-mobapps__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ui-ux-mobapps__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .ui-ux-mobapps__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ui-ux-mobapps__wrapper--cards {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
@media (min-width: 768px) {
  .ui-ux-mobapps__wrapper--cards {
    flex-direction: row;
    padding-top: 40px;
    gap: 42px;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ui-ux-mobapps__wrapper--cards {
    flex-direction: row;
    padding-top: 75px;
    gap: 2%;
    row-gap: 140px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .ui-ux-mobapps__wrapper--cards {
    gap: 3%;
    row-gap: 140px;
  }
}
.ui-ux-mobapps__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  padding: 40px 16px 80px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .ui-ux-mobapps__wrapper--cards-card {
    width: 23%;
  }
}
@media (min-width: 1200px) {
  .ui-ux-mobapps__wrapper--cards-card {
    width: 20%;
  }
}
.ui-ux-mobapps__wrapper--cards #card-1 {
  border: 2px solid #3579f3;
}
.ui-ux-mobapps__wrapper--cards #card-2 {
  border: 2px solid #6061ef;
}
.ui-ux-mobapps__wrapper--cards #card-3 {
  border: 2px solid #a048f2;
}
.ui-ux-mobapps__wrapper--cards #card-4 {
  border: 2px solid #20be5a;
}
.ui-ux-mobapps__wrapper--cards #card-5 {
  border: 2px solid #f56d14;
}
.ui-ux-mobapps__wrapper--cards #card-6 {
  border: 2px solid #e83939;
}
.ui-ux-mobapps__wrapper--cards #card-7 {
  border: 2px solid #14b6a4;
}
.ui-ux-mobapps__wrapper--cards-number {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 100%;
  position: absolute;
  top: -30px;
}
.ui-ux-mobapps__wrapper--cards #number-1 {
  background-color: #3579f3;
}
.ui-ux-mobapps__wrapper--cards #number-2 {
  background-color: #6061ef;
}
.ui-ux-mobapps__wrapper--cards #number-3 {
  background-color: #a048f2;
}
.ui-ux-mobapps__wrapper--cards #number-4 {
  background-color: #20be5a;
}
.ui-ux-mobapps__wrapper--cards #number-5 {
  background-color: #f56d14;
}
.ui-ux-mobapps__wrapper--cards #number-6 {
  background-color: #e83939;
}
.ui-ux-mobapps__wrapper--cards #number-7 {
  background-color: #14b6a4;
}
.ui-ux-mobapps__wrapper--cards-arrow {
  position: absolute;
}
.ui-ux-mobapps__wrapper--cards #arrow-1 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .ui-ux-mobapps__wrapper--cards #arrow-1 {
    transform: unset;
    top: -50px;
    right: -80px;
    height: unset;
  }
}
.ui-ux-mobapps__wrapper--cards #arrow-2 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .ui-ux-mobapps__wrapper--cards #arrow-2 {
    transform: unset;
    height: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.ui-ux-mobapps__wrapper--cards #arrow-3 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .ui-ux-mobapps__wrapper--cards #arrow-3 {
    transform: unset;
    height: unset;
    top: -50px;
    right: -80px;
  }
}
.ui-ux-mobapps__wrapper--cards #arrow-4 {
  display: block;
  bottom: -60px;
  left: -30px;
  height: 95px;
}
@media (min-width: 1024px) {
  .ui-ux-mobapps__wrapper--cards #arrow-4 {
    display: none;
    transform: unset;
    left: unset;
    top: -50px;
    right: -80px;
  }
}
.ui-ux-mobapps__wrapper--cards #arrow-5 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .ui-ux-mobapps__wrapper--cards #arrow-5 {
    height: unset;
    transform: unset;
    top: -50px;
    right: -80px;
  }
}
.ui-ux-mobapps__wrapper--cards #arrow-6 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .ui-ux-mobapps__wrapper--cards #arrow-6 {
    height: unset;
    transform: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.ui-ux-mobapps__wrapper--cards-icon {
  width: 52px;
  margin-bottom: 10px;
}
.ui-ux-mobapps__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #1c1c1c;
  text-align: center;
}
.ui-ux-mobapps__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  text-align: center;
}
.ui-ux-mobapps__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ui-ux-mobapps__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ui-ux-mobapps__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ui-ux-mobapps__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.ui-ux-faqs {
  padding: 60px 0;
}
.ui-ux-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ui-ux-faqs__wrapper--txts-heading span {
  color: #d1202d;
}
.ui-ux-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ui-ux-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.ui-ux-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .ui-ux-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .ui-ux-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .ui-ux-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .ui-ux-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.ui-ux-faqs__wrapper--faq-container .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.ui-ux-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.ui-ux-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.ui-ux-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.ui-ux-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.ui-ux-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ui-ux-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ui-ux-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.ui-ux-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.ui-ux-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.ui-ux-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ui-ux-faqs__wrapper--cta a {
  padding: 16px 24px;
}
.pin-section-ui-ux-seo {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-ui-ux-seo {
    background-position: center center;
  }
}
.pin-section-ui-ux-seo .ui-ux-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ui-ux-seo .ui-ux-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ui-ux-seo .ui-ux-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ui-ux-seo .ui-ux-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ui-ux-seo .ui-ux-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ui-ux-seo .ui-ux-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ui-ux-seo .ui-ux-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ui-ux-seo .ui-ux-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper--animation .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ui-ux-seo .ui-ux-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ui-ux-seo
    .ui-ux-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ui-ux-seo
    .ui-ux-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper--animation-scroller .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper--animation-scroller .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ui-ux-seo
  .ui-ux-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ui-ux-seo .ui-ux-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ui-ux-seo .ui-ux-seo__wrapper .mobile-cta {
    display: none;
  }
}
.services-hero .hero__section {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .services-hero .hero__section {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .services-hero .hero__section {
    margin-top: 75px;
  }
}
.services-hero .hero__section .hero__container {
  height: 260px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/services-images/hero-image.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .services-hero .hero__section .hero__container {
    height: 60vh;
  }
}
@media (min-width: 1024px) {
  .services-hero .hero__section .hero__container {
    height: 70vh;
  }
}
.services-hero .hero__section .hero__container .hero-text h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .services-hero .hero__section .hero__container .hero-text h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .services-hero .hero__section .hero__container .hero-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .services-hero .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (min-width: 1200px) {
  .services-hero .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
.webdevelopment-banner-section .banner-image {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/banner-image.webp);
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.webdevelopment-banner-section .banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: -1.14px;
  color: #fff;
}
@media (min-width: 1024px) {
  .webdevelopment-banner-section .banner-text {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1024px) {
  .webdevelopment-approach-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
    justify-content: space-between;
  }
}
.webdevelopment-approach-section .desktop-image {
  display: none;
}
@media (min-width: 1024px) {
  .webdevelopment-approach-section .desktop-image {
    display: block;
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .webdevelopment-approach-section .desktop-image {
    max-width: 620px;
  }
}
.webdevelopment-approach-section .development-image-mobile {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .webdevelopment-approach-section .development-image-mobile {
    max-width: 336px;
  }
}
@media (min-width: 1024px) {
  .webdevelopment-approach-section .development-image-mobile {
    display: none;
  }
}
.webdevelopment-approach-section .our-approach-content .title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .webdevelopment-approach-section .our-approach-content .title {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.1334px;
    color: #1c1c1c;
  }
}
.webdevelopment-approach-section .our-approach-content .description {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .webdevelopment-approach-section .our-approach-content .description {
    font-size: 20px;
    line-height: 2rem;
    text-align: justify;
    color: #787878;
  }
}
.web-development-banner-section {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
  height: 160px;
}
@media (min-width: 576px) {
  .web-development-banner-section {
    height: 240px;
  }
}
@media (min-width: 768px) {
  .web-development-banner-section {
    height: 280px;
  }
}
@media (min-width: 1024px) {
  .web-development-banner-section {
    height: 430px;
    margin-bottom: 8.125rem;
  }
}
.web-development-banner-section .banner-image-webdevelopment {
  width: 100%;
  height: 100%;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/banner-image.webp);
  background-size: cover;
  background-position: center;
  position: relative;
}
.web-development-banner-section .banner-text-web {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -1.14px;
  color: #fff;
}
@media (min-width: 1024px) {
  .web-development-banner-section .banner-text-web {
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1.14px;
    color: #fff;
  }
}
.web-dev-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .web-dev-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .web-dev-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .web-dev-hero {
    padding-top: 130px;
  }
}
.web-dev-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.web-dev-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .web-dev-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .web-dev-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .web-dev-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.web-dev-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .web-dev-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .web-dev-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .web-dev-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.web-dev-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.web-dev-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .web-dev-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .web-dev-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .web-dev-hero__wrapper--headings-img {
    width: 36%;
  }
}
.web-dev-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .web-dev-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .web-dev-hero__wrapper--desc {
    padding: 30px 550px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .web-dev-hero__wrapper--desc {
    padding: 30px 550px 30px 30px;
  }
}
@media (min-width: 1440px) {
  .web-dev-hero__wrapper--desc {
    padding: 30px 570px 30px 30px;
  }
}
.web-dev-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .web-dev-hero__wrapper--desc-text {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.web-dev-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .web-dev-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.web-dev-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .web-dev-hero__wrapper--img2 {
    display: none;
  }
}
.web-dev-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .web-dev-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .web-dev-hero__wrapper--img2 img {
    display: none;
  }
}
.web-dev-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
.web-dev-brands__wrapper {
  overflow: hidden;
}
.web-dev-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.web-dev-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .web-dev-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.web-dev-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.web-dev-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.web-dev-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.web-dev-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.web-dev-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.web-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.web-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .web-dev-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.web-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.web-dev-brands__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.web-dev-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.web-dev-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/excellence-sec-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.web-dev-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.web-dev-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.web-dev-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .web-dev-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.web-dev-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.web-dev-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.web-dev-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.web-dev-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.web-dev-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 230px;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .web-dev-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.web-dev-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.web-dev-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.web-dev-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.web-dev-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.web-dev-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.web-dev-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.web-dev-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.web-dev-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.web-dev-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.web-dev-excellence__wrapper--cards #card6 {
  background-color: #e2f7e14d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.web-dev-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .web-dev-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.web-dev-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.web-dev-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.web-dev-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.web-dev-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .web-dev-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.web-dev-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .web-dev-services {
    display: block;
    margin-bottom: 80px;
  }
}
.web-dev-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.web-dev-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .web-dev-services__header--heading {
    max-width: 80%;
  }
}
.web-dev-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .web-dev-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .web-dev-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .web-dev-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .web-dev-services__details {
    top: 330px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .web-dev-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .web-dev-services__details {
    top: 220px;
  }
}
.web-dev-services__details {
  display: none;
}
.web-dev-services__details:first-of-type {
  display: block;
}
.web-dev-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .web-dev-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .web-dev-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.web-dev-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .web-dev-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.web-dev-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .web-dev-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .web-dev-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .web-dev-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.web-dev-services__details--heading {
  margin-bottom: 10px;
}
.web-dev-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.web-dev-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .web-dev-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .web-dev-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .web-dev-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .web-dev-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .web-dev-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .web-dev-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.web-dev-services__slidesdiv {
  display: flex;
  width: 100%;
}
.web-dev-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .web-dev-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 155px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .web-dev-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.web-dev-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.web-dev-services__slidesdiv #s-1 img {
  width: 40%;
}
.web-dev-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.web-dev-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.web-dev-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.web-dev-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.web-dev-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.web-dev-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .web-dev-services__timeline {
    bottom: 15px;
  }
}
.web-dev-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.web-dev-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.web-dev-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .web-dev-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.web-dev-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .web-dev-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .web-dev-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .web-dev-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .web-dev-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.web-dev-services-mob {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .web-dev-services-mob {
    display: none;
  }
}
.web-dev-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.web-dev-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.web-dev-services-mob__header--heading span {
  color: #d1202d;
}
.web-dev-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .web-dev-services-mob__header--text {
    padding-right: 340px;
  }
}
.web-dev-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.web-dev-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.web-dev-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.web-dev-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .web-dev-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .web-dev-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.web-dev-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.web-dev-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .web-dev-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .web-dev-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .web-dev-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.web-dev-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.web-dev-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.web-dev-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.web-dev-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.web-dev-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.web-dev-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.web-dev-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.web-dev-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.web-dev-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.web-dev-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .web-dev-industry__wrapper {
    overflow: unset;
  }
}
.web-dev-industry__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .web-dev-industry__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.web-dev-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.web-dev-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.web-dev-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.web-dev-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.web-dev-industry__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(160px);
  }
}
@media (min-width: 1440px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    transform: translateY(250px);
  }
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #f3f3f3;
}
@media (min-width: 1024px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(180px);
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(160px);
  }
}
@media (min-width: 1440px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(250px);
  }
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .web-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/social-network.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/hospitality.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/entertainment.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/government.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-9 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-10 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/business.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-11 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-12 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-13 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/non-profit.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-14 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/engineer.webp);
}
.web-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-15 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/social-network.webp);
}
.web-dev-industry__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.web-dev-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .web-dev-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.web-dev-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .web-dev-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .web-dev-growth {
    margin-top: 60px;
  }
}
.web-dev-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .web-dev-growth__wrapper {
    padding: 24px;
  }
}
.web-dev-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .web-dev-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .web-dev-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.web-dev-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .web-dev-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.web-dev-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .web-dev-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.web-dev-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .web-dev-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.web-dev-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section .web-dev-projects {
  padding-top: 85px;
}
.pin-section .web-dev-projects__wrapper--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pin-section .web-dev-projects__wrapper--heading {
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .pin-section .web-dev-projects__wrapper--heading {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 65px;
  }
}
.pin-section .web-dev-projects__wrapper--heading span {
  color: #d1202d;
  font-weight: 600;
}
.pin-section .web-dev-projects__wrapper--content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
@media (min-width: 768px) {
  .pin-section .web-dev-projects__wrapper--content {
    flex-direction: row;
    gap: none;
  }
}
.pin-section .web-dev-projects__wrapper--content-image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) {
  .pin-section .web-dev-projects__wrapper--content-image {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .pin-section .web-dev-projects__wrapper--content-image {
    width: 45%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .pin-section .web-dev-projects__wrapper--content-image {
    width: 35%;
    height: auto;
  }
}
.pin-section .web-dev-projects__wrapper--content-image img {
  position: absolute;
  top: 0;
  width: 100%;
}
.pin-section .web-dev-projects__wrapper--content-title {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .web-dev-projects__wrapper--content-title {
    display: block;
    position: absolute;
    top: -35px;
    font-family: Montserrat, sans-serif;
    font-size: 56px;
    font-weight: 800;
    font-style: italic;
    line-height: 80px;
    color: #0000000d;
    z-index: -1;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .pin-section .web-dev-projects__wrapper--content-title {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .pin-section .web-dev-projects__wrapper--content-title {
    font-size: 80px;
  }
}
.pin-section .web-dev-projects__wrapper--content-details {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section .web-dev-projects__wrapper--content-details {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .pin-section .web-dev-projects__wrapper--content-details {
    width: 60%;
  }
}
.pin-section .web-dev-projects__wrapper--content-txts {
  height: 250px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pin-section .web-dev-projects__wrapper--content-txts {
    margin-top: 10px;
  }
}
.pin-section .web-dev-projects__wrapper--content-txts .project-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 5px;
  padding: 15px;
  background-color: #e2ecff38;
  height: 250px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pin-section .web-dev-projects__wrapper--content-txts .project-desc-wrapper {
    padding: 16px 30px 16px 16px;
  }
}
@media (min-width: 1024px) {
  .pin-section .web-dev-projects__wrapper--content-txts .project-desc-wrapper {
    padding: 24px 50px 24px 24px;
  }
}
.pin-section
  .web-dev-projects__wrapper--content-txts
  .project-desc-wrapper__heading {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .pin-section
    .web-dev-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pin-section
    .web-dev-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 42px;
    line-height: 56px;
  }
}
.pin-section
  .web-dev-projects__wrapper--content-txts
  .project-desc-wrapper__sub-h {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pin-section
    .web-dev-projects__wrapper--content-txts
    .project-desc-wrapper__sub-h {
    font-size: 26px;
    line-height: 32px;
  }
}
.pin-section
  .web-dev-projects__wrapper--content-txts
  .project-desc-wrapper__para {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .pin-section
    .web-dev-projects__wrapper--content-txts
    .project-desc-wrapper__para {
    font-size: 20px;
    line-height: 28px;
  }
}
.pin-section
  .web-dev-projects__wrapper--content-txts
  .project-desc-wrapper__para--link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.pin-section .web-dev-projects__wrapper--content-txts #project-desc-wrapper-1 {
  border-left: 1px solid #2876ea;
}
.pin-section
  .web-dev-projects__wrapper--content-txts
  #project-desc-wrapper-1
  .sub-heading {
  color: #2876ea;
}
.pin-section .web-dev-projects__wrapper--content-txts #project-desc-wrapper-2 {
  border-left: 1px solid #f4a261;
}
.pin-section
  .web-dev-projects__wrapper--content-txts
  #project-desc-wrapper-2
  .sub-heading {
  color: #f4a261;
}
.pin-section .web-dev-projects__wrapper--content-txts #project-desc-wrapper-3 {
  border-left: 1px solid #d1202d;
}
.pin-section
  .web-dev-projects__wrapper--content-txts
  #project-desc-wrapper-3
  .sub-heading {
  color: #d1202d;
}
.pin-section .web-dev-projects__wrapper--content-txts #project-desc-wrapper-4 {
  border-left: 1px solid #2a9d8f;
}
.pin-section
  .web-dev-projects__wrapper--content-txts
  #project-desc-wrapper-4
  .sub-heading {
  color: #2a9d8f;
}
.pin-section .web-dev-projects__wrapper--content-cta {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .web-dev-projects__wrapper--content-cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.pin-section .web-dev-projects__wrapper--content-cta a {
  padding: 16px 42px;
}
.pin-section .web-dev-projects__wrapper--cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section .web-dev-projects__wrapper--cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pin-section .web-dev-projects__wrapper--cta {
    display: none;
  }
}
.web-dev-toolsntech {
  padding: 60px 0;
}
.web-dev-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.web-dev-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .web-dev-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.web-dev-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.web-dev-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .web-dev-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.web-dev-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .web-dev-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.web-dev-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
  padding: 1.5px;
}
.web-dev-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .web-dev-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .web-dev-toolsntech__wrapper--cards-cardwrap {
    width: 32.5%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .web-dev-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.web-dev-toolsntech__wrapper--cards .databases-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.web-dev-toolsntech__wrapper--cards .framework-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.web-dev-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .web-dev-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .web-dev-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.web-dev-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.web-dev-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.web-dev-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.web-dev-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.web-dev-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.web-dev-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.web-dev-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.web-dev-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.web-dev-mobapps {
  padding: 60px 0;
  margin-bottom: 50px;
}
.web-dev-mobapps__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.web-dev-mobapps__wrapper--txts {
  margin-bottom: 32px;
}
.web-dev-mobapps__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-mobapps__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .web-dev-mobapps__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.web-dev-mobapps__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.web-dev-mobapps__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .web-dev-mobapps__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.web-dev-mobapps__wrapper--cards {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
@media (min-width: 768px) {
  .web-dev-mobapps__wrapper--cards {
    flex-direction: row;
    padding-top: 40px;
    gap: 42px;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .web-dev-mobapps__wrapper--cards {
    flex-direction: row;
    padding-top: 75px;
    gap: 2%;
    row-gap: 140px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .web-dev-mobapps__wrapper--cards {
    gap: 3%;
    row-gap: 140px;
  }
}
.web-dev-mobapps__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  padding: 40px 16px 80px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .web-dev-mobapps__wrapper--cards-card {
    width: 23%;
  }
}
@media (min-width: 1200px) {
  .web-dev-mobapps__wrapper--cards-card {
    width: 20%;
  }
}
.web-dev-mobapps__wrapper--cards #card-1 {
  border: 2px solid #3579f3;
}
.web-dev-mobapps__wrapper--cards #card-2 {
  border: 2px solid #6061ef;
}
.web-dev-mobapps__wrapper--cards #card-3 {
  border: 2px solid #a048f2;
}
.web-dev-mobapps__wrapper--cards #card-4 {
  border: 2px solid #20be5a;
}
.web-dev-mobapps__wrapper--cards #card-5 {
  border: 2px solid #f56d14;
}
.web-dev-mobapps__wrapper--cards #card-6 {
  border: 2px solid #e83939;
}
.web-dev-mobapps__wrapper--cards #card-7 {
  border: 2px solid #14b6a4;
}
.web-dev-mobapps__wrapper--cards-number {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 100%;
  position: absolute;
  top: -32px;
}
.web-dev-mobapps__wrapper--cards #number-1 {
  background-color: #3579f3;
}
.web-dev-mobapps__wrapper--cards #number-2 {
  background-color: #6061ef;
}
.web-dev-mobapps__wrapper--cards #number-3 {
  background-color: #a048f2;
}
.web-dev-mobapps__wrapper--cards #number-4 {
  background-color: #20be5a;
}
.web-dev-mobapps__wrapper--cards #number-5 {
  background-color: #f56d14;
}
.web-dev-mobapps__wrapper--cards #number-6 {
  background-color: #e83939;
}
.web-dev-mobapps__wrapper--cards #number-7 {
  background-color: #14b6a4;
}
.web-dev-mobapps__wrapper--cards-arrow {
  position: absolute;
}
.web-dev-mobapps__wrapper--cards #arrow-1 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .web-dev-mobapps__wrapper--cards #arrow-1 {
    transform: unset;
    top: -50px;
    right: -80px;
    height: unset;
  }
}
.web-dev-mobapps__wrapper--cards #arrow-2 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .web-dev-mobapps__wrapper--cards #arrow-2 {
    transform: unset;
    height: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.web-dev-mobapps__wrapper--cards #arrow-3 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .web-dev-mobapps__wrapper--cards #arrow-3 {
    transform: unset;
    height: unset;
    top: -50px;
    right: -80px;
  }
}
.web-dev-mobapps__wrapper--cards #arrow-4 {
  display: block;
  bottom: -60px;
  left: -30px;
  height: 95px;
}
@media (min-width: 1024px) {
  .web-dev-mobapps__wrapper--cards #arrow-4 {
    display: none;
    transform: unset;
    left: unset;
    top: -50px;
    right: -80px;
  }
}
.web-dev-mobapps__wrapper--cards #arrow-5 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .web-dev-mobapps__wrapper--cards #arrow-5 {
    height: unset;
    transform: unset;
    top: -50px;
    right: -80px;
  }
}
.web-dev-mobapps__wrapper--cards #arrow-6 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .web-dev-mobapps__wrapper--cards #arrow-6 {
    height: unset;
    transform: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.web-dev-mobapps__wrapper--cards-icon {
  width: 52px;
  margin-bottom: 10px;
}
.web-dev-mobapps__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #1c1c1c;
  text-align: center;
}
.web-dev-mobapps__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  text-align: center;
}
.web-dev-faqs {
  padding: 60px 0;
}
.web-dev-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .web-dev-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .web-dev-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.web-dev-faqs__wrapper--txts-heading span {
  color: #d1202d;
}
.web-dev-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.web-dev-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.web-dev-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .web-dev-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .web-dev-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .web-dev-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .web-dev-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.web-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.web-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.web-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.web-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.web-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.web-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.web-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.web-dev-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.web-dev-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.web-dev-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.web-dev-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.web-dev-faqs__wrapper--cta a {
  padding: 16px 24px;
}
.pin-section-web-dev-seo {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-web-dev-seo .web-dev-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-web-dev-seo .web-dev-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .web-dev-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-web-dev-seo .web-dev-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .web-dev-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-web-dev-seo .web-dev-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .web-dev-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-web-dev-seo .web-dev-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-web-dev-seo .web-dev-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-web-dev-seo .web-dev-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .web-dev-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-web-dev-seo .web-dev-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .web-dev-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-web-dev-seo .web-dev-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .web-dev-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-web-dev-seo .web-dev-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-web-dev-seo .web-dev-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .web-dev-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo
    .web-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-web-dev-seo
    .web-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-web-dev-seo .web-dev-seo__wrapper--animation-scroller .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-web-dev-seo
  .web-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-web-dev-seo .web-dev-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .web-dev-seo__wrapper .mobile-cta {
    display: none;
  }
}
.mobdevelopment-banner {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 50px 0;
}
.mobdevelopment-banner-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: -1.14px;
  transform: translateY(-50%);
}
.mobdevelopment-banner-image {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .mobdevelopment-banner-text {
    font-weight: 600;
    font-size: 30px;
    line-height: 2.06rem;
    text-align: center;
    letter-spacing: 0.198268px;
  }
  .mobdevelopment-banner {
    margin: 120px 0;
  }
}
.approach-section {
  display: flex;
}
.approach-section-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .approach-section-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.approach-section-content {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #626060;
  letter-spacing: 0.2px;
}
@media (min-width: 1024px) {
  .approach-section-content {
    font-size: 20px;
    line-height: 30px;
  }
}
.approach-section-image2 {
  display: none;
}
@media (min-width: 1024px) {
  .approach-section-image2 {
    display: block;
    max-width: 100%;
    border-radius: 25px;
  }
}
@media (min-width: 1400px) {
  .approach-section-image2 {
    max-width: 1374px;
  }
}
.approach-section-image1 {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .approach-section-image1 {
    width: 320px;
  }
}
@media (min-width: 1024px) {
  .approach-section-image1 {
    display: none;
  }
}
.approach-section .line {
  width: 95%;
  height: 0.15rem;
  box-shadow: 0 0.3125rem 0.25rem 0.125rem #92929240;
  background: #555;
  border-radius: 60%;
  margin: 15px auto;
}
@media (min-width: 1024px) {
  .approach-section .line {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 0.25rem;
  }
}
@media (min-width: 1024px) {
  .development-process {
    margin-bottom: 8.2rem;
  }
}
.development-process-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .development-process-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.development-process-heading {
  text-align: center;
}
.development-process-content {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #626060;
  letter-spacing: 0.2px;
}
@media (min-width: 1024px) {
  .development-process-content {
    font-size: 20px;
    line-height: 30px;
  }
}
.development-process-content {
  text-align: center;
}
.development-process .banner {
  position: relative;
  border-radius: 22px;
  height: 228px;
  background-size: cover;
}
@media (min-width: 768px) {
  .development-process .banner {
    height: 260px;
  }
}
@media (min-width: 1024px) {
  .development-process .banner {
    height: 400px;
    border-radius: 34.697px;
  }
}
.development-process .banner .gradient {
  border-radius: 22px;
  width: 100%;
  background: linear-gradient(135deg, #d1202dcc, #400909cc);
  height: 100%;
}
@media (min-width: 768px) {
  .development-process .banner .gradient {
    border-radius: 38px 38px 22px 22px;
  }
}
@media (min-width: 1024px) {
  .development-process .banner .gradient {
    border-radius: 34.697px;
    width: 100%;
  }
}
.development-process .banner-text {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 35%;
  left: 28px;
  right: 28px;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1rem;
  letter-spacing: 0.2px;
}
.development-process .banner .btn-banner {
  position: absolute;
  border: 2px solid #ffffff;
  width: 114px;
  height: 33px;
  border-radius: 12px;
  background: transparent;
  color: #fff;
  top: 80%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  cursor: pointer;
}
.development-process .banner .btn-banner:hover {
  background-color: #fff;
  color: red;
}
@media (min-width: 1024px) {
  .development-process .banner-text {
    font-size: 30px;
    line-height: 33px;
    left: 5.5rem;
    right: 5.5rem;
  }
  .development-process .banner .btn-banner {
    font-weight: 700;
    font-size: 0.75rem;
    border: 2px solid #ffffff;
    border-radius: 2rem;
  }
}
.development-process {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .development-process {
    margin-top: 150px;
  }
}
@media (min-width: 1200px) {
  .development-process {
    margin-top: 180px;
  }
}
.seo-gap {
  padding: 30px 0;
}
@media (min-width: 1024px) {
  .seo-gap {
    padding: 80px 0;
  }
}
.mobile-dev-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .mobile-dev-hero {
    padding-top: 330px;
  }
}
@media (min-width: 1200px) {
  .mobile-dev-hero {
    padding-top: 300px;
  }
}
@media (min-width: 1440px) {
  .mobile-dev-hero {
    padding-top: 250px;
  }
}
.mobile-dev-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.mobile-dev-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .mobile-dev-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .mobile-dev-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.mobile-dev-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .mobile-dev-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .mobile-dev-hero__wrapper--headings-heading2 {
    font-size: 54px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .mobile-dev-hero__wrapper--headings-heading2 {
    font-size: 72px;
    line-height: 84px;
    text-align: start;
  }
}
.mobile-dev-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.mobile-dev-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-dev-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    top: -180px;
    right: -30px;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .mobile-dev-hero__wrapper--headings-img {
    top: -160px;
    right: -50px;
    width: 35%;
  }
}
@media (min-width: 1440px) {
  .mobile-dev-hero__wrapper--headings-img {
    top: -120px;
    width: 32%;
  }
}
.mobile-dev-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .mobile-dev-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-hero__wrapper--desc {
    padding: 45px 332px 30px 30px;
  }
}
.mobile-dev-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-hero__wrapper--desc-text {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.mobile-dev-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .mobile-dev-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.mobile-dev-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .mobile-dev-hero__wrapper--img2 {
    display: none;
  }
}
.mobile-dev-hero__wrapper--img2 img {
  display: block;
  width: 80%;
  margin: auto;
}
@media (min-width: 768px) {
  .mobile-dev-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-hero__wrapper--img2 img {
    display: none;
  }
}
.mobile-dev-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
.mobile-dev-brands__wrapper {
  overflow: hidden;
}
.mobile-dev-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.mobile-dev-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.mobile-dev-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.mobile-dev-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.mobile-dev-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.mobile-dev-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.mobile-dev-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.mobile-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.mobile-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .mobile-dev-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.mobile-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.mobile-dev-brands__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.mobile-dev-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.mobile-dev-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/excellence-sec-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.mobile-dev-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.mobile-dev-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.mobile-dev-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .mobile-dev-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.mobile-dev-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.mobile-dev-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.mobile-dev-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.mobile-dev-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
  align-items: center;
  width: 100%;
  height: 230px;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-excellence__wrapper--cards-card {
    justify-content: space-between;
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-excellence__wrapper--cards-card {
    height: 250px;
    width: 32%;
  }
}
.mobile-dev-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.mobile-dev-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.mobile-dev-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.mobile-dev-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.mobile-dev-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.mobile-dev-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.mobile-dev-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.mobile-dev-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.mobile-dev-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.mobile-dev-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.mobile-dev-excellence__wrapper--cards #card6 {
  background-color: #e2f7e14d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.mobile-dev-excellence__wrapper--cards-numbers {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  width: 100%;
}
@media (min-width: 768px) {
  .mobile-dev-excellence__wrapper--cards-numbers {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-excellence__wrapper--cards-numbers {
    font-size: 42px;
    line-height: 58px;
  }
}
.mobile-dev-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #1c1c1c;
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile-dev-excellence__wrapper--cards-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.mobile-dev-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.mobile-dev-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .mobile-dev-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.mobile-dev-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mobile-dev-services {
    display: block;
    margin-bottom: 80px;
  }
}
.mobile-dev-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.mobile-dev-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .mobile-dev-services__header--heading {
    max-width: 80%;
  }
}
.mobile-dev-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .mobile-dev-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .mobile-dev-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
.mobile-dev-services__header--text-link {
  font-family: Lato, sans-serif;
  text-decoration: none;
  font-weight: 700;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .mobile-dev-services__details {
    top: 330px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .mobile-dev-services__details {
    top: 220px;
  }
}
.mobile-dev-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mobile-dev-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.mobile-dev-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .mobile-dev-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.mobile-dev-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .mobile-dev-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .mobile-dev-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.mobile-dev-services__details--heading {
  margin-bottom: 10px;
}
.mobile-dev-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .mobile-dev-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .mobile-dev-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .mobile-dev-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .mobile-dev-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .mobile-dev-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .mobile-dev-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.mobile-dev-services #detail-1,
.mobile-dev-services #detail-2,
.mobile-dev-services #detail-3,
.mobile-dev-services #detail-4,
.mobile-dev-services #detail-5,
.mobile-dev-services #detail-6 {
  opacity: 0;
}
.mobile-dev-services__slidesdiv {
  display: flex;
  width: 100%;
}
.mobile-dev-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .mobile-dev-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 155px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.mobile-dev-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.mobile-dev-services__slidesdiv #s-1 img {
  width: 40%;
}
.mobile-dev-services__slidesdiv #s-2 {
  background-color: #e3ffee;
}
.mobile-dev-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.mobile-dev-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.mobile-dev-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.mobile-dev-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.mobile-dev-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile-dev-services__timeline {
    bottom: 15px;
  }
}
.mobile-dev-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.mobile-dev-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.mobile-dev-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mobile-dev-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.mobile-dev-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .mobile-dev-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .mobile-dev-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .mobile-dev-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.mobile-dev-services-mob {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .mobile-dev-services-mob {
    display: none;
  }
}
.mobile-dev-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.mobile-dev-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.mobile-dev-services-mob__header--heading span {
  color: #d1202d;
}
.mobile-dev-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-services-mob__header--text {
    padding-right: 340px;
  }
}
.mobile-dev-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.mobile-dev-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.mobile-dev-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.mobile-dev-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mobile-dev-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.mobile-dev-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.mobile-dev-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .mobile-dev-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .mobile-dev-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.mobile-dev-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.mobile-dev-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.mobile-dev-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.mobile-dev-services-mob__slidesdiv #s--2 {
  background-color: #e3ffee;
}
.mobile-dev-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.mobile-dev-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.mobile-dev-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.mobile-dev-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.mobile-dev-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.mobile-dev-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .mobile-dev-industry__wrapper {
    overflow: unset;
  }
}
.mobile-dev-industry__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-industry__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.mobile-dev-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.mobile-dev-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.mobile-dev-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.mobile-dev-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mobile-dev-industry__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(130px);
  }
}
@media (min-width: 1200px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    transform: translateY(140px);
  }
}
@media (min-width: 1440px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #f3f3f3;
  text-align: center;
}
@media (min-width: 1024px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(130px);
  }
}
@media (min-width: 1200px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(140px);
  }
}
@media (min-width: 1440px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
  }
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .mobile-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/engineer.webp);
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/saas.webp);
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/retail.webp);
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.mobile-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-9 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.mobile-dev-industry__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.mobile-dev-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .mobile-dev-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.mobile-dev-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .mobile-dev-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-growth {
    margin-top: 60px;
  }
}
.mobile-dev-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .mobile-dev-growth__wrapper {
    padding: 24px;
  }
}
.mobile-dev-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .mobile-dev-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.mobile-dev-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.mobile-dev-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .mobile-dev-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.mobile-dev-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .mobile-dev-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.mobile-dev-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section .mobile-dev-projects__wrapper--content-image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) {
  .pin-section .mobile-dev-projects__wrapper--content-image {
    height: 550px;
  }
}
.mobile-dev-toolsntech {
  padding: 60px 0;
}
.mobile-dev-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.mobile-dev-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.mobile-dev-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.mobile-dev-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .mobile-dev-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.mobile-dev-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 24px;
}
@media (min-width: 768px) {
  .mobile-dev-toolsntech__wrapper--cards {
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
    row-gap: 24px;
    flex-wrap: wrap;
  }
}
.mobile-dev-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
  padding: 1.5px;
}
.mobile-dev-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .mobile-dev-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    flex-wrap: wrap;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
}
.mobile-dev-toolsntech__wrapper--cards .databases-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.mobile-dev-toolsntech__wrapper--cards .figma-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.mobile-dev-toolsntech__wrapper--cards .framework-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.mobile-dev-toolsntech__wrapper--cards-card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  height: 100%;
  background-color: #f9fafb;
  padding: 24px;
  border-radius: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-toolsntech__wrapper--cards-card-content {
    align-items: start;
  }
}
.mobile-dev-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.mobile-dev-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.mobile-dev-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
@media (min-width: 768px) {
  .mobile-dev-toolsntech__wrapper--cards-desc {
    text-align: left;
  }
}
.mobile-dev-toolsntech__wrapper--cards-desclink {
  text-decoration: none;
  color: #4e4e4e;
  font-family: Lato, sans-serif;
  font-weight: 700;
}
@keyframes gradientRotatefigma {
  0% {
    background: linear-gradient(0deg, #dfefee, #2b7c73);
  }
  1% {
    background: linear-gradient(3.6deg, #dfefee, #2b7c73);
  }
  2% {
    background: linear-gradient(7.2deg, #dfefee, #2b7c73);
  }
  3% {
    background: linear-gradient(10.8deg, #dfefee, #2b7c73);
  }
  4% {
    background: linear-gradient(14.4deg, #dfefee, #2b7c73);
  }
  5% {
    background: linear-gradient(18deg, #dfefee, #2b7c73);
  }
  6% {
    background: linear-gradient(21.6deg, #dfefee, #2b7c73);
  }
  7% {
    background: linear-gradient(25.2deg, #dfefee, #2b7c73);
  }
  8% {
    background: linear-gradient(28.8deg, #dfefee, #2b7c73);
  }
  9% {
    background: linear-gradient(32.4deg, #dfefee, #2b7c73);
  }
  10% {
    background: linear-gradient(36deg, #dfefee, #2b7c73);
  }
  11% {
    background: linear-gradient(39.6deg, #dfefee, #2b7c73);
  }
  12% {
    background: linear-gradient(43.2deg, #dfefee, #2b7c73);
  }
  13% {
    background: linear-gradient(46.8deg, #dfefee, #2b7c73);
  }
  14% {
    background: linear-gradient(50.4deg, #dfefee, #2b7c73);
  }
  15% {
    background: linear-gradient(54deg, #dfefee, #2b7c73);
  }
  16% {
    background: linear-gradient(57.6deg, #dfefee, #2b7c73);
  }
  17% {
    background: linear-gradient(61.2deg, #dfefee, #2b7c73);
  }
  18% {
    background: linear-gradient(64.8deg, #dfefee, #2b7c73);
  }
  19% {
    background: linear-gradient(68.4deg, #dfefee, #2b7c73);
  }
  20% {
    background: linear-gradient(72deg, #dfefee, #2b7c73);
  }
  21% {
    background: linear-gradient(75.6deg, #dfefee, #2b7c73);
  }
  22% {
    background: linear-gradient(79.2deg, #dfefee, #2b7c73);
  }
  23% {
    background: linear-gradient(82.8deg, #dfefee, #2b7c73);
  }
  24% {
    background: linear-gradient(86.4deg, #dfefee, #2b7c73);
  }
  25% {
    background: linear-gradient(90deg, #dfefee, #2b7c73);
  }
  26% {
    background: linear-gradient(93.6deg, #dfefee, #2b7c73);
  }
  27% {
    background: linear-gradient(97.2deg, #dfefee, #2b7c73);
  }
  28% {
    background: linear-gradient(100.8deg, #dfefee, #2b7c73);
  }
  29% {
    background: linear-gradient(104.4deg, #dfefee, #2b7c73);
  }
  30% {
    background: linear-gradient(108deg, #dfefee, #2b7c73);
  }
  31% {
    background: linear-gradient(111.6deg, #dfefee, #2b7c73);
  }
  32% {
    background: linear-gradient(115.2deg, #dfefee, #2b7c73);
  }
  33% {
    background: linear-gradient(118.8deg, #dfefee, #2b7c73);
  }
  34% {
    background: linear-gradient(122.4deg, #dfefee, #2b7c73);
  }
  35% {
    background: linear-gradient(126deg, #dfefee, #2b7c73);
  }
  36% {
    background: linear-gradient(129.6deg, #dfefee, #2b7c73);
  }
  37% {
    background: linear-gradient(133.2deg, #dfefee, #2b7c73);
  }
  38% {
    background: linear-gradient(136.8deg, #dfefee, #2b7c73);
  }
  39% {
    background: linear-gradient(140.4deg, #dfefee, #2b7c73);
  }
  40% {
    background: linear-gradient(144deg, #dfefee, #2b7c73);
  }
  41% {
    background: linear-gradient(147.6deg, #dfefee, #2b7c73);
  }
  42% {
    background: linear-gradient(151.2deg, #dfefee, #2b7c73);
  }
  43% {
    background: linear-gradient(154.8deg, #dfefee, #2b7c73);
  }
  44% {
    background: linear-gradient(158.4deg, #dfefee, #2b7c73);
  }
  45% {
    background: linear-gradient(162deg, #dfefee, #2b7c73);
  }
  46% {
    background: linear-gradient(165.6deg, #dfefee, #2b7c73);
  }
  47% {
    background: linear-gradient(169.2deg, #dfefee, #2b7c73);
  }
  48% {
    background: linear-gradient(172.8deg, #dfefee, #2b7c73);
  }
  49% {
    background: linear-gradient(176.4deg, #dfefee, #2b7c73);
  }
  50% {
    background: linear-gradient(180deg, #dfefee, #2b7c73);
  }
  51% {
    background: linear-gradient(183.6deg, #dfefee, #2b7c73);
  }
  52% {
    background: linear-gradient(187.2deg, #dfefee, #2b7c73);
  }
  53% {
    background: linear-gradient(190.8deg, #dfefee, #2b7c73);
  }
  54% {
    background: linear-gradient(194.4deg, #dfefee, #2b7c73);
  }
  55% {
    background: linear-gradient(198deg, #dfefee, #2b7c73);
  }
  56% {
    background: linear-gradient(201.6deg, #dfefee, #2b7c73);
  }
  57% {
    background: linear-gradient(205.2deg, #dfefee, #2b7c73);
  }
  58% {
    background: linear-gradient(208.8deg, #dfefee, #2b7c73);
  }
  59% {
    background: linear-gradient(212.4deg, #dfefee, #2b7c73);
  }
  60% {
    background: linear-gradient(216deg, #dfefee, #2b7c73);
  }
  61% {
    background: linear-gradient(219.6deg, #dfefee, #2b7c73);
  }
  62% {
    background: linear-gradient(223.2deg, #dfefee, #2b7c73);
  }
  63% {
    background: linear-gradient(226.8deg, #dfefee, #2b7c73);
  }
  64% {
    background: linear-gradient(230.4deg, #dfefee, #2b7c73);
  }
  65% {
    background: linear-gradient(234deg, #dfefee, #2b7c73);
  }
  66% {
    background: linear-gradient(237.6deg, #dfefee, #2b7c73);
  }
  67% {
    background: linear-gradient(241.2deg, #dfefee, #2b7c73);
  }
  68% {
    background: linear-gradient(244.8deg, #dfefee, #2b7c73);
  }
  69% {
    background: linear-gradient(248.4deg, #dfefee, #2b7c73);
  }
  70% {
    background: linear-gradient(252deg, #dfefee, #2b7c73);
  }
  71% {
    background: linear-gradient(255.6deg, #dfefee, #2b7c73);
  }
  72% {
    background: linear-gradient(259.2deg, #dfefee, #2b7c73);
  }
  73% {
    background: linear-gradient(262.8deg, #dfefee, #2b7c73);
  }
  74% {
    background: linear-gradient(266.4deg, #dfefee, #2b7c73);
  }
  75% {
    background: linear-gradient(270deg, #dfefee, #2b7c73);
  }
  76% {
    background: linear-gradient(273.6deg, #dfefee, #2b7c73);
  }
  77% {
    background: linear-gradient(277.2deg, #dfefee, #2b7c73);
  }
  78% {
    background: linear-gradient(280.8deg, #dfefee, #2b7c73);
  }
  79% {
    background: linear-gradient(284.4deg, #dfefee, #2b7c73);
  }
  80% {
    background: linear-gradient(288deg, #dfefee, #2b7c73);
  }
  81% {
    background: linear-gradient(291.6deg, #dfefee, #2b7c73);
  }
  82% {
    background: linear-gradient(295.2deg, #dfefee, #2b7c73);
  }
  83% {
    background: linear-gradient(298.8deg, #dfefee, #2b7c73);
  }
  84% {
    background: linear-gradient(302.4deg, #dfefee, #2b7c73);
  }
  85% {
    background: linear-gradient(306deg, #dfefee, #2b7c73);
  }
  86% {
    background: linear-gradient(309.6deg, #dfefee, #2b7c73);
  }
  87% {
    background: linear-gradient(313.2deg, #dfefee, #2b7c73);
  }
  88% {
    background: linear-gradient(316.8deg, #dfefee, #2b7c73);
  }
  89% {
    background: linear-gradient(320.4deg, #dfefee, #2b7c73);
  }
  90% {
    background: linear-gradient(324deg, #dfefee, #2b7c73);
  }
  91% {
    background: linear-gradient(327.6deg, #dfefee, #2b7c73);
  }
  92% {
    background: linear-gradient(331.2deg, #dfefee, #2b7c73);
  }
  93% {
    background: linear-gradient(334.8deg, #dfefee, #2b7c73);
  }
  94% {
    background: linear-gradient(338.4deg, #dfefee, #2b7c73);
  }
  95% {
    background: linear-gradient(342deg, #dfefee, #2b7c73);
  }
  96% {
    background: linear-gradient(345.6deg, #dfefee, #2b7c73);
  }
  97% {
    background: linear-gradient(349.2deg, #dfefee, #2b7c73);
  }
  98% {
    background: linear-gradient(352.8deg, #dfefee, #2b7c73);
  }
  99% {
    background: linear-gradient(356.4deg, #dfefee, #2b7c73);
  }
  to {
    background: linear-gradient(360deg, #dfefee, #2b7c73);
  }
}
.mobile-app-dev {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .mobile-app-dev {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .mobile-app-dev {
    margin-top: 60px;
  }
}
.mobile-app-dev__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.mobile-app-dev__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.mobile-app-dev__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .mobile-app-dev__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.mobile-app-dev__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.mobile-app-dev__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.mobile-app-dev__wrapper--cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
  margin-top: 80px;
  transform-style: preserve-3d;
  perspective: 1000px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards {
    justify-content: center;
    max-width: 100%;
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards {
    justify-content: space-between;
  }
}
.mobile-app-dev__wrapper--cards-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  height: 100%;
  position: relative;
  z-index: 20;
  transition: transform 0.3s ease;
  cursor: pointer;
  transform-style: preserve-3d;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards-card {
    padding: 10px 20px;
  }
}
.mobile-app-dev__wrapper--cards-card:nth-child(odd) {
  margin-bottom: 60px !important;
}
@media (min-width: 1024px) {
  .mobile-app-dev__wrapper--cards-card:has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    )
    #process-card1-inner {
    background-color: #dee9ff;
    border-color: #c8dbff;
    transform: rotate(180deg);
  }
  .mobile-app-dev__wrapper--cards-card:has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    )
    #process-card2-inner {
    background-color: #e4e4ff;
    border-color: #bebdfc;
    transform: rotate(180deg);
  }
  .mobile-app-dev__wrapper--cards-card:has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    )
    #process-card3-inner {
    background-color: #f1e2ff;
    border-color: #dab3fe;
    transform: rotate(180deg);
  }
  .mobile-app-dev__wrapper--cards-card:has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    )
    #process-card4-inner {
    background-color: #d8fbe5;
    border-color: #4cb372b3;
    transform: rotate(180deg);
  }
  .mobile-app-dev__wrapper--cards-card:has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    )
    #process-card5-inner {
    background-color: #ffe8db;
    border-color: #ff9d6163;
    transform: rotate(180deg);
  }
  .mobile-app-dev__wrapper--cards-card:has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    )
    #process-card6-inner {
    background-color: #ffdede;
    border-color: #e66c6c52;
    transform: rotate(180deg);
  }
  .mobile-app-dev__wrapper--cards-card:has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    )
    #process-card7-inner {
    background-color: #d8fffb;
    border-color: #85fbef;
    transform: rotate(180deg);
  }
  .mobile-app-dev__wrapper--cards-card:has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    )
    #process-card8-inner {
    background-color: #fff1c9;
    border-color: #ffe9ac;
    transform: rotate(180deg);
  }
  .mobile-app-dev__wrapper--cards-card:nth-child(2n):has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    ) {
    transform: translateY(45px);
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card:nth-child(2n):has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    ) {
    transform: translate(40px) translateY(-5px);
  }
}
@media (min-width: 1024px) {
  .mobile-app-dev__wrapper--cards-card:nth-child(odd):has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    ) {
    transform: translateY(-55px);
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card:nth-child(odd):has(
      .mobile-app-dev__wrapper--cards-cardinner:hover
    ) {
    transform: translate(-40px) translateY(-5px);
  }
}
.mobile-app-dev__wrapper--cards-card.active {
  pointer-events: auto;
}
.mobile-app-dev__wrapper--cards-card.active #process-card1-inner {
  background-color: #dee9ff;
  border-color: #c8dbff;
  transform: rotate(180deg);
}
.mobile-app-dev__wrapper--cards-card.active #process-card2-inner {
  background-color: #e4e4ff;
  border-color: #bebdfc;
  transform: rotate(180deg);
}
.mobile-app-dev__wrapper--cards-card.active #process-card3-inner {
  background-color: #f1e2ff;
  border-color: #dab3fe;
  transform: rotate(180deg);
}
.mobile-app-dev__wrapper--cards-card.active #process-card4-inner {
  background-color: #d8fbe5;
  border-color: #4cb372b3;
  transform: rotate(180deg);
}
.mobile-app-dev__wrapper--cards-card.active #process-card5-inner {
  background-color: #ffe8db;
  border-color: #ff9d6163;
  transform: rotate(180deg);
}
.mobile-app-dev__wrapper--cards-card.active #process-card6-inner {
  background-color: #ffdede;
  border-color: #e66c6c52;
  transform: rotate(180deg);
}
.mobile-app-dev__wrapper--cards-card.active #process-card7-inner {
  background-color: #d8fffb;
  border-color: #85fbef;
  transform: rotate(180deg);
}
.mobile-app-dev__wrapper--cards-card.active #process-card8-inner {
  background-color: #fff1c9;
  border-color: #ffe9ac;
  transform: rotate(180deg);
}
.mobile-app-dev__wrapper--cards-card.active:nth-child(2n) {
  transform: translateY(45px) !important;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card.active:nth-child(2n) {
    transform: translate(40px) translateY(-5px) !important;
  }
}
.mobile-app-dev__wrapper--cards-card.active:nth-child(odd) {
  transform: translateY(-55px) !important;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card.active:nth-child(odd) {
    transform: translate(-40px) translateY(-5px) !important;
  }
}
.mobile-app-dev__wrapper--cards-card .process-connecting-line {
  content: "";
  position: absolute;
  top: 50%;
  width: calc(100% + 16px);
  height: 2px;
  display: none;
  pointer-events: none;
}
.mobile-app-dev__wrapper--cards-card:nth-child(2n) {
  transform: translateY(50px);
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card:nth-child(2n) {
    transform: translate(40px);
  }
}
.mobile-app-dev__wrapper--cards-card:nth-child(odd) {
  transform: translateY(-50px);
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card:nth-child(odd) {
    transform: translate(-40px);
  }
}
.mobile-app-dev__wrapper--cards-card #process-line1 {
  display: block;
  transform: rotate(34deg) translateZ(-20px);
  top: 144px;
  left: 73px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card #process-line1 {
    transform: rotate(69deg) translateZ(-20px);
    top: 286px;
    left: 2px;
  }
}
.mobile-app-dev__wrapper--cards-card #process-line1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.mobile-app-dev__wrapper--cards-card #process-line2 {
  display: block;
  transform: rotate(-226deg) translateZ(-20px);
  top: 180px;
  left: -111px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card #process-line2 {
    transform: rotate(-244deg) translateZ(-20px);
    top: -33px;
    left: 87px;
  }
}
@media (min-width: 1024px) {
  .mobile-app-dev__wrapper--cards-card #process-line2 {
    transform: rotate(-214deg) translateZ(-20px);
    top: -59px;
    left: 147px;
  }
}
.mobile-app-dev__wrapper--cards-card #process-line2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.mobile-app-dev__wrapper--cards-card #process-line3 {
  display: block;
  transform: rotate(34deg) translateZ(-20px);
  top: 144px;
  left: 73px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card #process-line3 {
    transform: rotate(69deg) translateZ(-20px);
    top: 206px;
    left: 18px;
  }
}
.mobile-app-dev__wrapper--cards-card #process-line3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.mobile-app-dev__wrapper--cards-card #process-line4 {
  display: block;
  transform: rotate(-226deg) translateZ(-20px);
  top: 180px;
  left: -111px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card #process-line4 {
    transform: rotate(-244deg) translateZ(-20px);
    top: -33px;
    left: 87px;
  }
}
@media (min-width: 1024px) {
  .mobile-app-dev__wrapper--cards-card #process-line4 {
    transform: rotate(-214deg) translateZ(-20px);
    top: -59px;
    left: 147px;
  }
}
.mobile-app-dev__wrapper--cards-card #process-line4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.mobile-app-dev__wrapper--cards-card #process-line5 {
  display: block;
  transform: rotate(34deg) translateZ(-20px);
  top: 144px;
  left: 73px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card #process-line5 {
    transform: rotate(69deg) translateZ(-20px);
    top: 206px;
    left: 18px;
  }
}
.mobile-app-dev__wrapper--cards-card #process-line5:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.mobile-app-dev__wrapper--cards-card #process-line6 {
  display: block;
  transform: rotate(-226deg) translateZ(-20px);
  top: 180px;
  left: -111px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card #process-line6 {
    transform: rotate(-22deg) translateZ(-20px);
    top: 273px;
    left: -334px;
    width: calc(100% + 259px);
  }
}
@media (min-width: 1024px) {
  .mobile-app-dev__wrapper--cards-card #process-line6 {
    top: 300px;
    left: -400px;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards-card #process-line6 {
    display: block;
    transform: rotate(-214deg) translateZ(-20px);
    top: -59px;
    left: 147px;
    width: calc(100% + 16px);
  }
}
.mobile-app-dev__wrapper--cards-card #process-line6:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #8e8e8e 0px,
    #8e8e8e 20px,
    transparent 20px,
    transparent 30px
  );
}
.mobile-app-dev__wrapper--cards-card .mobile-app-dev__wrapper--cards-cardnum {
  width: 40px;
  height: 40px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  z-index: 20;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-card .mobile-app-dev__wrapper--cards-cardnum {
    top: -15px;
  }
}
.mobile-app-dev__wrapper--cards-card #cardnum1 {
  background: linear-gradient(180deg, #73a5ff, #5b8fff);
}
.mobile-app-dev__wrapper--cards-card #cardnum3 {
  background: linear-gradient(180deg, #c383ff, #bc74ff);
}
.mobile-app-dev__wrapper--cards-card #cardnum2 {
  background: linear-gradient(180deg, #9394ff, #7a73fb);
}
.mobile-app-dev__wrapper--cards-card #cardnum4 {
  background: linear-gradient(180deg, #6bd090, #4cb372);
}
.mobile-app-dev__wrapper--cards-card #cardnum5 {
  background: linear-gradient(180deg, #ffaa73, #ffaa73);
}
.mobile-app-dev__wrapper--cards-card #cardnum6 {
  background: linear-gradient(180deg, #fa9797, #e76868);
}
.mobile-app-dev__wrapper--cards-card #cardnum7 {
  background: linear-gradient(180deg, #67c9be, #54ada5);
}
.mobile-app-dev__wrapper--cards-card #cardnum8 {
  background: linear-gradient(180deg, #ffd970, #ffd45f);
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-card7,
  .mobile-app-dev__wrapper--cards #process-card8 {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-card7,
  .mobile-app-dev__wrapper--cards #process-card8 {
    margin-top: 0;
  }
}
.mobile-app-dev__wrapper--cards-carddesc {
  font-size: 14px;
  line-height: 21px;
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 600;
  text-align: center;
  transition: all 0.1s ease;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-carddesc {
    font-size: 20px;
    line-height: 33px;
  }
}
.mobile-app-dev__wrapper--cards-cardinner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  pointer-events: auto;
  transition:
    transform 0.6s ease,
    background-color 0.3s ease;
}
.mobile-app-dev__wrapper--cards #process-card1-inner {
  aspect-ratio: 0.925;
  background-color: #f7f9fc;
  clip-path: shape(
    from 55.12% 0.72%,
    curve to 83.57% 20.97% with 67.39% 2.63%/75.32% 12.36%,
    curve to 99.71% 47.28% with 91.08% 28.82%/98.53% 36.86%,
    curve to 90.18% 79.71% with 101.01% 58.87%/97.94% 70.54%,
    curve to 55.12% 100% with 81.35% 90.15%/69.45% 100.25%,
    curve to 21.38% 78.49% with 40.92% 99.74%/31.23% 87.94%,
    curve to 0.18% 47.28% with 11.79% 69.29%/1.35% 60.01%,
    curve to 15.1% 10.27% with -1.07% 33.65%/4.19% 19.52%,
    curve to 55.12% 0.72% with 25.65% 1.32%/40.99% -1.49%,
    close
  );
}
.mobile-app-dev__wrapper--cards #process-card2-inner {
  aspect-ratio: 1.09;
  background-color: #f1f3f0;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.mobile-app-dev__wrapper--cards #process-card3-inner {
  aspect-ratio: 1.09;
  background-color: #eef2f6;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.mobile-app-dev__wrapper--cards #process-card4-inner {
  aspect-ratio: 1.09;
  background-color: #f6f4f8;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.mobile-app-dev__wrapper--cards #process-card5-inner {
  aspect-ratio: 1.09;
  background-color: #f2f5f4;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.mobile-app-dev__wrapper--cards #process-card6-inner {
  aspect-ratio: 1.09;
  background-color: #f9fbf7;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.mobile-app-dev__wrapper--cards #process-card7-inner {
  aspect-ratio: 1.09;
  background-color: #faf6f2;
  clip-path: shape(
    from 54.38% 1%,
    curve to 87.83% 6.22% with 66.05% -0.11%/78.86% -1.96%,
    curve to 100% 42.6% with 97.28% 14.84%/99.96% 29.18%,
    curve to 88.02% 79.19% with 100.04% 56.06%/96.11% 69%,
    curve to 54.38% 99.99% with 79.25% 90.22%/67.79% 99.7%,
    curve to 19.37% 80.67% with 40.78% 100.29%/29.12% 90.99%,
    curve to 0.14% 42.6% with 9.45% 70.17%/-1.38% 57.56%,
    curve to 26.33% 12.1% with 1.6% 28.22%/15.47% 20.43%,
    curve to 54.38% 1% with 34.79% 5.61%/44.08% 1.98%,
    close
  );
}
.mobile-app-dev__wrapper--cards #process-card8-inner {
  aspect-ratio: 0.925;
  background-color: #f3f1f5;
  clip-path: shape(
    from 55.12% 0.72%,
    curve to 83.57% 20.97% with 67.39% 2.63%/75.32% 12.36%,
    curve to 99.71% 47.28% with 91.08% 28.82%/98.53% 36.86%,
    curve to 90.18% 79.71% with 101.01% 58.87%/97.94% 70.54%,
    curve to 55.12% 100% with 81.35% 90.15%/69.45% 100.25%,
    curve to 21.38% 78.49% with 40.92% 99.74%/31.23% 87.94%,
    curve to 0.18% 47.28% with 11.79% 69.29%/1.35% 60.01%,
    curve to 15.1% 10.27% with -1.07% 33.65%/4.19% 19.52%,
    curve to 55.12% 0.72% with 25.65% 1.32%/40.99% -1.49%,
    close
  );
}
.mobile-app-dev__wrapper--cards-carddetail {
  display: none;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 24px;
}
.mobile-app-dev__wrapper--cards-carddetail .process-card-close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  transition: all 0.3s ease;
  border-radius: 50%;
  box-shadow: 0 4px 12px #00000026;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-carddetail .process-card-close-btn {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1024px) {
  .mobile-app-dev__wrapper--cards-carddetail .process-card-close-btn {
    display: none;
  }
}
.mobile-app-dev__wrapper--cards-carddetail .process-card-close-btn:hover {
  background-color: #f8f8f8;
  transform: scale(1.1);
  box-shadow: 0 6px 16px #0003;
}
.mobile-app-dev__wrapper--cards-carddetail .process-card-close-btn svg {
  width: 18px;
  height: 18px;
}
.mobile-app-dev__wrapper--cards-carddetail .process-card-close-btn svg path {
  stroke: #d1202d;
}
.mobile-app-dev__wrapper--cards-carddetail {
  width: 100%;
  padding: 24px;
  width: 290px;
  position: absolute;
  top: -135px;
  left: 100px;
  z-index: 999;
  background-color: #fff3;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px #0000001a;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards-carddetail {
    width: 410px;
  }
}
@media (min-width: 1024px) {
  .mobile-app-dev__wrapper--cards-card:hover
    .mobile-app-dev__wrapper--cards-carddetail {
    opacity: 1;
    display: flex;
    pointer-events: auto;
  }
}
.mobile-app-dev__wrapper--cards-card.active
  .mobile-app-dev__wrapper--cards-carddetail {
  opacity: 1;
  display: flex;
  pointer-events: auto;
  transition: all 0.6s ease;
}
.mobile-app-dev__wrapper--cards-carddetail .process-carddetail-upper {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 16px;
}
.mobile-app-dev__wrapper--cards-carddetail .process-carddetail-uppericon {
  width: 36px;
  height: 36px;
}
.mobile-app-dev__wrapper--cards-carddetail .process-carddetail-uppertitle {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  font-family: Lato, sans-serif;
  color: #333;
}
.mobile-app-dev__wrapper--cards-carddetail .process-carddetail-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: start;
  justify-content: left;
  text-align: left;
}
.mobile-app-dev__wrapper--cards-carddetail .process-carddetail-listdetail {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
  text-align: left;
}
.mobile-app-dev__wrapper--cards-carddetail .process-carddetail-listdetailicon {
  width: 24px;
  height: 24px;
}
.mobile-app-dev__wrapper--cards-carddetail .process-carddetail-listdetaildesc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: left;
}
.mobile-app-dev__wrapper--cards #process-carddetail1 {
  top: 145px;
  left: 0;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-carddetail1 {
    top: 145px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-carddetail1 {
    top: 145px;
    left: 0;
  }
}
.mobile-app-dev__wrapper--cards #process-carddetail2 {
  top: -135px;
  left: -170px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-carddetail2 {
    top: -135px;
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-carddetail2 {
    top: -135px;
    left: 70px;
  }
}
.mobile-app-dev__wrapper--cards #process-carddetail3 {
  top: 145px;
  left: 0;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-carddetail3 {
    top: 145px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-carddetail3 {
    top: 145px;
    left: 62px;
  }
}
.mobile-app-dev__wrapper--cards #process-carddetail4 {
  top: 145px;
  left: -170px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-carddetail4 {
    top: -145px;
    left: -60px;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-carddetail4 {
    top: -135px;
    left: 70px;
  }
}
.mobile-app-dev__wrapper--cards #process-carddetail5 {
  top: 145px;
  left: -10px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-carddetail5 {
    top: 145px;
    left: -150px;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-carddetail5 {
    top: 145px;
    left: 62px;
  }
}
.mobile-app-dev__wrapper--cards #process-carddetail6 {
  top: 145px;
  left: -170px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-carddetail6 {
    top: -155px;
    left: -270px;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-carddetail6 {
    top: -135px;
    left: 70px;
  }
}
.mobile-app-dev__wrapper--cards #process-carddetail7 {
  top: -175px;
  left: -20px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-carddetail7 {
    top: -155px;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-carddetail7 {
    top: 145px;
    left: -270px;
  }
}
.mobile-app-dev__wrapper--cards #process-carddetail8 {
  top: -175px;
  left: -170px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-carddetail8 {
    top: -135px;
    left: -270px;
  }
}
.mobile-app-dev__wrapper--cards #process-card1 {
  width: 42%;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-card1 {
    width: 30%;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-card1 {
    width: 20%;
    order: 1;
  }
}
.mobile-app-dev__wrapper--cards #process-card2 {
  z-index: 20;
  width: 42%;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-card2 {
    width: 30%;
    order: 4;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-card2 {
    width: 20%;
    order: 5;
  }
}
.mobile-app-dev__wrapper--cards #process-card3 {
  width: 42%;
  z-index: 30;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-card3 {
    width: 30%;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-card3 {
    width: 20%;
    order: 2;
  }
}
.mobile-app-dev__wrapper--cards #process-card4 {
  width: 42%;
  z-index: 40;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-card4 {
    width: 30%;
    order: 5;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-card4 {
    width: 20%;
    order: 6;
  }
}
.mobile-app-dev__wrapper--cards #process-card5 {
  width: 42%;
  z-index: 50;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-card5 {
    width: 30%;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-card5 {
    width: 20%;
    order: 3;
  }
}
.mobile-app-dev__wrapper--cards #process-card6 {
  width: 42%;
  z-index: 60;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-card6 {
    width: 30%;
    order: 6;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-card6 {
    width: 20%;
    order: 7;
  }
}
.mobile-app-dev__wrapper--cards #process-card7 {
  width: 42%;
  z-index: 70;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-card7 {
    width: 30%;
    order: 7;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-card7 {
    width: 20%;
    order: 4;
  }
}
.mobile-app-dev__wrapper--cards #process-card8 {
  width: 42%;
  z-index: 80;
  visibility: hidden;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cards #process-card8 {
    width: 30%;
    order: 8;
  }
}
@media (min-width: 1200px) {
  .mobile-app-dev__wrapper--cards #process-card8 {
    width: 20%;
    order: 8;
  }
}
.mobile-app-dev__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.mobile-app-dev__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.mobile-app-dev__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .mobile-app-dev__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.mobile-dev-mobapps {
  padding: 60px 0;
  margin-bottom: 50px;
}
.mobile-dev-mobapps__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-dev-mobapps__wrapper--txts {
  margin-bottom: 32px;
}
.mobile-dev-mobapps__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-mobapps__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-mobapps__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.mobile-dev-mobapps__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.mobile-dev-mobapps__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .mobile-dev-mobapps__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.mobile-dev-mobapps__wrapper--cards {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
@media (min-width: 768px) {
  .mobile-dev-mobapps__wrapper--cards {
    flex-direction: row;
    padding-top: 40px;
    gap: 42px;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-mobapps__wrapper--cards {
    flex-direction: row;
    padding-top: 75px;
    gap: 2%;
    row-gap: 140px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .mobile-dev-mobapps__wrapper--cards {
    gap: 3%;
    row-gap: 140px;
  }
}
.mobile-dev-mobapps__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  padding: 40px 16px 80px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .mobile-dev-mobapps__wrapper--cards-card {
    width: 23%;
  }
}
@media (min-width: 1200px) {
  .mobile-dev-mobapps__wrapper--cards-card {
    width: 20%;
  }
}
.mobile-dev-mobapps__wrapper--cards #card-1 {
  border: 2px solid #3579f3;
}
.mobile-dev-mobapps__wrapper--cards #card-2 {
  border: 2px solid #6061ef;
}
.mobile-dev-mobapps__wrapper--cards #card-3 {
  border: 2px solid #a048f2;
}
.mobile-dev-mobapps__wrapper--cards #card-4 {
  border: 2px solid #20be5a;
}
.mobile-dev-mobapps__wrapper--cards #card-5 {
  border: 2px solid #f56d14;
}
.mobile-dev-mobapps__wrapper--cards #card-6 {
  border: 2px solid #e83939;
}
.mobile-dev-mobapps__wrapper--cards #card-7 {
  border: 2px solid #14b6a4;
}
.mobile-dev-mobapps__wrapper--cards-number {
  position: absolute;
  top: -36px;
}
.mobile-dev-mobapps__wrapper--cards-arrow {
  position: absolute;
}
.mobile-dev-mobapps__wrapper--cards #arrow-1 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .mobile-dev-mobapps__wrapper--cards #arrow-1 {
    transform: unset;
    top: -50px;
    right: -80px;
    height: unset;
  }
}
.mobile-dev-mobapps__wrapper--cards #arrow-2 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .mobile-dev-mobapps__wrapper--cards #arrow-2 {
    transform: unset;
    height: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.mobile-dev-mobapps__wrapper--cards #arrow-3 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .mobile-dev-mobapps__wrapper--cards #arrow-3 {
    transform: unset;
    height: unset;
    top: -50px;
    right: -80px;
  }
}
.mobile-dev-mobapps__wrapper--cards #arrow-4 {
  display: block;
  bottom: -60px;
  left: -30px;
  height: 95px;
}
@media (min-width: 1024px) {
  .mobile-dev-mobapps__wrapper--cards #arrow-4 {
    display: none;
    transform: unset;
    left: unset;
    top: -50px;
    right: -80px;
  }
}
.mobile-dev-mobapps__wrapper--cards #arrow-5 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .mobile-dev-mobapps__wrapper--cards #arrow-5 {
    height: unset;
    transform: unset;
    top: -50px;
    right: -80px;
  }
}
.mobile-dev-mobapps__wrapper--cards #arrow-6 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .mobile-dev-mobapps__wrapper--cards #arrow-6 {
    height: unset;
    transform: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.mobile-dev-mobapps__wrapper--cards-icon {
  width: 52px;
  margin-bottom: 10px;
}
.mobile-dev-mobapps__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #1c1c1c;
  text-align: center;
}
.mobile-dev-mobapps__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  text-align: center;
}
.mobile-dev-mobapps__wrapper--cards-desclink {
  text-decoration: none;
  color: #4e4e4e;
  font-family: Lato, sans-serif;
  font-weight: 700;
}
.mobile-dev-voices {
  background-color: #f3f3f3;
  padding: 24px 0;
}
.mobile-dev-voices__wrapper {
  overflow: hidden;
}
.mobile-dev-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.mobile-dev-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.mobile-dev-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.mobile-dev-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.mobile-dev-voices__wrapper--testimonial-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .mobile-dev-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 45px 30px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .mobile-dev-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 45px 30px;
    width: 100%;
  }
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .mobile-dev-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .mobile-dev-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    flex-direction: row;
  }
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-desc
  .client-name {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .mobile-dev-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-desc
    .client-name {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-desc
  .client-designation {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #d1202d;
  text-align: center;
}
@media (min-width: 1024px) {
  .mobile-dev-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-desc
    .client-designation {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  top: 100%;
  width: max-content !important;
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  opacity: 0.5;
  border: 3px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination-bullet:nth-child(1) {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/client-img-1.webp);
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination-bullet:nth-child(2) {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/client-img-2.svg);
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination-bullet:nth-child(3) {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/client-img-3.svg);
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination-bullet:nth-child(4) {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/client-img-4.svg);
}
.mobile-dev-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border: 3px solid #d1202d;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.mobile-dev-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.mobile-dev-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.mobile-dev-faqs {
  padding: 60px 0;
}
.mobile-dev-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-dev-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .mobile-dev-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.mobile-dev-faqs__wrapper--txts-heading span {
  color: #d1202d;
}
.mobile-dev-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.mobile-dev-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.mobile-dev-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .mobile-dev-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .mobile-dev-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .mobile-dev-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .mobile-dev-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.mobile-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.mobile-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.mobile-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.mobile-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.mobile-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.mobile-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.mobile-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.mobile-dev-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.mobile-dev-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.mobile-dev-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.mobile-dev-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.mobile-dev-faqs__wrapper--cta a {
  padding: 16px 24px;
}
.pin-section-mob-dev-seo {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-mob-dev-seo {
    background-position: center center;
  }
}
.pin-section-mob-dev-seo .mobile-dev-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-mob-dev-seo .mobile-dev-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-mob-dev-seo .mobile-dev-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-mob-dev-seo .mobile-dev-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-mob-dev-seo .mobile-dev-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-mob-dev-seo .mobile-dev-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-mob-dev-seo .mobile-dev-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-mob-dev-seo .mobile-dev-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-mob-dev-seo .mobile-dev-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-mob-dev-seo
    .mobile-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-mob-dev-seo
    .mobile-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper--animation-scroller .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-mob-dev-seo
  .mobile-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-mob-dev-seo .mobile-dev-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-mob-dev-seo .mobile-dev-seo__wrapper .mobile-cta {
    display: none;
  }
}
.quality-assurance-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .quality-assurance-hero {
    padding-top: 110px;
  }
}
@media (min-width: 1200px) {
  .quality-assurance-hero {
    padding-top: 110px;
  }
}
@media (min-width: 1440px) {
  .quality-assurance-hero {
    padding-top: 130px;
  }
}
.quality-assurance-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.quality-assurance-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.quality-assurance-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  display: block;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.quality-assurance-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.quality-assurance-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .quality-assurance-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    top: 60px;
    right: 0;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .quality-assurance-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 35%;
  }
}
@media (min-width: 1440px) {
  .quality-assurance-hero__wrapper--headings-img {
    width: 32%;
  }
}
.quality-assurance-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .quality-assurance-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-hero__wrapper--desc {
    padding: 45px 450px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .quality-assurance-hero__wrapper--desc {
    padding: 45px 430px 30px 30px;
  }
}
@media (min-width: 1440px) {
  .quality-assurance-hero__wrapper--desc {
    padding: 45px 560px 30px 30px;
  }
}
.quality-assurance-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-hero__wrapper--desc-text {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.quality-assurance-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .quality-assurance-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.quality-assurance-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .quality-assurance-hero__wrapper--img2 {
    display: none;
  }
}
.quality-assurance-hero__wrapper--img2 img {
  display: block;
  width: 80%;
  margin: auto;
}
@media (min-width: 768px) {
  .quality-assurance-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-hero__wrapper--img2 img {
    display: none;
  }
}
.quality-assurance-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
.quality-assurance-brands__wrapper {
  overflow: hidden;
}
.quality-assurance-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.quality-assurance-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.quality-assurance-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.quality-assurance-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.quality-assurance-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .quality-assurance-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.quality-assurance-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
}
.quality-assurance-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.quality-assurance-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.quality-assurance-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .quality-assurance-services {
    display: block;
    margin-bottom: 80px;
  }
}
.quality-assurance-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.quality-assurance-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .quality-assurance-services__header--heading {
    max-width: 80%;
  }
}
.quality-assurance-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .quality-assurance-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .quality-assurance-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .quality-assurance-services__details {
    top: 330px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .quality-assurance-services__details {
    top: 220px;
  }
}
.quality-assurance-services__details {
  display: none;
}
.quality-assurance-services__details:first-of-type {
  display: block;
}
.quality-assurance-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .quality-assurance-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.quality-assurance-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .quality-assurance-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.quality-assurance-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .quality-assurance-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .quality-assurance-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.quality-assurance-services__details--heading {
  margin-bottom: 10px;
}
.quality-assurance-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.quality-assurance-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .quality-assurance-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .quality-assurance-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .quality-assurance-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.quality-assurance-services__slidesdiv {
  display: flex;
  width: 100%;
}
.quality-assurance-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .quality-assurance-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.quality-assurance-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.quality-assurance-services__slidesdiv #s-1 img {
  width: 40%;
}
.quality-assurance-services__slidesdiv #s-2 {
  background-color: #e3ffee;
}
.quality-assurance-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.quality-assurance-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.quality-assurance-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.quality-assurance-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.quality-assurance-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .quality-assurance-services__timeline {
    bottom: 15px;
  }
}
.quality-assurance-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.quality-assurance-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.quality-assurance-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.quality-assurance-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .quality-assurance-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.quality-assurance-services__timeline--txts-textlink {
  text-decoration: none;
  font-weight: 700;
  color: #1c1c1c;
}
.quality-assurance-services-mob {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .quality-assurance-services-mob {
    display: none;
  }
}
.quality-assurance-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.quality-assurance-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.quality-assurance-services-mob__header--heading span {
  color: #d1202d;
}
.quality-assurance-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-services-mob__header--text {
    padding-right: 340px;
  }
}
.quality-assurance-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.quality-assurance-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.quality-assurance-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.quality-assurance-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .quality-assurance-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.quality-assurance-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.quality-assurance-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.quality-assurance-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.quality-assurance-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.quality-assurance-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.quality-assurance-services-mob__slidesdiv #s--2 {
  background-color: #e3ffee;
}
.quality-assurance-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.quality-assurance-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.quality-assurance-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.quality-assurance-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.quality-assurance-process {
  padding: 60px 0;
  margin-bottom: 50px;
}
.quality-assurance-process__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quality-assurance-process__wrapper--txts {
  margin-bottom: 32px;
}
.quality-assurance-process__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-process__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.quality-assurance-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.quality-assurance-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .quality-assurance-process__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.quality-assurance-process__wrapper--txts-desclink {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 700;
}
.quality-assurance-process__wrapper--cards {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
@media (min-width: 768px) {
  .quality-assurance-process__wrapper--cards {
    flex-direction: row;
    padding-top: 40px;
    gap: 42px;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-process__wrapper--cards {
    flex-direction: row;
    padding-top: 75px;
    gap: 2%;
    row-gap: 140px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .quality-assurance-process__wrapper--cards {
    gap: 3%;
    row-gap: 140px;
  }
}
.quality-assurance-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  padding: 40px 16px 80px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .quality-assurance-process__wrapper--cards-card {
    width: 23%;
  }
}
@media (min-width: 1200px) {
  .quality-assurance-process__wrapper--cards-card {
    width: 20%;
  }
}
.quality-assurance-process__wrapper--cards #card-1 {
  border: 2px solid #3579f3;
}
.quality-assurance-process__wrapper--cards #card-2 {
  border: 2px solid #6061ef;
}
.quality-assurance-process__wrapper--cards #card-3 {
  border: 2px solid #a048f2;
}
.quality-assurance-process__wrapper--cards #card-4 {
  border: 2px solid #20be5a;
}
.quality-assurance-process__wrapper--cards #card-5 {
  border: 2px solid #f56d14;
}
.quality-assurance-process__wrapper--cards #card-6 {
  border: 2px solid #e83939;
}
.quality-assurance-process__wrapper--cards #card-7 {
  border: 2px solid #14b6a4;
}
.quality-assurance-process__wrapper--cards-number {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 100%;
  position: absolute;
  top: -30px;
}
.quality-assurance-process__wrapper--cards #number-1 {
  background-color: #3579f3;
}
.quality-assurance-process__wrapper--cards #number-2 {
  background-color: #6061ef;
}
.quality-assurance-process__wrapper--cards #number-3 {
  background-color: #a048f2;
}
.quality-assurance-process__wrapper--cards #number-4 {
  background-color: #20be5a;
}
.quality-assurance-process__wrapper--cards #number-5 {
  background-color: #f56d14;
}
.quality-assurance-process__wrapper--cards #number-6 {
  background-color: #e83939;
}
.quality-assurance-process__wrapper--cards #number-7 {
  background-color: #14b6a4;
}
.quality-assurance-process__wrapper--cards-arrow {
  position: absolute;
}
.quality-assurance-process__wrapper--cards #arrow-1 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .quality-assurance-process__wrapper--cards #arrow-1 {
    transform: unset;
    top: -50px;
    right: -80px;
    height: unset;
  }
}
.quality-assurance-process__wrapper--cards #arrow-2 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .quality-assurance-process__wrapper--cards #arrow-2 {
    transform: unset;
    height: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.quality-assurance-process__wrapper--cards #arrow-3 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .quality-assurance-process__wrapper--cards #arrow-3 {
    transform: unset;
    height: unset;
    top: -50px;
    right: -80px;
  }
}
.quality-assurance-process__wrapper--cards #arrow-4 {
  display: block;
  bottom: -60px;
  left: -30px;
  height: 95px;
}
@media (min-width: 1024px) {
  .quality-assurance-process__wrapper--cards #arrow-4 {
    display: none;
    transform: unset;
    left: unset;
    top: -50px;
    right: -80px;
  }
}
.quality-assurance-process__wrapper--cards #arrow-5 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .quality-assurance-process__wrapper--cards #arrow-5 {
    height: unset;
    transform: unset;
    top: -50px;
    right: -80px;
  }
}
.quality-assurance-process__wrapper--cards #arrow-6 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .quality-assurance-process__wrapper--cards #arrow-6 {
    height: unset;
    transform: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.quality-assurance-process__wrapper--cards-icon {
  width: 52px;
  margin-bottom: 10px;
}
.quality-assurance-process__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #1c1c1c;
  text-align: center;
}
.quality-assurance-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  text-align: center;
}
.quality-assurance-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/excellence-sec-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.quality-assurance-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.quality-assurance-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.quality-assurance-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .quality-assurance-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.quality-assurance-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.quality-assurance-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.quality-assurance-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.quality-assurance-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-excellence__wrapper--cards-card {
    width: 32%;
  }
}
.quality-assurance-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.quality-assurance-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.quality-assurance-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.quality-assurance-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.quality-assurance-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.quality-assurance-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.quality-assurance-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.quality-assurance-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.quality-assurance-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.quality-assurance-excellence__wrapper--cards #card6 {
  background-color: #e2f7e14d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.quality-assurance-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-excellence__wrapper--cards-heading {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-excellence__wrapper--cards-heading {
    font-size: 28px !important;
    line-height: 36px;
  }
}
.quality-assurance-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.quality-assurance-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.quality-assurance-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.quality-assurance-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .quality-assurance-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.quality-assurance-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.quality-assurance-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .quality-assurance-industry__wrapper {
    overflow: unset;
  }
}
.quality-assurance-industry__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-industry__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.quality-assurance-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.quality-assurance-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.quality-assurance-industry__wrapper--txts-desclink {
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  font-family: Lato, sans-serif;
  color: #1c1c1c;
}
.quality-assurance-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.quality-assurance-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(110px);
  }
}
@media (min-width: 1200px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    transform: translateY(140px);
  }
}
@media (min-width: 1440px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #f3f3f3;
  text-align: center;
}
@media (min-width: 1024px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(110px);
  }
}
@media (min-width: 1200px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(140px);
  }
}
@media (min-width: 1440px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(180px);
  }
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .quality-assurance-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/saas.webp);
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/quality-assurance2-images/gaming.webp);
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/retail.webp);
}
.quality-assurance-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-9 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/quality-assurance2-images/social-marketing.webp);
}
.quality-assurance-industry__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.quality-assurance-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .quality-assurance-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.quality-assurance-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .quality-assurance-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-growth {
    margin-top: 60px;
  }
}
.quality-assurance-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .quality-assurance-growth__wrapper {
    padding: 24px;
  }
}
.quality-assurance-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .quality-assurance-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.quality-assurance-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.quality-assurance-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .quality-assurance-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.quality-assurance-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .quality-assurance-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.quality-assurance-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.quality-assurance-toolsntech {
  padding: 60px 0;
}
.quality-assurance-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.quality-assurance-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.quality-assurance-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.quality-assurance-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .quality-assurance-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.quality-assurance-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .quality-assurance-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.quality-assurance-toolsntech__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  background-color: #f9fafb;
  padding: 24px;
  border-radius: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .quality-assurance-toolsntech__wrapper--cards-card {
    align-items: start;
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-toolsntech__wrapper--cards-card {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .quality-assurance-toolsntech__wrapper--cards-card {
    padding: 24px;
  }
}
.quality-assurance-toolsntech__wrapper--cards
  .quality-assurance-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
  padding: 1.5px;
}
.quality-assurance-toolsntech__wrapper--cards
  .quality-assurance-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .quality-assurance-toolsntech__wrapper--cards
    .quality-assurance-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .quality-assurance-toolsntech__wrapper--cards
    .quality-assurance-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
}
.quality-assurance-toolsntech__wrapper--cards #ms-word {
  width: 100%;
}
@media (min-width: 768px) {
  .quality-assurance-toolsntech__wrapper--cards #ms-word {
    width: 32%;
  }
}
.quality-assurance-toolsntech__wrapper--cards #ms-excel {
  width: 100%;
}
@media (min-width: 768px) {
  .quality-assurance-toolsntech__wrapper--cards #ms-excel {
    width: 32%;
  }
}
.quality-assurance-toolsntech__wrapper--cards #confluence {
  width: 100%;
}
@media (min-width: 768px) {
  .quality-assurance-toolsntech__wrapper--cards #confluence {
    width: 32%;
  }
}
.quality-assurance-toolsntech__wrapper--cards .databases-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.quality-assurance-toolsntech__wrapper--cards .framework-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.quality-assurance-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.quality-assurance-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.quality-assurance-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.pin-section-quality-assurance {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-quality-assurance {
    background-position: center center;
  }
}
.pin-section-quality-assurance .seo-quality-assurance {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-quality-assurance .seo-quality-assurance__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-quality-assurance .seo-quality-assurance__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-quality-assurance .seo-quality-assurance__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-quality-assurance .seo-quality-assurance__wrapper--txts {
    width: 35%;
  }
}
.pin-section-quality-assurance .seo-quality-assurance__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-quality-assurance .seo-quality-assurance__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-quality-assurance .seo-quality-assurance__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-quality-assurance .seo-quality-assurance__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-quality-assurance .seo-quality-assurance__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-quality-assurance .seo-quality-assurance__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-quality-assurance .seo-quality-assurance__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-quality-assurance .seo-quality-assurance__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-quality-assurance .seo-quality-assurance__wrapper--animation {
    width: 60%;
  }
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-quality-assurance .seo-quality-assurance__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-quality-assurance
    .seo-quality-assurance__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-quality-assurance
    .seo-quality-assurance__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-quality-assurance
    .seo-quality-assurance__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-quality-assurance
  .seo-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-quality-assurance .seo-quality-assurance__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-quality-assurance .seo-quality-assurance__wrapper .mobile-cta {
    display: none;
  }
}
.digital-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1440px) {
  .digital-marketing-hero {
    padding-top: 200px;
  }
}
.digital-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.digital-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.digital-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 72px;
    line-height: 84px;
    text-align: start;
  }
}
.digital-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.digital-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .digital-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    top: -60px;
    right: 20px;
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .digital-marketing-hero__wrapper--headings-img {
    top: -90px;
    right: 20px;
    width: 32%;
  }
}
@media (min-width: 1440px) {
  .digital-marketing-hero__wrapper--headings-img {
    top: -60px;
    width: 30%;
  }
}
.digital-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .digital-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-hero__wrapper--desc {
    padding: 45px 450px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .digital-marketing-hero__wrapper--desc {
    padding: 45px 430px 30px 30px;
  }
}
@media (min-width: 1440px) {
  .digital-marketing-hero__wrapper--desc {
    padding: 45px 560px 30px 30px;
  }
}
.digital-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-hero__wrapper--desc-text {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.digital-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .digital-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.digital-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .digital-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.digital-marketing-hero__wrapper--img2 img {
  display: block;
  width: 80%;
  margin: auto;
}
@media (min-width: 768px) {
  .digital-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.digital-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
.digital-marketing-brands__wrapper {
  overflow: hidden;
}
.digital-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.digital-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.digital-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.digital-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.digital-marketing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .digital-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.digital-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
}
.digital-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.digital-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.digital-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/excellence-sec-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.digital-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.digital-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.digital-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .digital-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.digital-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.digital-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.digital-marketing-excellence__wrapper--txts-desclink {
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.digital-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.digital-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-excellence__wrapper--cards-card {
    width: 32%;
  }
}
.digital-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.digital-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.digital-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.digital-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.digital-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.digital-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.digital-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff66;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 1024px) {
  .digital-marketing-excellence__wrapper--cards #card4 {
    width: 49% !important;
  }
}
.digital-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.digital-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 1024px) {
  .digital-marketing-excellence__wrapper--cards #card5 {
    width: 49% !important;
  }
}
.digital-marketing-excellence__wrapper--cards #card6 {
  background-color: #e2f7e14d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.digital-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px !important;
    line-height: 36px;
  }
}
.digital-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.digital-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.digital-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.digital-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .digital-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.digital-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .digital-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.digital-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.digital-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .digital-marketing-services__header--heading {
    max-width: 80%;
  }
}
.digital-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .digital-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .digital-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .digital-marketing-services__details {
    top: 330px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .digital-marketing-services__details {
    top: 220px;
  }
}
.digital-marketing-services__details {
  display: none;
}
.digital-marketing-services__details:first-of-type {
  display: block;
}
.digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .digital-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .digital-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.digital-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.digital-marketing-services__details--heading {
  margin-bottom: 10px;
}
.digital-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.digital-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .digital-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .digital-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .digital-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.digital-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.digital-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .digital-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 155px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.digital-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.digital-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.digital-marketing-services__slidesdiv #s-2 {
  background-color: #e3ffee;
}
.digital-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.digital-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.digital-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.digital-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .digital-marketing-services__timeline {
    bottom: 15px;
  }
}
.digital-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.digital-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.digital-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.digital-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .digital-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.digital-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .digital-marketing-services-mob {
    display: none;
  }
}
.digital-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.digital-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.digital-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.digital-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.digital-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.digital-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.digital-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.digital-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.digital-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.digital-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.digital-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.digital-marketing-services-mob__slidesdiv #s--2 {
  background-color: #e3ffee;
}
.digital-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.digital-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.digital-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.digital-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.digital-marketing-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.digital-marketing-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .digital-marketing-industry__wrapper {
    overflow: unset;
  }
}
.digital-marketing-industry__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-industry__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.digital-marketing-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.digital-marketing-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.digital-marketing-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.digital-marketing-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(100px);
  }
}
@media (min-width: 1200px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    transform: translateY(160px);
  }
}
@media (min-width: 1440px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #f3f3f3;
  text-align: center;
}
@media (min-width: 1024px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(100px);
  }
}
@media (min-width: 1200px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(160px);
  }
}
@media (min-width: 1440px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
  }
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .digital-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/engineer.webp);
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/saas.webp);
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/retail.webp);
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.digital-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-9 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.digital-marketing-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.digital-marketing-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.digital-marketing-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .digital-marketing-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.digital-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .digital-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-growth {
    margin-top: 60px;
  }
}
.digital-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .digital-marketing-growth__wrapper {
    padding: 24px;
  }
}
.digital-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .digital-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.digital-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.digital-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .digital-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.digital-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .digital-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.digital-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.digital-marketing-toolsntech {
  padding: 60px 0;
}
.digital-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.digital-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.digital-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.digital-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .digital-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.digital-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .digital-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.digital-marketing-toolsntech__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  background-color: #f9fafb;
  padding: 24px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}
@media (min-width: 768px) {
  .digital-marketing-toolsntech__wrapper--cards-card {
    align-items: start;
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-toolsntech__wrapper--cards-card {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .digital-marketing-toolsntech__wrapper--cards-card {
    padding: 24px;
  }
}
.digital-marketing-toolsntech__wrapper--cards
  .digital-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
  padding: 1.5px;
}
.digital-marketing-toolsntech__wrapper--cards
  .digital-marketing-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .digital-marketing-toolsntech__wrapper--cards
    .digital-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-toolsntech__wrapper--cards
    .digital-marketing-toolsntech__wrapper--cards-cardwrap {
    width: 32%;
    flex-wrap: wrap;
  }
}
.digital-marketing-toolsntech__wrapper--cards .databases-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.digital-marketing-toolsntech__wrapper--cards .framework-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.digital-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.digital-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
@media (min-width: 1440px) {
  .digital-marketing-toolsntech__wrapper--cards-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }
}
.digital-marketing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.pin-section .digital-marketing-projects {
  padding-top: 85px;
}
.pin-section .digital-marketing-projects__wrapper--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .pin-section .digital-marketing-projects__wrapper--heading {
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .pin-section .digital-marketing-projects__wrapper--heading {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 12px;
  }
}
.pin-section .digital-marketing-projects__wrapper--heading span {
  color: #d1202d;
  font-weight: 600;
}
.pin-section .digital-marketing-projects__wrapper--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pin-section .digital-marketing-projects__wrapper--desc {
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .pin-section .digital-marketing-projects__wrapper--desc {
    padding: 0 120px;
    margin-bottom: 25px;
  }
}
.pin-section .digital-marketing-projects__wrapper--content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
@media (min-width: 768px) {
  .pin-section .digital-marketing-projects__wrapper--content {
    flex-direction: row;
    gap: none;
  }
}
.pin-section .digital-marketing-projects__wrapper--content-image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) {
  .pin-section .digital-marketing-projects__wrapper--content-image {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .pin-section .digital-marketing-projects__wrapper--content-image {
    width: 45%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .pin-section .digital-marketing-projects__wrapper--content-image {
    width: 35%;
    height: auto;
  }
}
.pin-section .digital-marketing-projects__wrapper--content-image img {
  position: absolute;
  top: 0;
  width: 100%;
}
.pin-section .digital-marketing-projects__wrapper--content-title {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .digital-marketing-projects__wrapper--content-title {
    display: block;
    position: absolute;
    top: -35px;
    font-family: Montserrat, sans-serif;
    font-size: 56px;
    font-weight: 800;
    font-style: italic;
    line-height: 80px;
    color: #0000000d;
    z-index: -1;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .pin-section .digital-marketing-projects__wrapper--content-title {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .pin-section .digital-marketing-projects__wrapper--content-title {
    font-size: 80px;
  }
}
.pin-section .digital-marketing-projects__wrapper--content-details {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section .digital-marketing-projects__wrapper--content-details {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .pin-section .digital-marketing-projects__wrapper--content-details {
    width: 60%;
  }
}
.pin-section .digital-marketing-projects__wrapper--content-txts {
  height: 420px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pin-section .digital-marketing-projects__wrapper--content-txts {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .pin-section .digital-marketing-projects__wrapper--content-txts {
    margin-top: 10px;
  }
}
.pin-section
  .digital-marketing-projects__wrapper--content-txts
  .project-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 5px;
  padding: 15px;
  background-color: #e2ecff38;
  height: 420px;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .pin-section
    .digital-marketing-projects__wrapper--content-txts
    .project-desc-wrapper {
    padding: 24px 50px 24px 24px;
    height: 350px;
  }
}
.pin-section
  .digital-marketing-projects__wrapper--content-txts
  .project-desc-wrapper__heading {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .pin-section
    .digital-marketing-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  .pin-section
    .digital-marketing-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 42px;
    line-height: 56px;
  }
}
.pin-section
  .digital-marketing-projects__wrapper--content-txts
  .project-desc-wrapper__sub-h {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pin-section
    .digital-marketing-projects__wrapper--content-txts
    .project-desc-wrapper__sub-h {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1024px) {
  .pin-section
    .digital-marketing-projects__wrapper--content-txts
    .project-desc-wrapper__sub-h {
    font-size: 20px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .pin-section
    .digital-marketing-projects__wrapper--content-txts
    .project-desc-wrapper__sub-h {
    font-size: 30px;
    line-height: 33px;
  }
}
.pin-section
  .digital-marketing-projects__wrapper--content-txts
  .project-desc-wrapper__para {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .pin-section
    .digital-marketing-projects__wrapper--content-txts
    .project-desc-wrapper__para {
    line-height: 28px;
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .pin-section
    .digital-marketing-projects__wrapper--content-txts
    .project-desc-wrapper__para {
    line-height: 28px;
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .pin-section
    .digital-marketing-projects__wrapper--content-txts
    .project-desc-wrapper__para {
    line-height: 30px;
    font-size: 18px;
  }
}
.pin-section
  .digital-marketing-projects__wrapper--content-txts
  #project-desc-wrapper-1 {
  border-left: 1px solid #d1202d;
}
.pin-section
  .digital-marketing-projects__wrapper--content-txts
  #project-desc-wrapper-1
  .sub-heading {
  color: #d1202d;
}
.pin-section
  .digital-marketing-projects__wrapper--content-txts
  #project-desc-wrapper-2 {
  border-left: 1px solid #f4a261;
}
.pin-section
  .digital-marketing-projects__wrapper--content-txts
  #project-desc-wrapper-2
  .sub-heading {
  color: #f4a261;
}
.pin-section
  .digital-marketing-projects__wrapper--content-txts
  #project-desc-wrapper-3 {
  border-left: 1px solid #2a9d8f;
}
.pin-section
  .digital-marketing-projects__wrapper--content-txts
  #project-desc-wrapper-3
  .sub-heading {
  color: #2a9d8f;
}
.pin-section .digital-marketing-projects__wrapper--content-cta {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .digital-marketing-projects__wrapper--content-cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.pin-section .digital-marketing-projects__wrapper--content-cta a {
  padding: 16px 42px;
}
.pin-section .digital-marketing-projects__wrapper--cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section .digital-marketing-projects__wrapper--cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pin-section .digital-marketing-projects__wrapper--cta {
    display: none;
  }
}
.digital-marketing-process {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.digital-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.digital-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.digital-marketing-process__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .digital-marketing-process__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.digital-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.digital-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.digital-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.digital-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-process__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-process__wrapper--cards-card {
    width: 32%;
  }
}
.digital-marketing-process__wrapper--cards #card1,
.digital-marketing-process__wrapper--cards #card2,
.digital-marketing-process__wrapper--cards #card3,
.digital-marketing-process__wrapper--cards #card4 {
  background-color: #f9fafb;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 1024px) {
  .digital-marketing-process__wrapper--cards #card4 {
    width: 49% !important;
  }
}
.digital-marketing-process__wrapper--cards #card5 {
  background-color: #f9fafb;
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 1024px) {
  .digital-marketing-process__wrapper--cards #card5 {
    width: 49% !important;
  }
}
.digital-marketing-process__wrapper--cards #card6 {
  background-color: #e2f7e14d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.digital-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  color: #333;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-process__wrapper--cards-heading {
    font-size: 28px !important;
    line-height: 36px !important;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.digital-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.digital-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.digital-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.digital-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .digital-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.digital-marketing-contactus {
  padding: 60px 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/contact-us-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.digital-marketing-contactus__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1024px) {
  .digital-marketing-contactus__wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
  }
}
.digital-marketing-contactus__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .digital-marketing-contactus__wrapper--txts {
    text-align: start;
    align-items: start;
    width: 55%;
  }
}
.digital-marketing-contactus__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  font-weight: 600;
}
@media (min-width: 768px) {
  .digital-marketing-contactus__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-contactus__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.digital-marketing-contactus__wrapper--txts-heading span {
  color: #d1202d;
}
.digital-marketing-contactus__wrapper--txts-para {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 33px;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .digital-marketing-contactus__wrapper--txts-para {
    font-size: 28px;
    line-height: 40px;
  }
}
.digital-marketing-contactus__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #1c1c1c;
}
.digital-marketing-contactus__wrapper--formwrap {
  width: 100%;
}
@media (min-width: 1024px) {
  .digital-marketing-contactus__wrapper--formwrap {
    width: 40%;
  }
}
.digital-marketing-contactus__wrapper--formwrap-form {
  background-color: #f8f8f8;
  box-shadow: 0 4px 22px #61616180;
  border-radius: 24px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.digital-marketing-contactus__wrapper--formwrap-heading {
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 40px;
  color: #1c1c1c;
  text-align: center;
}
.digital-marketing-contactus__wrapper--formwrap-para {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.digital-marketing-contactus__wrapper--formwrap-div,
.digital-marketing-contactus__wrapper--formwrap-div .iti.iti--allow-dropdown {
  width: 100%;
}
.digital-marketing-contactus__wrapper--formwrap-div #phone {
  padding-left: 50px;
  width: 100%;
}
.digital-marketing-contactus__wrapper--formwrap-input {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #e6e6e6;
  padding: 12px 16px;
}
.digital-marketing-contactus__wrapper--formwrap-input::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
}
.digital-marketing-contactus__wrapper--formwrap-select {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #e6e6e6;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
}
.digital-marketing-contactus__wrapper--formwrap-select:after {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  background: #000;
}
.digital-marketing-contactus__wrapper--formwrap-select option {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
}
.digital-marketing-contactus__wrapper--formwrap-select option:hover {
  color: #fff;
  background-color: #d1202d;
}
.digital-marketing-contactus__wrapper--formwrap-msg {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #e6e6e6;
  padding: 12px 16px;
}
.digital-marketing-contactus__wrapper--formwrap-msg::placeholder {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
}
.digital-marketing-contactus__wrapper--formwrap .error-message {
  display: none;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #d1202d;
}
.digital-marketing-contactus__wrapper--formwrap-submit {
  display: inline-block;
  width: 100%;
  padding: 16px;
}
.digital-marketing-contactus__wrapper--formwrap-tip {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
.pin-section-digital-marketing {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-digital-marketing {
    background-position: center center;
  }
}
.pin-section-digital-marketing .digital-marketing-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-digital-marketing .digital-marketing-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-digital-marketing .digital-marketing-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-digital-marketing .digital-marketing-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-digital-marketing .digital-marketing-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-digital-marketing .digital-marketing-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-digital-marketing .digital-marketing-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-digital-marketing .digital-marketing-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-digital-marketing .digital-marketing-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-digital-marketing .digital-marketing-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-digital-marketing .digital-marketing-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-digital-marketing .digital-marketing-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-digital-marketing .digital-marketing-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-digital-marketing .digital-marketing-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-digital-marketing .digital-marketing-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-digital-marketing
    .digital-marketing-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-digital-marketing
    .digital-marketing-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-digital-marketing
    .digital-marketing-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-digital-marketing
  .digital-marketing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-digital-marketing .digital-marketing-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-digital-marketing .digital-marketing-seo__wrapper .mobile-cta {
    display: none;
  }
}
.digital-marketing-faqs {
  padding: 60px 0;
}
.digital-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .digital-marketing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .digital-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.digital-marketing-faqs__wrapper--txts-heading span {
  color: #d1202d;
}
.digital-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.digital-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.digital-marketing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .digital-marketing-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .digital-marketing-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.digital-marketing-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.digital-marketing-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.digital-marketing-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.digital-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.digital-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
}
.project-management-section {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .project-management-section {
    margin-top: 80px;
  }
}
.project-management-section .button-mobile {
  margin: 30px auto auto;
  text-align: center;
  padding-bottom: 29px;
}
.project-management-section .project-management-details-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .project-management-section .project-management-details-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.project-management-section .project-management-details-content {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #626060;
  letter-spacing: 0.2px;
}
@media (min-width: 1024px) {
  .project-management-section .project-management-details-content {
    font-size: 20px;
    line-height: 30px;
  }
}
.project-management-section .project-management-details-content {
  text-align: left;
}
.project-management-section .project-management-details-button {
  display: none;
}
@media (min-width: 1024px) {
  .project-management-section .project-management-details {
    width: 50%;
  }
  .project-management-section .project-management-details-content {
    text-align: justify;
  }
  .project-management-section .project-management-details-button {
    display: block;
    margin-bottom: 1.89rem;
    text-align: center;
    padding-bottom: 33px;
  }
}
.project-management-section-image2,
.project-management-section-image .image2 {
  display: none;
}
.project-management-section-image .image1 {
  max-height: 380px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .project-management-section-image .image1 {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .project-management-section-image .image1 {
    max-width: 100%;
  }
}
.project-management-section-image .mamta1 {
  display: none;
}
@media (min-width: 1024px) {
  .project-management-section-image {
    position: relative;
  }
  .project-management-section-image .image1 {
    display: none;
  }
  .project-management-section-image .image2 {
    display: block;
    width: 90%;
    position: absolute;
    height: 70%;
    top: 35px;
    left: 12px;
    margin: 0 auto;
  }
  .project-management-section-image .mamta1 {
    display: block;
  }
}
@media (min-width: 1024px) {
  .project-management-section {
    display: flex;
    justify-content: space-between;
  }
  .project-management-section .button-mobile {
    display: none;
  }
}
.project-management-wrapper {
  background-color: #f8f8f8;
  padding: 1rem;
  border-radius: 10px;
}
.project-management-wrapper-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .project-management-wrapper-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.project-management-wrapper-heading {
  margin-bottom: 30px;
  text-align: center;
}
.project-management-wrapper .process-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .project-management-wrapper .process-title {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.project-management-wrapper .process-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
}
.project-management-wrapper .project-management-process .main-container {
  display: none;
}
.project-management-wrapper .project-management-process .process-steps {
  display: flex;
  padding: 23px 16px;
  justify-content: space-between;
}
.project-management-wrapper .project-management-process .process-steps .step {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .project-management-wrapper .project-management-process .process-steps .step {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.project-management-wrapper .project-management-process .process-steps .step {
  font-size: 25px;
  padding: 2px 10px;
}
.project-management-wrapper .project-management-process .process-steps #step-1,
.project-management-wrapper .project-management-process .process-steps #step-2,
.project-management-wrapper .project-management-process .process-steps #step-3,
.project-management-wrapper .project-management-process .process-steps #step-4,
.project-management-wrapper .project-management-process .process-steps #step-5 {
  border: 1px solid #000000;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .project-management-wrapper .project-management-process .process-steps {
    display: none;
  }
  .project-management-wrapper .project-management-process .main-container {
    display: block;
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
  }
  .project-management-wrapper
    .project-management-process
    .main-container
    .heading {
    line-height: 40px;
    text-align: center;
  }
  .project-management-wrapper
    .project-management-process
    .main-container
    .process-container {
    margin-bottom: 30px;
  }
  .project-management-wrapper
    .project-management-process
    .main-container
    .heading-steps {
    font-weight: 700;
    font-size: 24.3573px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1.11069px;
    color: #1c1c1c;
    margin-bottom: 3rem;
  }
}
.project-management-wrapper .process-details .title {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
}
.project-management-wrapper .process-details #title-part-1 {
  display: block;
}
.project-management-wrapper .process-details #title-part-2,
.project-management-wrapper .process-details #title-part-3,
.project-management-wrapper .process-details #title-part-4,
.project-management-wrapper .process-details #title-part-5 {
  display: none;
}
.project-management-wrapper
  .process-details
  #title-part-1
  .detail-title-project-scope {
  border-bottom: 2px solid #0187c0;
}
.project-management-wrapper
  .process-details
  #title-part-1
  .detail-title-stakeholder {
  border-bottom: 2px solid #01b174;
}
.project-management-wrapper
  .process-details
  #title-part-1
  .detail-title-feasibility-study {
  border-bottom: 2px solid #ff8a01;
}
.project-management-wrapper
  .process-details
  #title-part-2
  .detail-title-project-scope {
  border-bottom: 2px solid #0187c0;
}
.project-management-wrapper
  .process-details
  #title-part-2
  .detail-title-work-breakdown {
  border-bottom: 2px solid #01b174;
}
.project-management-wrapper
  .process-details
  #title-part-2
  .detail-title-cost-budget {
  border-bottom: 2px solid #ff8a01;
}
.project-management-wrapper
  .process-details
  #title-part-3
  .detail-title-work-implementation {
  border-bottom: 2px solid #2e329a;
}
.project-management-wrapper
  .process-details
  #title-part-3
  .detail-title-quality-assurance {
  border-bottom: 2px solid #751fb9;
}
.project-management-wrapper
  .process-details
  #title-part-3
  .detail-title-resource-management {
  border-bottom: 2px solid #ff8a01;
}
.project-management-wrapper
  .process-details
  #title-part-3
  .detail-title-issue-change {
  border-bottom: 2px solid #f14a3f;
}
.project-management-wrapper
  .process-details
  #title-part-3
  .detail-title-scope-control {
  border-bottom: 2px solid #cccccc;
}
.project-management-wrapper
  .process-details
  #title-part-4
  .detail-title-quality-assurance {
  border-bottom: 2px solid #751fb9;
}
.project-management-wrapper
  .process-details
  #title-part-4
  .detail-title-issue-change {
  border-bottom: 2px solid #f14a3f;
}
.project-management-wrapper
  .process-details
  #title-part-4
  .detail-title-scope-control {
  border-bottom: 2px solid #cccccc;
}
.project-management-wrapper
  .process-details
  #title-part-5
  .detail-title-quality-assurance {
  border-bottom: 2px solid #751fb9;
}
.project-management-wrapper
  .process-details
  #title-part-5
  .detail-title-scope-control {
  border-bottom: 2px solid #cccccc;
}
.project-management-wrapper
  .process-details
  #title-part-5
  .detail-title-final-deliverables {
  border-bottom: 2px solid blue;
}
.project-management-wrapper .process-details .detail-description {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 19px;
  text-align: justify;
  color: #787878;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .project-management-wrapper .process-details {
    display: flex;
    column-gap: 5rem;
    align-items: baseline;
  }
  .project-management-wrapper .process-details .detail-description {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .project-management-wrapper .process-details {
    display: flex;
    column-gap: 5rem;
    align-items: baseline;
  }
  .project-management-wrapper .process-details .detail-description {
    font-size: 1.2rem;
    line-height: 1.65rem;
  }
}
@media (min-width: 1024px) {
  .project-management-wrapper {
    display: none;
  }
}
.project-management-wrapper .process-details #title-part-2 {
  display: none;
}
.project-management-wrapper .process-details #title-part-2 #detail-title-1 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #2e329a;
}
.project-management-wrapper .process-details #title-part-2 #detail-title-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #751fb9;
}
.project-management-wrapper .process-details #title-part-2 #detail-title-3 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #ff8a01;
}
.project-management-wrapper .process-details #title-part-2 #detail-title-4 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #f14a3f;
}
.project-management-wrapper .process-details #title-part-2 #detail-title-5 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #cccccc;
}
@media (min-width: 1024px) {
  .management-approach-section-content h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .spm-detail-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .spm-detail-container .primary-heading .primary-heading-title {
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -1px;
    color: #1c1c1c;
    margin-bottom: 1.65rem;
  }
  .spm-detail-container #project-initiation {
    display: block;
  }
  .spm-detail-container #project-planning,
  .spm-detail-container #project-execution,
  .spm-detail-container #project-closure,
  .spm-detail-container #project-monitoring {
    display: none;
  }
  .spm-detail-container .detail {
    display: flex;
    gap: 5.5rem;
  }
  .spm-detail-container .detail .detail-description {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    color: #787878;
  }
}
@media (min-width: 1024px) {
  .spm-detail-container .detail .pm-detail-items .detail-item {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14.6144px;
    line-height: 18px;
    color: #000;
    margin-bottom: 6px;
    padding-bottom: 10px;
    width: 180px;
  }
  .spm-detail-container .detail .pm-detail-items .blue {
    border-bottom: 1.94858px solid #0057be;
  }
  .spm-detail-container .detail .pm-detail-items .green {
    border-bottom: 1.94858px solid #01b174;
  }
  .spm-detail-container .detail .pm-detail-items .yellow {
    border-bottom: 1.94858px solid #ff8a01;
  }
  .spm-detail-container .detail .pm-detail-items .purple {
    border-bottom: 1.94858px solid #751fb9;
  }
  .spm-detail-container .detail .pm-detail-items .dark-blue {
    border-bottom: 1.94858px solid #2e329a;
  }
  .spm-detail-container .detail .pm-detail-items .orange {
    border-bottom: 1.94858px solid #f14a3f;
  }
  .spm-detail-container .detail .pm-detail-items .gray {
    border-bottom: 1.94858px solid #cccccc;
  }
  .spm-detail-container .detail .pm-detail-items .light-blue {
    border-bottom: 1.94858px solid blue;
  }
}
.project-management-banner-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1rem;
  text-align: center;
  letter-spacing: -1.14px;
}
.business-analysis {
  background-color: #f8f8f8;
  padding: 1rem;
  border-radius: 10px;
}
.business-analysis-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .business-analysis-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.business-analysis-heading {
  margin-bottom: 30px;
  text-align: center;
}
.business-analysis .process-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .business-analysis .process-title {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.business-analysis .process-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
}
.business-analysis .business-analysis-process .main-container {
  display: none;
}
.business-analysis .business-analysis-process .process-steps {
  display: flex;
  padding: 23px 16px;
  justify-content: space-between;
}
.business-analysis .business-analysis-process .process-steps .step {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .business-analysis .business-analysis-process .process-steps .step {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.business-analysis .business-analysis-process .process-steps .step {
  font-size: 25px;
  padding: 2px 10px;
}
.business-analysis .business-analysis-process .process-steps #step-1,
.business-analysis .business-analysis-process .process-steps #step-2,
.business-analysis .business-analysis-process .process-steps #step-3,
.business-analysis .business-analysis-process .process-steps #step-4,
.business-analysis .business-analysis-process .process-steps #step-5 {
  border: 1px solid #000000;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .business-analysis .business-analysis-process .process-steps {
    display: none;
  }
  .business-analysis .business-analysis-process .main-container {
    display: block;
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
  }
  .business-analysis .business-analysis-process .main-container .heading {
    line-height: 40px;
    text-align: center;
  }
  .business-analysis
    .business-analysis-process
    .main-container
    .process-container {
    margin-bottom: 30px;
  }
  .business-analysis .business-analysis-process .main-container .heading-steps {
    font-weight: 700;
    font-size: 24.3573px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1.11069px;
    color: #1c1c1c;
    margin-bottom: 3rem;
  }
}
.business-analysis .process-details #title-part-2 {
  display: none;
}
.business-analysis .process-details .detail-title {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
}
.business-analysis .process-details .detail-title:nth-child(1) {
  border-bottom: 2px solid #0057be;
}
.business-analysis .process-details .detail-title:nth-child(2) {
  border-bottom: 2px solid #01b174;
}
.business-analysis .process-details .detail-title:nth-child(3) {
  border-bottom: 2px solid #ff8a01;
}
.business-analysis .process-details .detail-description {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 19px;
  text-align: justify;
  color: #787878;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .business-analysis .process-details {
    display: flex;
    column-gap: 5rem;
    align-items: baseline;
  }
  .business-analysis .process-details .detail-description {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .business-analysis .process-details {
    display: flex;
    column-gap: 5rem;
    align-items: baseline;
  }
  .business-analysis .process-details .detail-description {
    font-size: 1.2rem;
    line-height: 1.65rem;
  }
}
@media (min-width: 1024px) {
  .business-analysis {
    display: none;
  }
}
.business-analysis-wrapper .process-details #title-part-2 {
  display: none;
}
.business-analysis-wrapper .process-details #title-part-2 #detail-title-1 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #2e329a;
}
.business-analysis-wrapper .process-details #title-part-2 #detail-title-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #751fb9;
}
.business-analysis-wrapper .process-details #title-part-2 #detail-title-3 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #ff8a01;
}
.business-analysis-wrapper .process-details #title-part-2 #detail-title-4 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #f14a3f;
}
.business-analysis-wrapper .process-details #title-part-2 #detail-title-5 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #cccccc;
}
@media (min-width: 1024px) {
  .spm-detail-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .spm-detail-container .primary-heading .primary-heading-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -1.11069px;
    color: #1c1c1c;
    margin-bottom: 1.65rem;
  }
  .spm-detail-container #need-identification {
    display: block;
  }
  .spm-detail-container #current-state-analysis,
  .spm-detail-container #future-state-prediction,
  .spm-detail-container #solution-evaluation,
  .spm-detail-container #implementation {
    display: none;
  }
  .spm-detail-container .detail {
    display: flex;
    gap: 5.5rem;
  }
  .spm-detail-container .detail .detail-description {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    color: #787878;
  }
}
@media (min-width: 1024px) {
  .spm-detail-container .detail .detail-items .detail-item {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14.6144px;
    line-height: 18px;
    color: #000;
    margin-bottom: 6px;
    padding-bottom: 10px;
    width: 180px;
  }
  .spm-detail-container .detail .detail-items .blue {
    border-bottom: 1.94858px solid #0057be;
  }
  .spm-detail-container .detail .detail-items .green {
    border-bottom: 1.94858px solid #01b174;
  }
  .spm-detail-container .detail .detail-items .yellow {
    border-bottom: 1.94858px solid #ff8a01;
  }
  .spm-detail-container .detail .detail-items .purple {
    border-bottom: 1.94858px solid #751fb9;
  }
  .spm-detail-container .detail .detail-items .dark-blue {
    border-bottom: 1.94858px solid #ff8a01;
  }
  .spm-detail-container .detail .detail-items .orange {
    border-bottom: 1.94858px solid #f14a3f;
  }
  .spm-detail-container .detail .detail-items .gray {
    border-bottom: 1.94858px solid #cccccc;
  }
  .spm-detail-container .detail .detail-items .light-blue {
    border-bottom: 1.94858px solid blue;
  }
  .spm-detail-container .detail .detail-items .light-purple {
    border-bottom: 1.94858px solid #bfb8ca;
  }
  .spm-detail-container .detail .detail-items .red {
    border-bottom: 1.94858px solid rgb(241, 74, 63);
  }
}
.business-analysis-process .title {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
}
.business-analysis-process .process-details #title-part-1 {
  display: block;
}
.business-analysis-process .process-details #title-part-2,
.business-analysis-process .process-details #title-part-3,
.business-analysis-process .process-details #title-part-4,
.business-analysis-process .process-details #title-part-5 {
  display: none;
}
.business-analysis-process
  .process-details
  #title-part-1
  .detail-title-stakeholder {
  border-bottom: 2px solid #0187c0;
}
.business-analysis-process
  .process-details
  #title-part-1
  .detail-title-requirements {
  border-bottom: 2px solid #01b174;
}
.business-analysis-process
  .process-details
  #title-part-1
  .detail-title-challenges {
  border-bottom: 2px solid #ff8a01;
}
.business-analysis-process
  .process-details
  #title-part-1
  .detail-title-opportunities {
  border-bottom: 2px solid #f14a3f;
}
.business-analysis-process
  .process-details
  #title-part-2
  .detail-title-requirements {
  border-bottom: 2px solid #01b174;
}
.business-analysis-process
  .process-details
  #title-part-2
  .detail-title-challenges {
  border-bottom: 2px solid #ff8a01;
}
.business-analysis-process
  .process-details
  #title-part-2
  .detail-title-opportunities {
  border-bottom: 2px solid #f14a3f;
}
.business-analysis-process
  .process-details
  #title-part-2
  .detail-title-gap-analysis {
  border-bottom: 2px solid #2e329a;
}
.business-analysis-process
  .process-details
  #title-part-2
  .detail-title-documentation {
  border-bottom: 2px solid #751fb9;
}
.business-analysis-process
  .process-details
  #title-part-3
  .detail-title-gap-analysis {
  border-bottom: 2px solid #2e329a;
}
.business-analysis-process
  .process-details
  #title-part-3
  .detail-title-documentation {
  border-bottom: 2px solid #751fb9;
}
.business-analysis-process
  .process-details
  #title-part-3
  .detail-title-solution-design {
  border-bottom: 2px solid #bfb8ca;
}
.business-analysis-process
  .process-details
  #title-part-3
  .detail-title-cost-benefit-analysis {
  border-bottom: 2px solid #f14a3f;
}
.business-analysis-process
  .process-details
  #title-part-3
  .detail-title-continues-improvement {
  border-bottom: 2px solid #687ffa;
}
.business-analysis-process
  .process-details
  #title-part-4
  .detail-title-documentation {
  border-bottom: 2px solid #751fb9;
}
.business-analysis-process
  .process-details
  #title-part-4
  .detail-title-solution-design {
  border-bottom: 2px solid #f14a3f;
}
.business-analysis-process
  .process-details
  #title-part-4
  .detail-title-testing-verification {
  border-bottom: 2px solid #bfb8ca;
}
.business-analysis-process
  .process-details
  #title-part-4
  .detail-title-continues-improvement {
  border-bottom: 2px solid #687ffa;
}
.business-analysis-process
  .process-details
  #title-part-4
  .detail-title-risk-management {
  border-bottom: 2px solid #fa6868;
}
.business-analysis-process
  .process-details
  #title-part-5
  .detail-title-documentation {
  border-bottom: 2px solid #751fb9;
}
.business-analysis-process
  .process-details
  #title-part-5
  .detail-title-validation {
  border-bottom: 2px solid #bfb8ca;
}
.business-analysis-process
  .process-details
  #title-part-5
  .detail-title-continues-improvement {
  border-bottom: 2px solid #687ffa;
}
.business-analysis-process
  .process-details
  #title-part-5
  .detail-title-risk-management {
  border-bottom: 2px solid #fa6868;
}
.bussiness-analysis-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .bussiness-analysis-hero {
    padding-top: 170px;
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .bussiness-analysis-hero {
    padding-top: 150px;
  }
}
.bussiness-analysis-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.bussiness-analysis-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .bussiness-analysis-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.bussiness-analysis-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  display: block;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-hero__wrapper--headings-heading2 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .bussiness-analysis-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.bussiness-analysis-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.bussiness-analysis-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .bussiness-analysis-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-hero__wrapper--headings-img {
    top: -20px;
    right: 40px;
    width: 30%;
  }
}
@media (min-width: 1440px) {
  .bussiness-analysis-hero__wrapper--headings-img {
    top: -40px;
    right: 40px;
    width: 32%;
  }
}
.bussiness-analysis-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .bussiness-analysis-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-hero__wrapper--desc {
    padding: 45px 450px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-hero__wrapper--desc {
    padding: 45px 430px 30px 30px;
  }
}
@media (min-width: 1440px) {
  .bussiness-analysis-hero__wrapper--desc {
    padding: 45px 560px 30px 30px;
  }
}
.bussiness-analysis-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-hero__wrapper--desc-text {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.bussiness-analysis-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .bussiness-analysis-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.bussiness-analysis-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .bussiness-analysis-hero__wrapper--img2 {
    display: none;
  }
}
.bussiness-analysis-hero__wrapper--img2 img {
  display: block;
  width: 80%;
  margin: auto;
}
@media (min-width: 768px) {
  .bussiness-analysis-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-hero__wrapper--img2 img {
    display: none;
  }
}
.bussiness-analysis-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
.bussiness-analysis-brands__wrapper {
  overflow: hidden;
}
.bussiness-analysis-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.bussiness-analysis-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.bussiness-analysis-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.bussiness-analysis-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.bussiness-analysis-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.bussiness-analysis-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.bussiness-analysis-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.bussiness-analysis-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .bussiness-analysis-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.bussiness-analysis-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.bussiness-analysis-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
}
.bussiness-analysis-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.bussiness-analysis-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.bussiness-analysis-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/excellence-sec-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.bussiness-analysis-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.bussiness-analysis-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.bussiness-analysis-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .bussiness-analysis-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.bussiness-analysis-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.bussiness-analysis-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.bussiness-analysis-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.bussiness-analysis-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-excellence__wrapper--cards-card {
    width: 32%;
  }
}
.bussiness-analysis-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.bussiness-analysis-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.bussiness-analysis-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.bussiness-analysis-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.bussiness-analysis-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.bussiness-analysis-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.bussiness-analysis-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff66;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.bussiness-analysis-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.bussiness-analysis-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.bussiness-analysis-excellence__wrapper--cards #card6 {
  background-color: #e2f7e14d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.bussiness-analysis-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-excellence__wrapper--cards-heading {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-excellence__wrapper--cards-heading {
    font-size: 28px !important;
    line-height: 36px;
  }
}
.bussiness-analysis-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.bussiness-analysis-excellence__wrapper--cards-desclink {
  text-decoration: none;
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 700;
}
.bussiness-analysis-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.bussiness-analysis-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.bussiness-analysis-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .bussiness-analysis-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.bussiness-analysis-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .bussiness-analysis-services {
    display: block;
    margin-bottom: 80px;
  }
}
.bussiness-analysis-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.bussiness-analysis-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__header--heading {
    max-width: 80%;
  }
}
.bussiness-analysis-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .bussiness-analysis-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .bussiness-analysis-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .bussiness-analysis-services__details {
    top: 330px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .bussiness-analysis-services__details {
    top: 220px;
  }
}
.bussiness-analysis-services__details {
  display: none;
}
.bussiness-analysis-services__details:first-of-type {
  display: block;
}
.bussiness-analysis-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bussiness-analysis-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.bussiness-analysis-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.bussiness-analysis-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .bussiness-analysis-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .bussiness-analysis-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.bussiness-analysis-services__details--heading {
  margin-bottom: 10px;
}
.bussiness-analysis-services__details--heading span {
  display: inline;
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__details--heading span {
    display: block;
  }
}
.bussiness-analysis-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.bussiness-analysis-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .bussiness-analysis-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .bussiness-analysis-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .bussiness-analysis-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .bussiness-analysis-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.bussiness-analysis-services__slidesdiv {
  display: flex;
  width: 100%;
}
.bussiness-analysis-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .bussiness-analysis-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.bussiness-analysis-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.bussiness-analysis-services__slidesdiv #s-1 img {
  width: 40%;
}
.bussiness-analysis-services__slidesdiv #s-2 {
  background-color: #e3ffee;
}
.bussiness-analysis-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.bussiness-analysis-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.bussiness-analysis-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.bussiness-analysis-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__timeline {
    bottom: 15px;
  }
}
.bussiness-analysis-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.bussiness-analysis-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.bussiness-analysis-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bussiness-analysis-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.bussiness-analysis-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .bussiness-analysis-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .bussiness-analysis-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .bussiness-analysis-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.bussiness-analysis-services__timeline--txts-textlink {
  text-decoration: none;
  font-weight: 700;
  color: #1c1c1c;
}
.bussiness-analysis-services-mob {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .bussiness-analysis-services-mob {
    display: none;
  }
}
.bussiness-analysis-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.bussiness-analysis-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.bussiness-analysis-services-mob__header--heading span {
  color: #d1202d;
}
.bussiness-analysis-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-services-mob__header--text {
    padding-right: 340px;
  }
}
.bussiness-analysis-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.bussiness-analysis-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.bussiness-analysis-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.bussiness-analysis-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bussiness-analysis-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.bussiness-analysis-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.bussiness-analysis-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .bussiness-analysis-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .bussiness-analysis-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.bussiness-analysis-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.bussiness-analysis-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.bussiness-analysis-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.bussiness-analysis-services-mob__slidesdiv #s--2 {
  background-color: #e3ffee;
}
.bussiness-analysis-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.bussiness-analysis-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.bussiness-analysis-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.bussiness-analysis-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ui-ux-efficiency {
  padding: 60px 0;
}
.ui-ux-efficiency__wrapper--txts {
  margin-bottom: 32px;
}
.ui-ux-efficiency__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-efficiency__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-efficiency__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ui-ux-efficiency__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ui-ux-efficiency__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ui-ux-efficiency__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ui-ux-efficiency__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ui-ux-efficiency__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
  }
}
.ui-ux-efficiency__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  padding: 24px;
  border-radius: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .ui-ux-efficiency__wrapper--cards-card {
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .ui-ux-efficiency__wrapper--cards-card {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .ui-ux-efficiency__wrapper--cards-card {
    padding: 24px;
  }
}
.ui-ux-efficiency__wrapper--cards .ui-ux-efficiency__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .ui-ux-efficiency__wrapper--cards .ui-ux-efficiency__wrapper--cards-cardwrap {
    align-items: center;
    text-align: center;
    width: 49%;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .ui-ux-efficiency__wrapper--cards .ui-ux-efficiency__wrapper--cards-cardwrap {
    width: 49%;
    flex-wrap: wrap;
  }
}
.ui-ux-efficiency__wrapper--cards .effeciency-faster {
  background-color: #eff6ff;
}
.ui-ux-efficiency__wrapper--cards .effeciency-less-time {
  background-color: #effdf4;
}
.ui-ux-efficiency__wrapper--cards .effeciency-support {
  background-color: #fff7ed;
}
.ui-ux-efficiency__wrapper--cards .effeciency-short-time {
  background-color: #faf5ff;
}
.ui-ux-efficiency__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.ui-ux-efficiency__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  line-height: 40px;
  color: #333;
}
@media (min-width: 1200px) {
  .ui-ux-efficiency__wrapper--cards-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }
}
.ui-ux-efficiency__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
  color: #4e4e4e;
}
.bussiness-analysis-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.bussiness-analysis-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .bussiness-analysis-industry__wrapper {
    overflow: unset;
  }
}
.bussiness-analysis-industry__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-industry__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.bussiness-analysis-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.bussiness-analysis-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.bussiness-analysis-industry__wrapper--txts-desclink {
  cursor: pointer;
  text-decoration: none;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: Lato, sans-serif;
}
.bussiness-analysis-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.bussiness-analysis-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(100px);
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    transform: translateY(130px);
  }
}
@media (min-width: 1440px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(160px);
  }
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(100px);
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(130px);
  }
}
@media (min-width: 1440px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(160px);
  }
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .bussiness-analysis-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/tech-it.webp);
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.bussiness-analysis-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.bussiness-analysis-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.bussiness-analysis-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.bussiness-analysis-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .bussiness-analysis-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.bussiness-analysis-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .bussiness-analysis-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-growth {
    margin-top: 60px;
  }
}
.bussiness-analysis-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .bussiness-analysis-growth__wrapper {
    padding: 24px;
  }
}
.bussiness-analysis-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .bussiness-analysis-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.bussiness-analysis-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.bussiness-analysis-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .bussiness-analysis-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.bussiness-analysis-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .bussiness-analysis-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.bussiness-analysis-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.bussiness-analysis-toolsntech {
  padding: 60px 0;
}
.bussiness-analysis-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.bussiness-analysis-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.bussiness-analysis-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.bussiness-analysis-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .bussiness-analysis-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.bussiness-analysis-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .bussiness-analysis-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
  }
}
.bussiness-analysis-toolsntech__wrapper--cards
  .bussiness-analysis-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
  padding: 1.5px;
}
.bussiness-analysis-toolsntech__wrapper--cards
  .bussiness-analysis-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .bussiness-analysis-toolsntech__wrapper--cards
    .bussiness-analysis-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-toolsntech__wrapper--cards
    .bussiness-analysis-toolsntech__wrapper--cards-cardwrap {
    width: 32%;
    flex-wrap: wrap;
  }
}
.bussiness-analysis-toolsntech__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  background-color: #f9fafb;
  padding: 24px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
}
@media (min-width: 768px) {
  .bussiness-analysis-toolsntech__wrapper--cards-card {
    align-items: start;
    text-align: start;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-toolsntech__wrapper--cards-card {
    padding: 16px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-toolsntech__wrapper--cards-card {
    padding: 24px;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-toolsntech__wrapper--cards #photoshop-tool {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-toolsntech__wrapper--cards #illustrator-tool {
    width: 49%;
  }
}
.bussiness-analysis-toolsntech__wrapper--cards .databases-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.bussiness-analysis-toolsntech__wrapper--cards .figma-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.bussiness-analysis-toolsntech__wrapper--cards .framework-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.bussiness-analysis-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.bussiness-analysis-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 40px;
  color: #333;
}
@media (min-width: 1200px) {
  .bussiness-analysis-toolsntech__wrapper--cards-heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
  }
}
.bussiness-analysis-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.bussiness-analysis-toolsntech__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.bussiness-analysis-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.bussiness-analysis-toolsntech__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .bussiness-analysis-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section .bussiness-analysis-projects {
  padding-top: 85px;
}
.pin-section .bussiness-analysis-projects__wrapper--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pin-section .bussiness-analysis-projects__wrapper--heading {
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .pin-section .bussiness-analysis-projects__wrapper--heading {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 65px;
  }
}
.pin-section .bussiness-analysis-projects__wrapper--heading span {
  color: #d1202d;
  font-weight: 600;
}
.pin-section .bussiness-analysis-projects__wrapper--content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
@media (min-width: 768px) {
  .pin-section .bussiness-analysis-projects__wrapper--content {
    flex-direction: row;
    gap: none;
  }
}
.pin-section .bussiness-analysis-projects__wrapper--content-image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) {
  .pin-section .bussiness-analysis-projects__wrapper--content-image {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .pin-section .bussiness-analysis-projects__wrapper--content-image {
    width: 45%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .pin-section .bussiness-analysis-projects__wrapper--content-image {
    width: 35%;
    height: auto;
  }
}
.pin-section .bussiness-analysis-projects__wrapper--content-image img {
  position: absolute;
  top: 0;
  width: 100%;
}
.pin-section .bussiness-analysis-projects__wrapper--content-title {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .bussiness-analysis-projects__wrapper--content-title {
    display: block;
    position: absolute;
    top: -35px;
    font-family: Montserrat, sans-serif;
    font-size: 56px;
    font-weight: 800;
    font-style: italic;
    line-height: 80px;
    color: #0000000d;
    z-index: -1;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .pin-section .bussiness-analysis-projects__wrapper--content-title {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .pin-section .bussiness-analysis-projects__wrapper--content-title {
    font-size: 80px;
  }
}
.pin-section .bussiness-analysis-projects__wrapper--content-details {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section .bussiness-analysis-projects__wrapper--content-details {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .pin-section .bussiness-analysis-projects__wrapper--content-details {
    width: 60%;
  }
}
.pin-section .bussiness-analysis-projects__wrapper--content-txts {
  height: 300px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pin-section .bussiness-analysis-projects__wrapper--content-txts {
    margin-top: 10px;
  }
}
.pin-section
  .bussiness-analysis-projects__wrapper--content-txts
  .project-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 5px;
  padding: 15px;
  background-color: #e2ecff38;
  height: 300px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pin-section
    .bussiness-analysis-projects__wrapper--content-txts
    .project-desc-wrapper {
    padding: 24px 50px 24px 24px;
  }
}
.pin-section
  .bussiness-analysis-projects__wrapper--content-txts
  .project-desc-wrapper__heading {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .pin-section
    .bussiness-analysis-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 42px;
    line-height: 56px;
  }
}
.pin-section
  .bussiness-analysis-projects__wrapper--content-txts
  .project-desc-wrapper__sub-h {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pin-section
    .bussiness-analysis-projects__wrapper--content-txts
    .project-desc-wrapper__sub-h {
    font-size: 30px;
    line-height: 33px;
  }
}
.pin-section
  .bussiness-analysis-projects__wrapper--content-txts
  .project-desc-wrapper__para {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .pin-section
    .bussiness-analysis-projects__wrapper--content-txts
    .project-desc-wrapper__para {
    line-height: 33px;
    font-size: 22px;
  }
}
.pin-section
  .bussiness-analysis-projects__wrapper--content-txts
  #project-desc-wrapper-1 {
  border-left: 1px solid #d1202d;
}
.pin-section
  .bussiness-analysis-projects__wrapper--content-txts
  #project-desc-wrapper-1
  .sub-heading {
  color: #d1202d;
}
.pin-section
  .bussiness-analysis-projects__wrapper--content-txts
  #project-desc-wrapper-2 {
  border-left: 1px solid #f4a261;
}
.pin-section
  .bussiness-analysis-projects__wrapper--content-txts
  #project-desc-wrapper-2
  .sub-heading {
  color: #f4a261;
}
.pin-section
  .bussiness-analysis-projects__wrapper--content-txts
  #project-desc-wrapper-3 {
  border-left: 1px solid #2a9d8f;
}
.pin-section
  .bussiness-analysis-projects__wrapper--content-txts
  #project-desc-wrapper-3
  .sub-heading {
  color: #2a9d8f;
}
.pin-section .bussiness-analysis-projects__wrapper--content-cta {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .bussiness-analysis-projects__wrapper--content-cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.pin-section .bussiness-analysis-projects__wrapper--content-cta a {
  padding: 16px 42px;
}
.pin-section .bussiness-analysis-projects__wrapper--cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section .bussiness-analysis-projects__wrapper--cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pin-section .bussiness-analysis-projects__wrapper--cta {
    display: none;
  }
}
.bussiness-analysis-mobapps__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 20px;
}
.bussiness-analysis-mobapps__wrapper--txts-desclink {
  cursor: pointer;
  text-decoration: none;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: Lato, sans-serif;
}
.bussiness-analysis-mobapps__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
@media (min-width: 768px) {
  .bussiness-analysis-mobapps__wrapper--cards {
    flex-direction: column;
    padding-top: 40px;
    gap: 42px;
    width: 80%;
  }
}
.bussiness-analysis-mobapps__wrapper--cards-number {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 100%;
  position: absolute;
  top: -30px;
}
.bussiness-analysis-faqs {
  padding: 60px 0;
}
.bussiness-analysis-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.bussiness-analysis-faqs__wrapper--txts-heading span {
  color: #d1202d;
}
.bussiness-analysis-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.bussiness-analysis-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.bussiness-analysis-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .bussiness-analysis-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .bussiness-analysis-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .bussiness-analysis-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .bussiness-analysis-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.bussiness-analysis-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.bussiness-analysis-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.bussiness-analysis-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.bussiness-analysis-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.bussiness-analysis-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.bussiness-analysis-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.bussiness-analysis-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.bussiness-analysis-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.bussiness-analysis-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.bussiness-analysis-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.bussiness-analysis-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bussiness-analysis-faqs__wrapper--cta a {
  padding: 16px 24px;
}
.pin-section-bussiness-analysis {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-bussiness-analysis {
    background-position: center center;
  }
}
.pin-section-bussiness-analysis .bussiness-analysis {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-bussiness-analysis .bussiness-analysis__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-bussiness-analysis .bussiness-analysis__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-bussiness-analysis .bussiness-analysis__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-bussiness-analysis .bussiness-analysis__wrapper--txts {
    width: 35%;
  }
}
.pin-section-bussiness-analysis .bussiness-analysis__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-bussiness-analysis .bussiness-analysis__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-bussiness-analysis .bussiness-analysis__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-bussiness-analysis .bussiness-analysis__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-bussiness-analysis .bussiness-analysis__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-bussiness-analysis .bussiness-analysis__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-bussiness-analysis .bussiness-analysis__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-bussiness-analysis .bussiness-analysis__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-bussiness-analysis .bussiness-analysis__wrapper--animation {
    width: 60%;
  }
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-bussiness-analysis .bussiness-analysis__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-bussiness-analysis
    .bussiness-analysis__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-bussiness-analysis
    .bussiness-analysis__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-bussiness-analysis
    .bussiness-analysis__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-bussiness-analysis
  .bussiness-analysis__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-bussiness-analysis .bussiness-analysis__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-bussiness-analysis .bussiness-analysis__wrapper .mobile-cta {
    display: none;
  }
}
.project-management-banner {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 50px 0;
}
.project-management-banner-text {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  transform: translateY(-50%);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1rem;
  text-align: center;
  letter-spacing: -1.14px;
}
.project-management-banner-image {
  width: 100%;
  height: 165px;
}
@media (min-width: 768px) {
  .project-management-banner-text {
    font-size: 30px;
    line-height: 3rem;
  }
  .project-management-banner-image {
    height: 333px;
  }
  .project-management-banner {
    margin: 120px 0;
  }
}
.quality-assurance {
  background-color: #f8f8f8;
  padding: 1rem;
  border-radius: 10px;
}
.quality-assurance-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .quality-assurance-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.quality-assurance-heading {
  margin-bottom: 30px;
  text-align: center;
}
.quality-assurance .process-title {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .quality-assurance .process-title {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.quality-assurance .process-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 30px;
}
.quality-assurance .quality-assurance-process .main-container {
  display: none;
}
.quality-assurance .quality-assurance-process .process-steps {
  display: flex;
  padding: 23px 16px;
  justify-content: space-between;
}
.quality-assurance .quality-assurance-process .process-steps .step {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .quality-assurance .quality-assurance-process .process-steps .step {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.quality-assurance .quality-assurance-process .process-steps .step {
  font-size: 25px;
  padding: 2px 10px;
}
.quality-assurance .quality-assurance-process .process-steps #step-1,
.quality-assurance .quality-assurance-process .process-steps #step-2,
.quality-assurance .quality-assurance-process .process-steps #step-3,
.quality-assurance .quality-assurance-process .process-steps #step-4,
.quality-assurance .quality-assurance-process .process-steps #step-5 {
  border: 1px solid #000000;
  border-radius: 6px;
}
@media (min-width: 1024px) {
  .quality-assurance .quality-assurance-process .process-steps {
    display: none;
  }
  .quality-assurance .quality-assurance-process .main-container {
    display: block;
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
  }
  .quality-assurance .quality-assurance-process .main-container .heading {
    line-height: 40px;
    text-align: center;
  }
  .quality-assurance
    .quality-assurance-process
    .main-container
    .process-container {
    margin-bottom: 30px;
  }
  .quality-assurance .quality-assurance-process .main-container .heading-steps {
    font-weight: 600;
    font-size: 24.3573px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1.11069px;
    color: #1c1c1c;
    margin-bottom: 3rem;
  }
}
.quality-assurance .process-details #title-part-2 {
  display: none;
}
.quality-assurance .process-details .detail-title {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
}
.quality-assurance .process-details .detail-title:nth-child(1) {
  border-bottom: 2px solid #0057be;
}
.quality-assurance .process-details .detail-title:nth-child(2) {
  border-bottom: 2px solid #01b174;
}
.quality-assurance .process-details .detail-title:nth-child(3) {
  border-bottom: 2px solid #ff8a01;
}
.quality-assurance .process-details .quality-assurance-detail-description {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 19px;
  text-align: justify;
  color: #787878;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .quality-assurance .process-details {
    display: flex;
    column-gap: 5rem;
    align-items: baseline;
  }
  .quality-assurance .process-details .quality-assurance-detail-description {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .quality-assurance .process-details {
    display: flex;
    column-gap: 5rem;
    align-items: baseline;
  }
  .quality-assurance .process-details .detail-description {
    font-size: 1.2rem;
    line-height: 1.65rem;
  }
}
@media (min-width: 1024px) {
  .quality-assurance {
    display: none;
  }
}
.quality-assurance-wrapper .process-details #title-part-2 {
  display: none;
}
.quality-assurance-wrapper .process-details #title-part-2 #detail-title-1 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #2e329a;
}
.quality-assurance-wrapper .process-details #title-part-2 #detail-title-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #751fb9;
}
.quality-assurance-wrapper .process-details #title-part-2 #detail-title-3 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #ff8a01;
}
.quality-assurance-wrapper .process-details #title-part-2 #detail-title-4 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #f14a3f;
}
.quality-assurance-wrapper .process-details #title-part-2 #detail-title-5 {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
  border-bottom: 2px solid #cccccc;
}
.management-approach-section-heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .management-approach-section-heading {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
.management-approach-section-content h1 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .management-approach-section-content h1 {
    font-size: 35px;
    line-height: 3rem;
    letter-spacing: -1.13422px;
  }
}
@media (min-width: 1024px) {
  .management-approach-section-content h1 {
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
.management-approach-section-content .management-approach-section-text p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .management-approach-section-content .management-approach-section-text p {
    font-size: 20px;
    line-height: 31px;
    text-align: justify;
    color: #787878;
    font-weight: 400;
  }
}
.management-approach-section-mobile-image {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .management-approach-section-mobile-image {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .management-approach-section-mobile-image {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .management-approach-section-mobile-image {
    max-width: 620px;
  }
}
.management-approach-section-image {
  display: none;
}
@media (min-width: 1200px) {
  .management-approach-section {
    display: flex;
    column-gap: 4.9rem;
    align-items: center;
  }
  .management-approach-section-mobile-image {
    display: none;
  }
  .management-approach-section-content {
    flex: 1;
    max-width: 50%;
  }
  .management-approach-section-image {
    display: block;
    width: 50%;
    max-width: 50%;
    overflow: hidden;
  }
  .management-approach-section .management-approach-section-image-desktop {
    width: 90%;
    height: 500px;
    border-radius: 1.35rem;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .management-approach-section .management-approach-section-image-desktop {
    height: 540px;
  }
}
.line {
  width: 95%;
  height: 0.15rem;
  box-shadow: 0 0.3125rem 0.25rem 0.125rem #92929240;
  background: #555;
  border-radius: 60%;
  margin: 15px auto;
}
@media (min-width: 1024px) {
  .line {
    margin-top: 32px;
    margin-bottom: 32px;
    height: 0.25rem;
  }
}
.spm-detail-container {
  display: none;
}
@media (min-width: 1024px) {
  .spm-detail-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .spm-detail-container .primary-heading .primary-heading-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: -1.11069px;
    color: #1c1c1c;
    margin-bottom: 1.65rem;
  }
  .spm-detail-container #quality-planning {
    display: block;
  }
  .spm-detail-container #quality-assurance-process-level,
  .spm-detail-container #quality-assurance-product-level,
  .spm-detail-container #audit-compliance {
    display: none;
  }
  .spm-detail-container .detail {
    display: flex;
    gap: 5.5rem;
  }
  .spm-detail-container .detail .detail-description {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: justify;
    color: #787878;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .spm-detail-container .detail .detail-description {
    width: 850px;
  }
}
@media (min-width: 1024px) {
  .spm-detail-container .detail .detail-items .detail-item {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14.6144px;
    line-height: 18px;
    color: #000;
    margin-bottom: 6px;
    padding-bottom: 10px;
    width: 180px;
  }
  .spm-detail-container .detail .detail-items .blue {
    border-bottom: 1.94858px solid #0057be;
  }
  .spm-detail-container .detail .detail-items .green {
    border-bottom: 1.94858px solid #01b174;
  }
  .spm-detail-container .detail .detail-items .yellow {
    border-bottom: 1.94858px solid #ff8a01;
  }
  .spm-detail-container .detail .detail-items .purple {
    border-bottom: 1.94858px solid #751fb9;
  }
  .spm-detail-container .detail .detail-items .dark-blue {
    border-bottom: 1.94858px solid #ff8a01;
  }
  .spm-detail-container .detail .detail-items .orange {
    border-bottom: 1.94858px solid #f14a3f;
  }
  .spm-detail-container .detail .detail-items .gray {
    border-bottom: 1.94858px solid #cccccc;
  }
  .spm-detail-container .detail .detail-items .light-blue {
    border-bottom: 1.94858px solid blue;
  }
}
.quality-assurance-process .title {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 0.7rem;
}
.quality-assurance-process .process-details #title-part-1 {
  display: block;
}
.quality-assurance-process .process-details #title-part-2,
.quality-assurance-process .process-details #title-part-3,
.quality-assurance-process .process-details #title-part-4 {
  display: none;
}
.quality-assurance-process .process-details #title-part-1 .detail-title-policy {
  border-bottom: 2px solid #0057be;
}
.quality-assurance-process
  .process-details
  #title-part-1
  .detail-title-planning {
  border-bottom: 2px solid #01b174;
}
.quality-assurance-process
  .process-details
  #title-part-1
  .detail-title-collection {
  border-bottom: 2px solid #ff8a01;
}
.quality-assurance-process
  .process-details
  #title-part-2
  .detail-title-testing {
  border-bottom: 2px solid #2e329a;
}
.quality-assurance-process
  .process-details
  #title-part-2
  .detail-title-validation {
  border-bottom: 2px solid #751fb9;
}
.quality-assurance-process
  .process-details
  #title-part-2
  .detail-title-doc-review {
  border-bottom: 2px solid #f14a3f;
}
.quality-assurance-process
  .process-details
  #title-part-2
  .detail-title-approval {
  border-bottom: 2px solid #687ffa;
}
.quality-assurance-process
  .process-details
  #title-part-3
  .detail-title-testing {
  border-bottom: 2px solid #2e329a;
}
.quality-assurance-process
  .process-details
  #title-part-3
  .detail-title-validation {
  border-bottom: 2px solid #751fb9;
}
.quality-assurance-process
  .process-details
  #title-part-3
  .detail-title-doc-review {
  border-bottom: 2px solid #f14a3f;
}
.quality-assurance-process
  .process-details
  #title-part-3
  .detail-title-approval,
.quality-assurance-process
  .process-details
  #title-part-4
  .detail-title-approval {
  border-bottom: 2px solid #687ffa;
}
.quality-assurance-process .process-details #title-part-4 .detail-title-audit {
  border-bottom: 2px solid #fa6868;
}
.software-project-management-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .software-project-management-hero {
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  .software-project-management-hero {
    padding-top: 150px;
  }
}
@media (min-width: 1440px) {
  .software-project-management-hero {
    padding-top: 200px;
  }
}
.software-project-management-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.software-project-management-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .software-project-management-hero__wrapper--headings-heading1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .software-project-management-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .software-project-management-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.software-project-management-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  display: block;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .software-project-management-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .software-project-management-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .software-project-management-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.software-project-management-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.software-project-management-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .software-project-management-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .software-project-management-hero__wrapper--headings-img {
    top: -70px;
    right: 0;
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .software-project-management-hero__wrapper--headings-img {
    width: 40%;
  }
}
.software-project-management-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .software-project-management-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-hero__wrapper--desc {
    padding: 20px 420px 20px 20px;
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .software-project-management-hero__wrapper--desc {
    padding: 30px 520px 30px 30px;
  }
}
@media (min-width: 1440px) {
  .software-project-management-hero__wrapper--desc {
    padding: 30px 570px 30px 30px;
  }
}
.software-project-management-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .software-project-management-hero__wrapper--desc-text {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.software-project-management-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .software-project-management-hero__wrapper--desc a {
    padding: 16px;
    width: 240px;
  }
}
.software-project-management-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .software-project-management-hero__wrapper--img2 {
    display: none;
  }
}
.software-project-management-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .software-project-management-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .software-project-management-hero__wrapper--img2 img {
    display: none;
  }
}
.software-project-management-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
.software-project-management-brands__wrapper {
  overflow: hidden;
}
.software-project-management-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.software-project-management-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.software-project-management-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.software-project-management-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.software-project-management-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.software-project-management-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  position: relative;
}
.software-project-management-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.software-project-management-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.software-project-management-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .software-project-management-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.software-project-management-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.software-project-management-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.software-project-management-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.software-project-management-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.software-project-management-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/excellence-sec-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.software-project-management-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.software-project-management-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.software-project-management-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .software-project-management-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.software-project-management-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.software-project-management-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.software-project-management-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  row-gap: 24px;
}
.software-project-management-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 12px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .software-project-management-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .software-project-management-excellence__wrapper--cards-card {
    padding: 20px;
    gap: 10px;
    width: 49%;
  }
}
.software-project-management-excellence__wrapper--cards #card1 {
  background-color: #fde2e466;
}
.software-project-management-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd66;
}
.software-project-management-excellence__wrapper--cards #card3 {
  background-color: #fcf0f966;
}
.software-project-management-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff66;
}
.software-project-management-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .software-project-management-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.software-project-management-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-excellence__wrapper--cards-desc {
    font-size: 20px;
    line-height: 30px;
  }
}
.software-project-management-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.software-project-management-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.software-project-management-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .software-project-management-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.software-project-management-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .software-project-management-services {
    display: block;
    margin-bottom: 80px;
  }
}
.software-project-management-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.software-project-management-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .software-project-management-services__header--heading {
    max-width: 80%;
  }
}
.software-project-management-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .software-project-management-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .software-project-management-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .software-project-management-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .software-project-management-services__details {
    top: 330px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .software-project-management-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .software-project-management-services__details {
    top: 220px;
  }
}
.software-project-management-services__details {
  display: none;
}
.software-project-management-services__details:first-of-type {
  display: block;
}
.software-project-management-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .software-project-management-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .software-project-management-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.software-project-management-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .software-project-management-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.software-project-management-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .software-project-management-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .software-project-management-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.software-project-management-services__details--heading {
  margin-bottom: 10px;
}
.software-project-management-services__details--heading-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
}
.software-project-management-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .software-project-management-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .software-project-management-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .software-project-management-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .software-project-management-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .software-project-management-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .software-project-management-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.software-project-management-services__slidesdiv {
  display: flex;
  width: 100%;
}
.software-project-management-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .software-project-management-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .software-project-management-services__slidesdiv--slide-img {
    bottom: 90px;
  }
}
.software-project-management-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.software-project-management-services__slidesdiv #s-1 img {
  width: 40%;
}
.software-project-management-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.software-project-management-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.software-project-management-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.software-project-management-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.software-project-management-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.software-project-management-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .software-project-management-services__timeline {
    bottom: 15px;
  }
}
.software-project-management-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.software-project-management-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.software-project-management-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .software-project-management-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.software-project-management-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .software-project-management-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .software-project-management-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .software-project-management-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .software-project-management-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.software-project-management-services-mob {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .software-project-management-services-mob {
    display: none;
  }
}
.software-project-management-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.software-project-management-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.software-project-management-services-mob__header--heading span {
  color: #d1202d;
}
.software-project-management-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-services-mob__header--text {
    padding-right: 340px;
  }
}
.software-project-management-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.software-project-management-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.software-project-management-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.software-project-management-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .software-project-management-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .software-project-management-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.software-project-management-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.software-project-management-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .software-project-management-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .software-project-management-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.software-project-management-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.software-project-management-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.software-project-management-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.software-project-management-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.software-project-management-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.software-project-management-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.software-project-management-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.software-project-management-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.software-project-management-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.software-project-management-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .software-project-management-industry__wrapper {
    overflow: unset;
  }
}
.software-project-management-industry__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-industry__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.software-project-management-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.software-project-management-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.software-project-management-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(150px);
  }
}
@media (min-width: 1200px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(225px);
  }
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #f3f3f3;
}
@media (min-width: 1024px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(150px);
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 30px;
    line-height: 42px;
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 36px;
    line-height: 48px;
    transform: translateY(225px);
  }
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
    font-size: 20px;
    line-height: 30px;
  }
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .software-project-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.software-project-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.software-project-management-industry__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.software-project-management-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.software-project-management-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .software-project-management-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.software-project-management-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .software-project-management-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-growth {
    margin-top: 60px;
  }
}
.software-project-management-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .software-project-management-growth__wrapper {
    padding: 24px;
  }
}
.software-project-management-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .software-project-management-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.software-project-management-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.software-project-management-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .software-project-management-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.software-project-management-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .software-project-management-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.software-project-management-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section .software-project-management-projects {
  padding-top: 85px;
}
.pin-section .software-project-management-projects__wrapper--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pin-section .software-project-management-projects__wrapper--heading {
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .pin-section .software-project-management-projects__wrapper--heading {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 65px;
  }
}
.pin-section .software-project-management-projects__wrapper--heading span {
  color: #d1202d;
  font-weight: 600;
}
.pin-section .software-project-management-projects__wrapper--content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
@media (min-width: 768px) {
  .pin-section .software-project-management-projects__wrapper--content {
    flex-direction: row;
    gap: none;
  }
}
.pin-section .software-project-management-projects__wrapper--content-image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 300px;
}
@media (min-width: 576px) {
  .pin-section .software-project-management-projects__wrapper--content-image {
    height: 550px;
  }
}
@media (min-width: 768px) {
  .pin-section .software-project-management-projects__wrapper--content-image {
    width: 45%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .pin-section .software-project-management-projects__wrapper--content-image {
    width: 35%;
    height: auto;
  }
}
.pin-section .software-project-management-projects__wrapper--content-image img {
  position: absolute;
  top: 0;
  width: 100%;
}
.pin-section .software-project-management-projects__wrapper--content-title {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .software-project-management-projects__wrapper--content-title {
    display: block;
    position: absolute;
    top: -70px;
    font-family: Montserrat, sans-serif;
    font-size: 52px;
    font-weight: 800;
    font-style: italic;
    line-height: 66px;
    color: #0000000d;
    z-index: -1;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .pin-section .software-project-management-projects__wrapper--content-title {
    font-size: 72px;
  }
}
.pin-section .software-project-management-projects__wrapper--content-details {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section .software-project-management-projects__wrapper--content-details {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .pin-section .software-project-management-projects__wrapper--content-details {
    width: 60%;
  }
}
.pin-section .software-project-management-projects__wrapper--content-txts {
  height: 250px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pin-section .software-project-management-projects__wrapper--content-txts {
    margin-top: 10px;
  }
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  .project-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 5px;
  padding: 10px;
  background-color: #e2ecff38;
  height: 250px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pin-section
    .software-project-management-projects__wrapper--content-txts
    .project-desc-wrapper {
    padding: 16px 30px 16px 16px;
  }
}
@media (min-width: 1024px) {
  .pin-section
    .software-project-management-projects__wrapper--content-txts
    .project-desc-wrapper {
    padding: 24px 50px 24px 24px;
  }
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  .project-desc-wrapper__heading {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .pin-section
    .software-project-management-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pin-section
    .software-project-management-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .pin-section
    .software-project-management-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1440px) {
  .pin-section
    .software-project-management-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 48px;
    line-height: 56px;
  }
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  .project-desc-wrapper__sub-h {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pin-section
    .software-project-management-projects__wrapper--content-txts
    .project-desc-wrapper__sub-h {
    font-size: 26px;
    line-height: 32px;
  }
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  .project-desc-wrapper__para {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .pin-section
    .software-project-management-projects__wrapper--content-txts
    .project-desc-wrapper__para {
    font-size: 20px;
    line-height: 26px;
  }
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  #project-desc-wrapper-1 {
  border-left: 1px solid #2876ea;
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  #project-desc-wrapper-1
  .sub-heading {
  color: #2876ea;
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  #project-desc-wrapper-2 {
  border-left: 1px solid #f4a261;
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  #project-desc-wrapper-2
  .sub-heading {
  color: #f4a261;
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  #project-desc-wrapper-3 {
  border-left: 1px solid #d1202d;
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  #project-desc-wrapper-3
  .sub-heading {
  color: #d1202d;
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  #project-desc-wrapper-4 {
  border-left: 1px solid #2a9d8f;
}
.pin-section
  .software-project-management-projects__wrapper--content-txts
  #project-desc-wrapper-4
  .sub-heading {
  color: #2a9d8f;
}
.pin-section .software-project-management-projects__wrapper--content-cta {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .software-project-management-projects__wrapper--content-cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.pin-section .software-project-management-projects__wrapper--content-cta a {
  padding: 16px 42px;
}
.pin-section .software-project-management-projects__wrapper--cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section .software-project-management-projects__wrapper--cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pin-section .software-project-management-projects__wrapper--cta {
    display: none;
  }
}
.software-project-management-toolsntech {
  padding: 60px 0;
}
.software-project-management-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.software-project-management-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.software-project-management-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.software-project-management-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .software-project-management-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.software-project-management-toolsntech__wrapper--txts-desclink {
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.software-project-management-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .software-project-management-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.software-project-management-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: center;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .software-project-management-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .software-project-management-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
}
.software-project-management-toolsntech__wrapper--cards .skin-cardwrap:hover {
  animation: skingradientRotate 3s linear infinite;
}
.software-project-management-toolsntech__wrapper--cards .purple-cardwrap:hover {
  animation: purplegradientRotate 3s linear infinite;
}
.software-project-management-toolsntech__wrapper--cards .yellow-cardwrap:hover {
  animation: yellowgradientRotate 3s linear infinite;
}
.software-project-management-toolsntech__wrapper--cards .blue-cardwrap:hover {
  animation: bluegradientRotate 3s linear infinite;
}
.software-project-management-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .software-project-management-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .software-project-management-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.software-project-management-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.software-project-management-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.software-project-management-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.software-project-management-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.software-project-management-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.software-project-management-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.software-project-management-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.software-project-management-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
@keyframes skingradientRotate {
  0% {
    background: linear-gradient(0deg, #ffeee7, #ffe0d5);
  }
  1% {
    background: linear-gradient(3.6deg, #ffeee7, #ffe0d5);
  }
  2% {
    background: linear-gradient(7.2deg, #ffeee7, #ffe0d5);
  }
  3% {
    background: linear-gradient(10.8deg, #ffeee7, #ffe0d5);
  }
  4% {
    background: linear-gradient(14.4deg, #ffeee7, #ffe0d5);
  }
  5% {
    background: linear-gradient(18deg, #ffeee7, #ffe0d5);
  }
  6% {
    background: linear-gradient(21.6deg, #ffeee7, #ffe0d5);
  }
  7% {
    background: linear-gradient(25.2deg, #ffeee7, #ffe0d5);
  }
  8% {
    background: linear-gradient(28.8deg, #ffeee7, #ffe0d5);
  }
  9% {
    background: linear-gradient(32.4deg, #ffeee7, #ffe0d5);
  }
  10% {
    background: linear-gradient(36deg, #ffeee7, #ffe0d5);
  }
  11% {
    background: linear-gradient(39.6deg, #ffeee7, #ffe0d5);
  }
  12% {
    background: linear-gradient(43.2deg, #ffeee7, #ffe0d5);
  }
  13% {
    background: linear-gradient(46.8deg, #ffeee7, #ffe0d5);
  }
  14% {
    background: linear-gradient(50.4deg, #ffeee7, #ffe0d5);
  }
  15% {
    background: linear-gradient(54deg, #ffeee7, #ffe0d5);
  }
  16% {
    background: linear-gradient(57.6deg, #ffeee7, #ffe0d5);
  }
  17% {
    background: linear-gradient(61.2deg, #ffeee7, #ffe0d5);
  }
  18% {
    background: linear-gradient(64.8deg, #ffeee7, #ffe0d5);
  }
  19% {
    background: linear-gradient(68.4deg, #ffeee7, #ffe0d5);
  }
  20% {
    background: linear-gradient(72deg, #ffeee7, #ffe0d5);
  }
  21% {
    background: linear-gradient(75.6deg, #ffeee7, #ffe0d5);
  }
  22% {
    background: linear-gradient(79.2deg, #ffeee7, #ffe0d5);
  }
  23% {
    background: linear-gradient(82.8deg, #ffeee7, #ffe0d5);
  }
  24% {
    background: linear-gradient(86.4deg, #ffeee7, #ffe0d5);
  }
  25% {
    background: linear-gradient(90deg, #ffeee7, #ffe0d5);
  }
  26% {
    background: linear-gradient(93.6deg, #ffeee7, #ffe0d5);
  }
  27% {
    background: linear-gradient(97.2deg, #ffeee7, #ffe0d5);
  }
  28% {
    background: linear-gradient(100.8deg, #ffeee7, #ffe0d5);
  }
  29% {
    background: linear-gradient(104.4deg, #ffeee7, #ffe0d5);
  }
  30% {
    background: linear-gradient(108deg, #ffeee7, #ffe0d5);
  }
  31% {
    background: linear-gradient(111.6deg, #ffeee7, #ffe0d5);
  }
  32% {
    background: linear-gradient(115.2deg, #ffeee7, #ffe0d5);
  }
  33% {
    background: linear-gradient(118.8deg, #ffeee7, #ffe0d5);
  }
  34% {
    background: linear-gradient(122.4deg, #ffeee7, #ffe0d5);
  }
  35% {
    background: linear-gradient(126deg, #ffeee7, #ffe0d5);
  }
  36% {
    background: linear-gradient(129.6deg, #ffeee7, #ffe0d5);
  }
  37% {
    background: linear-gradient(133.2deg, #ffeee7, #ffe0d5);
  }
  38% {
    background: linear-gradient(136.8deg, #ffeee7, #ffe0d5);
  }
  39% {
    background: linear-gradient(140.4deg, #ffeee7, #ffe0d5);
  }
  40% {
    background: linear-gradient(144deg, #ffeee7, #ffe0d5);
  }
  41% {
    background: linear-gradient(147.6deg, #ffeee7, #ffe0d5);
  }
  42% {
    background: linear-gradient(151.2deg, #ffeee7, #ffe0d5);
  }
  43% {
    background: linear-gradient(154.8deg, #ffeee7, #ffe0d5);
  }
  44% {
    background: linear-gradient(158.4deg, #ffeee7, #ffe0d5);
  }
  45% {
    background: linear-gradient(162deg, #ffeee7, #ffe0d5);
  }
  46% {
    background: linear-gradient(165.6deg, #ffeee7, #ffe0d5);
  }
  47% {
    background: linear-gradient(169.2deg, #ffeee7, #ffe0d5);
  }
  48% {
    background: linear-gradient(172.8deg, #ffeee7, #ffe0d5);
  }
  49% {
    background: linear-gradient(176.4deg, #ffeee7, #ffe0d5);
  }
  50% {
    background: linear-gradient(180deg, #ffeee7, #ffe0d5);
  }
  51% {
    background: linear-gradient(183.6deg, #ffeee7, #ffe0d5);
  }
  52% {
    background: linear-gradient(187.2deg, #ffeee7, #ffe0d5);
  }
  53% {
    background: linear-gradient(190.8deg, #ffeee7, #ffe0d5);
  }
  54% {
    background: linear-gradient(194.4deg, #ffeee7, #ffe0d5);
  }
  55% {
    background: linear-gradient(198deg, #ffeee7, #ffe0d5);
  }
  56% {
    background: linear-gradient(201.6deg, #ffeee7, #ffe0d5);
  }
  57% {
    background: linear-gradient(205.2deg, #ffeee7, #ffe0d5);
  }
  58% {
    background: linear-gradient(208.8deg, #ffeee7, #ffe0d5);
  }
  59% {
    background: linear-gradient(212.4deg, #ffeee7, #ffe0d5);
  }
  60% {
    background: linear-gradient(216deg, #ffeee7, #ffe0d5);
  }
  61% {
    background: linear-gradient(219.6deg, #ffeee7, #ffe0d5);
  }
  62% {
    background: linear-gradient(223.2deg, #ffeee7, #ffe0d5);
  }
  63% {
    background: linear-gradient(226.8deg, #ffeee7, #ffe0d5);
  }
  64% {
    background: linear-gradient(230.4deg, #ffeee7, #ffe0d5);
  }
  65% {
    background: linear-gradient(234deg, #ffeee7, #ffe0d5);
  }
  66% {
    background: linear-gradient(237.6deg, #ffeee7, #ffe0d5);
  }
  67% {
    background: linear-gradient(241.2deg, #ffeee7, #ffe0d5);
  }
  68% {
    background: linear-gradient(244.8deg, #ffeee7, #ffe0d5);
  }
  69% {
    background: linear-gradient(248.4deg, #ffeee7, #ffe0d5);
  }
  70% {
    background: linear-gradient(252deg, #ffeee7, #ffe0d5);
  }
  71% {
    background: linear-gradient(255.6deg, #ffeee7, #ffe0d5);
  }
  72% {
    background: linear-gradient(259.2deg, #ffeee7, #ffe0d5);
  }
  73% {
    background: linear-gradient(262.8deg, #ffeee7, #ffe0d5);
  }
  74% {
    background: linear-gradient(266.4deg, #ffeee7, #ffe0d5);
  }
  75% {
    background: linear-gradient(270deg, #ffeee7, #ffe0d5);
  }
  76% {
    background: linear-gradient(273.6deg, #ffeee7, #ffe0d5);
  }
  77% {
    background: linear-gradient(277.2deg, #ffeee7, #ffe0d5);
  }
  78% {
    background: linear-gradient(280.8deg, #ffeee7, #ffe0d5);
  }
  79% {
    background: linear-gradient(284.4deg, #ffeee7, #ffe0d5);
  }
  80% {
    background: linear-gradient(288deg, #ffeee7, #ffe0d5);
  }
  81% {
    background: linear-gradient(291.6deg, #ffeee7, #ffe0d5);
  }
  82% {
    background: linear-gradient(295.2deg, #ffeee7, #ffe0d5);
  }
  83% {
    background: linear-gradient(298.8deg, #ffeee7, #ffe0d5);
  }
  84% {
    background: linear-gradient(302.4deg, #ffeee7, #ffe0d5);
  }
  85% {
    background: linear-gradient(306deg, #ffeee7, #ffe0d5);
  }
  86% {
    background: linear-gradient(309.6deg, #ffeee7, #ffe0d5);
  }
  87% {
    background: linear-gradient(313.2deg, #ffeee7, #ffe0d5);
  }
  88% {
    background: linear-gradient(316.8deg, #ffeee7, #ffe0d5);
  }
  89% {
    background: linear-gradient(320.4deg, #ffeee7, #ffe0d5);
  }
  90% {
    background: linear-gradient(324deg, #ffeee7, #ffe0d5);
  }
  91% {
    background: linear-gradient(327.6deg, #ffeee7, #ffe0d5);
  }
  92% {
    background: linear-gradient(331.2deg, #ffeee7, #ffe0d5);
  }
  93% {
    background: linear-gradient(334.8deg, #ffeee7, #ffe0d5);
  }
  94% {
    background: linear-gradient(338.4deg, #ffeee7, #ffe0d5);
  }
  95% {
    background: linear-gradient(342deg, #ffeee7, #ffe0d5);
  }
  96% {
    background: linear-gradient(345.6deg, #ffeee7, #ffe0d5);
  }
  97% {
    background: linear-gradient(349.2deg, #ffeee7, #ffe0d5);
  }
  98% {
    background: linear-gradient(352.8deg, #ffeee7, #ffe0d5);
  }
  99% {
    background: linear-gradient(356.4deg, #ffeee7, #ffe0d5);
  }
  to {
    background: linear-gradient(360deg, #ffeee7, #ffe0d5);
  }
}
@keyframes purplegradientRotate {
  0% {
    background: linear-gradient(0deg, #f1c7ff, #a800e1);
  }
  1% {
    background: linear-gradient(3.6deg, #f1c7ff, #a800e1);
  }
  2% {
    background: linear-gradient(7.2deg, #f1c7ff, #a800e1);
  }
  3% {
    background: linear-gradient(10.8deg, #f1c7ff, #a800e1);
  }
  4% {
    background: linear-gradient(14.4deg, #f1c7ff, #a800e1);
  }
  5% {
    background: linear-gradient(18deg, #f1c7ff, #a800e1);
  }
  6% {
    background: linear-gradient(21.6deg, #f1c7ff, #a800e1);
  }
  7% {
    background: linear-gradient(25.2deg, #f1c7ff, #a800e1);
  }
  8% {
    background: linear-gradient(28.8deg, #f1c7ff, #a800e1);
  }
  9% {
    background: linear-gradient(32.4deg, #f1c7ff, #a800e1);
  }
  10% {
    background: linear-gradient(36deg, #f1c7ff, #a800e1);
  }
  11% {
    background: linear-gradient(39.6deg, #f1c7ff, #a800e1);
  }
  12% {
    background: linear-gradient(43.2deg, #f1c7ff, #a800e1);
  }
  13% {
    background: linear-gradient(46.8deg, #f1c7ff, #a800e1);
  }
  14% {
    background: linear-gradient(50.4deg, #f1c7ff, #a800e1);
  }
  15% {
    background: linear-gradient(54deg, #f1c7ff, #a800e1);
  }
  16% {
    background: linear-gradient(57.6deg, #f1c7ff, #a800e1);
  }
  17% {
    background: linear-gradient(61.2deg, #f1c7ff, #a800e1);
  }
  18% {
    background: linear-gradient(64.8deg, #f1c7ff, #a800e1);
  }
  19% {
    background: linear-gradient(68.4deg, #f1c7ff, #a800e1);
  }
  20% {
    background: linear-gradient(72deg, #f1c7ff, #a800e1);
  }
  21% {
    background: linear-gradient(75.6deg, #f1c7ff, #a800e1);
  }
  22% {
    background: linear-gradient(79.2deg, #f1c7ff, #a800e1);
  }
  23% {
    background: linear-gradient(82.8deg, #f1c7ff, #a800e1);
  }
  24% {
    background: linear-gradient(86.4deg, #f1c7ff, #a800e1);
  }
  25% {
    background: linear-gradient(90deg, #f1c7ff, #a800e1);
  }
  26% {
    background: linear-gradient(93.6deg, #f1c7ff, #a800e1);
  }
  27% {
    background: linear-gradient(97.2deg, #f1c7ff, #a800e1);
  }
  28% {
    background: linear-gradient(100.8deg, #f1c7ff, #a800e1);
  }
  29% {
    background: linear-gradient(104.4deg, #f1c7ff, #a800e1);
  }
  30% {
    background: linear-gradient(108deg, #f1c7ff, #a800e1);
  }
  31% {
    background: linear-gradient(111.6deg, #f1c7ff, #a800e1);
  }
  32% {
    background: linear-gradient(115.2deg, #f1c7ff, #a800e1);
  }
  33% {
    background: linear-gradient(118.8deg, #f1c7ff, #a800e1);
  }
  34% {
    background: linear-gradient(122.4deg, #f1c7ff, #a800e1);
  }
  35% {
    background: linear-gradient(126deg, #f1c7ff, #a800e1);
  }
  36% {
    background: linear-gradient(129.6deg, #f1c7ff, #a800e1);
  }
  37% {
    background: linear-gradient(133.2deg, #f1c7ff, #a800e1);
  }
  38% {
    background: linear-gradient(136.8deg, #f1c7ff, #a800e1);
  }
  39% {
    background: linear-gradient(140.4deg, #f1c7ff, #a800e1);
  }
  40% {
    background: linear-gradient(144deg, #f1c7ff, #a800e1);
  }
  41% {
    background: linear-gradient(147.6deg, #f1c7ff, #a800e1);
  }
  42% {
    background: linear-gradient(151.2deg, #f1c7ff, #a800e1);
  }
  43% {
    background: linear-gradient(154.8deg, #f1c7ff, #a800e1);
  }
  44% {
    background: linear-gradient(158.4deg, #f1c7ff, #a800e1);
  }
  45% {
    background: linear-gradient(162deg, #f1c7ff, #a800e1);
  }
  46% {
    background: linear-gradient(165.6deg, #f1c7ff, #a800e1);
  }
  47% {
    background: linear-gradient(169.2deg, #f1c7ff, #a800e1);
  }
  48% {
    background: linear-gradient(172.8deg, #f1c7ff, #a800e1);
  }
  49% {
    background: linear-gradient(176.4deg, #f1c7ff, #a800e1);
  }
  50% {
    background: linear-gradient(180deg, #f1c7ff, #a800e1);
  }
  51% {
    background: linear-gradient(183.6deg, #f1c7ff, #a800e1);
  }
  52% {
    background: linear-gradient(187.2deg, #f1c7ff, #a800e1);
  }
  53% {
    background: linear-gradient(190.8deg, #f1c7ff, #a800e1);
  }
  54% {
    background: linear-gradient(194.4deg, #f1c7ff, #a800e1);
  }
  55% {
    background: linear-gradient(198deg, #f1c7ff, #a800e1);
  }
  56% {
    background: linear-gradient(201.6deg, #f1c7ff, #a800e1);
  }
  57% {
    background: linear-gradient(205.2deg, #f1c7ff, #a800e1);
  }
  58% {
    background: linear-gradient(208.8deg, #f1c7ff, #a800e1);
  }
  59% {
    background: linear-gradient(212.4deg, #f1c7ff, #a800e1);
  }
  60% {
    background: linear-gradient(216deg, #f1c7ff, #a800e1);
  }
  61% {
    background: linear-gradient(219.6deg, #f1c7ff, #a800e1);
  }
  62% {
    background: linear-gradient(223.2deg, #f1c7ff, #a800e1);
  }
  63% {
    background: linear-gradient(226.8deg, #f1c7ff, #a800e1);
  }
  64% {
    background: linear-gradient(230.4deg, #f1c7ff, #a800e1);
  }
  65% {
    background: linear-gradient(234deg, #f1c7ff, #a800e1);
  }
  66% {
    background: linear-gradient(237.6deg, #f1c7ff, #a800e1);
  }
  67% {
    background: linear-gradient(241.2deg, #f1c7ff, #a800e1);
  }
  68% {
    background: linear-gradient(244.8deg, #f1c7ff, #a800e1);
  }
  69% {
    background: linear-gradient(248.4deg, #f1c7ff, #a800e1);
  }
  70% {
    background: linear-gradient(252deg, #f1c7ff, #a800e1);
  }
  71% {
    background: linear-gradient(255.6deg, #f1c7ff, #a800e1);
  }
  72% {
    background: linear-gradient(259.2deg, #f1c7ff, #a800e1);
  }
  73% {
    background: linear-gradient(262.8deg, #f1c7ff, #a800e1);
  }
  74% {
    background: linear-gradient(266.4deg, #f1c7ff, #a800e1);
  }
  75% {
    background: linear-gradient(270deg, #f1c7ff, #a800e1);
  }
  76% {
    background: linear-gradient(273.6deg, #f1c7ff, #a800e1);
  }
  77% {
    background: linear-gradient(277.2deg, #f1c7ff, #a800e1);
  }
  78% {
    background: linear-gradient(280.8deg, #f1c7ff, #a800e1);
  }
  79% {
    background: linear-gradient(284.4deg, #f1c7ff, #a800e1);
  }
  80% {
    background: linear-gradient(288deg, #f1c7ff, #a800e1);
  }
  81% {
    background: linear-gradient(291.6deg, #f1c7ff, #a800e1);
  }
  82% {
    background: linear-gradient(295.2deg, #f1c7ff, #a800e1);
  }
  83% {
    background: linear-gradient(298.8deg, #f1c7ff, #a800e1);
  }
  84% {
    background: linear-gradient(302.4deg, #f1c7ff, #a800e1);
  }
  85% {
    background: linear-gradient(306deg, #f1c7ff, #a800e1);
  }
  86% {
    background: linear-gradient(309.6deg, #f1c7ff, #a800e1);
  }
  87% {
    background: linear-gradient(313.2deg, #f1c7ff, #a800e1);
  }
  88% {
    background: linear-gradient(316.8deg, #f1c7ff, #a800e1);
  }
  89% {
    background: linear-gradient(320.4deg, #f1c7ff, #a800e1);
  }
  90% {
    background: linear-gradient(324deg, #f1c7ff, #a800e1);
  }
  91% {
    background: linear-gradient(327.6deg, #f1c7ff, #a800e1);
  }
  92% {
    background: linear-gradient(331.2deg, #f1c7ff, #a800e1);
  }
  93% {
    background: linear-gradient(334.8deg, #f1c7ff, #a800e1);
  }
  94% {
    background: linear-gradient(338.4deg, #f1c7ff, #a800e1);
  }
  95% {
    background: linear-gradient(342deg, #f1c7ff, #a800e1);
  }
  96% {
    background: linear-gradient(345.6deg, #f1c7ff, #a800e1);
  }
  97% {
    background: linear-gradient(349.2deg, #f1c7ff, #a800e1);
  }
  98% {
    background: linear-gradient(352.8deg, #f1c7ff, #a800e1);
  }
  99% {
    background: linear-gradient(356.4deg, #f1c7ff, #a800e1);
  }
  to {
    background: linear-gradient(360deg, #f1c7ff, #a800e1);
  }
}
@keyframes yellowgradientRotate {
  0% {
    background: linear-gradient(0deg, #fff5df, #ffe6ac);
  }
  1% {
    background: linear-gradient(3.6deg, #fff5df, #ffe6ac);
  }
  2% {
    background: linear-gradient(7.2deg, #fff5df, #ffe6ac);
  }
  3% {
    background: linear-gradient(10.8deg, #fff5df, #ffe6ac);
  }
  4% {
    background: linear-gradient(14.4deg, #fff5df, #ffe6ac);
  }
  5% {
    background: linear-gradient(18deg, #fff5df, #ffe6ac);
  }
  6% {
    background: linear-gradient(21.6deg, #fff5df, #ffe6ac);
  }
  7% {
    background: linear-gradient(25.2deg, #fff5df, #ffe6ac);
  }
  8% {
    background: linear-gradient(28.8deg, #fff5df, #ffe6ac);
  }
  9% {
    background: linear-gradient(32.4deg, #fff5df, #ffe6ac);
  }
  10% {
    background: linear-gradient(36deg, #fff5df, #ffe6ac);
  }
  11% {
    background: linear-gradient(39.6deg, #fff5df, #ffe6ac);
  }
  12% {
    background: linear-gradient(43.2deg, #fff5df, #ffe6ac);
  }
  13% {
    background: linear-gradient(46.8deg, #fff5df, #ffe6ac);
  }
  14% {
    background: linear-gradient(50.4deg, #fff5df, #ffe6ac);
  }
  15% {
    background: linear-gradient(54deg, #fff5df, #ffe6ac);
  }
  16% {
    background: linear-gradient(57.6deg, #fff5df, #ffe6ac);
  }
  17% {
    background: linear-gradient(61.2deg, #fff5df, #ffe6ac);
  }
  18% {
    background: linear-gradient(64.8deg, #fff5df, #ffe6ac);
  }
  19% {
    background: linear-gradient(68.4deg, #fff5df, #ffe6ac);
  }
  20% {
    background: linear-gradient(72deg, #fff5df, #ffe6ac);
  }
  21% {
    background: linear-gradient(75.6deg, #fff5df, #ffe6ac);
  }
  22% {
    background: linear-gradient(79.2deg, #fff5df, #ffe6ac);
  }
  23% {
    background: linear-gradient(82.8deg, #fff5df, #ffe6ac);
  }
  24% {
    background: linear-gradient(86.4deg, #fff5df, #ffe6ac);
  }
  25% {
    background: linear-gradient(90deg, #fff5df, #ffe6ac);
  }
  26% {
    background: linear-gradient(93.6deg, #fff5df, #ffe6ac);
  }
  27% {
    background: linear-gradient(97.2deg, #fff5df, #ffe6ac);
  }
  28% {
    background: linear-gradient(100.8deg, #fff5df, #ffe6ac);
  }
  29% {
    background: linear-gradient(104.4deg, #fff5df, #ffe6ac);
  }
  30% {
    background: linear-gradient(108deg, #fff5df, #ffe6ac);
  }
  31% {
    background: linear-gradient(111.6deg, #fff5df, #ffe6ac);
  }
  32% {
    background: linear-gradient(115.2deg, #fff5df, #ffe6ac);
  }
  33% {
    background: linear-gradient(118.8deg, #fff5df, #ffe6ac);
  }
  34% {
    background: linear-gradient(122.4deg, #fff5df, #ffe6ac);
  }
  35% {
    background: linear-gradient(126deg, #fff5df, #ffe6ac);
  }
  36% {
    background: linear-gradient(129.6deg, #fff5df, #ffe6ac);
  }
  37% {
    background: linear-gradient(133.2deg, #fff5df, #ffe6ac);
  }
  38% {
    background: linear-gradient(136.8deg, #fff5df, #ffe6ac);
  }
  39% {
    background: linear-gradient(140.4deg, #fff5df, #ffe6ac);
  }
  40% {
    background: linear-gradient(144deg, #fff5df, #ffe6ac);
  }
  41% {
    background: linear-gradient(147.6deg, #fff5df, #ffe6ac);
  }
  42% {
    background: linear-gradient(151.2deg, #fff5df, #ffe6ac);
  }
  43% {
    background: linear-gradient(154.8deg, #fff5df, #ffe6ac);
  }
  44% {
    background: linear-gradient(158.4deg, #fff5df, #ffe6ac);
  }
  45% {
    background: linear-gradient(162deg, #fff5df, #ffe6ac);
  }
  46% {
    background: linear-gradient(165.6deg, #fff5df, #ffe6ac);
  }
  47% {
    background: linear-gradient(169.2deg, #fff5df, #ffe6ac);
  }
  48% {
    background: linear-gradient(172.8deg, #fff5df, #ffe6ac);
  }
  49% {
    background: linear-gradient(176.4deg, #fff5df, #ffe6ac);
  }
  50% {
    background: linear-gradient(180deg, #fff5df, #ffe6ac);
  }
  51% {
    background: linear-gradient(183.6deg, #fff5df, #ffe6ac);
  }
  52% {
    background: linear-gradient(187.2deg, #fff5df, #ffe6ac);
  }
  53% {
    background: linear-gradient(190.8deg, #fff5df, #ffe6ac);
  }
  54% {
    background: linear-gradient(194.4deg, #fff5df, #ffe6ac);
  }
  55% {
    background: linear-gradient(198deg, #fff5df, #ffe6ac);
  }
  56% {
    background: linear-gradient(201.6deg, #fff5df, #ffe6ac);
  }
  57% {
    background: linear-gradient(205.2deg, #fff5df, #ffe6ac);
  }
  58% {
    background: linear-gradient(208.8deg, #fff5df, #ffe6ac);
  }
  59% {
    background: linear-gradient(212.4deg, #fff5df, #ffe6ac);
  }
  60% {
    background: linear-gradient(216deg, #fff5df, #ffe6ac);
  }
  61% {
    background: linear-gradient(219.6deg, #fff5df, #ffe6ac);
  }
  62% {
    background: linear-gradient(223.2deg, #fff5df, #ffe6ac);
  }
  63% {
    background: linear-gradient(226.8deg, #fff5df, #ffe6ac);
  }
  64% {
    background: linear-gradient(230.4deg, #fff5df, #ffe6ac);
  }
  65% {
    background: linear-gradient(234deg, #fff5df, #ffe6ac);
  }
  66% {
    background: linear-gradient(237.6deg, #fff5df, #ffe6ac);
  }
  67% {
    background: linear-gradient(241.2deg, #fff5df, #ffe6ac);
  }
  68% {
    background: linear-gradient(244.8deg, #fff5df, #ffe6ac);
  }
  69% {
    background: linear-gradient(248.4deg, #fff5df, #ffe6ac);
  }
  70% {
    background: linear-gradient(252deg, #fff5df, #ffe6ac);
  }
  71% {
    background: linear-gradient(255.6deg, #fff5df, #ffe6ac);
  }
  72% {
    background: linear-gradient(259.2deg, #fff5df, #ffe6ac);
  }
  73% {
    background: linear-gradient(262.8deg, #fff5df, #ffe6ac);
  }
  74% {
    background: linear-gradient(266.4deg, #fff5df, #ffe6ac);
  }
  75% {
    background: linear-gradient(270deg, #fff5df, #ffe6ac);
  }
  76% {
    background: linear-gradient(273.6deg, #fff5df, #ffe6ac);
  }
  77% {
    background: linear-gradient(277.2deg, #fff5df, #ffe6ac);
  }
  78% {
    background: linear-gradient(280.8deg, #fff5df, #ffe6ac);
  }
  79% {
    background: linear-gradient(284.4deg, #fff5df, #ffe6ac);
  }
  80% {
    background: linear-gradient(288deg, #fff5df, #ffe6ac);
  }
  81% {
    background: linear-gradient(291.6deg, #fff5df, #ffe6ac);
  }
  82% {
    background: linear-gradient(295.2deg, #fff5df, #ffe6ac);
  }
  83% {
    background: linear-gradient(298.8deg, #fff5df, #ffe6ac);
  }
  84% {
    background: linear-gradient(302.4deg, #fff5df, #ffe6ac);
  }
  85% {
    background: linear-gradient(306deg, #fff5df, #ffe6ac);
  }
  86% {
    background: linear-gradient(309.6deg, #fff5df, #ffe6ac);
  }
  87% {
    background: linear-gradient(313.2deg, #fff5df, #ffe6ac);
  }
  88% {
    background: linear-gradient(316.8deg, #fff5df, #ffe6ac);
  }
  89% {
    background: linear-gradient(320.4deg, #fff5df, #ffe6ac);
  }
  90% {
    background: linear-gradient(324deg, #fff5df, #ffe6ac);
  }
  91% {
    background: linear-gradient(327.6deg, #fff5df, #ffe6ac);
  }
  92% {
    background: linear-gradient(331.2deg, #fff5df, #ffe6ac);
  }
  93% {
    background: linear-gradient(334.8deg, #fff5df, #ffe6ac);
  }
  94% {
    background: linear-gradient(338.4deg, #fff5df, #ffe6ac);
  }
  95% {
    background: linear-gradient(342deg, #fff5df, #ffe6ac);
  }
  96% {
    background: linear-gradient(345.6deg, #fff5df, #ffe6ac);
  }
  97% {
    background: linear-gradient(349.2deg, #fff5df, #ffe6ac);
  }
  98% {
    background: linear-gradient(352.8deg, #fff5df, #ffe6ac);
  }
  99% {
    background: linear-gradient(356.4deg, #fff5df, #ffe6ac);
  }
  to {
    background: linear-gradient(360deg, #fff5df, #ffe6ac);
  }
}
@keyframes bluegradientRotate {
  0% {
    background: linear-gradient(0deg, #e4f8ff, #c5f0ff);
  }
  1% {
    background: linear-gradient(3.6deg, #e4f8ff, #c5f0ff);
  }
  2% {
    background: linear-gradient(7.2deg, #e4f8ff, #c5f0ff);
  }
  3% {
    background: linear-gradient(10.8deg, #e4f8ff, #c5f0ff);
  }
  4% {
    background: linear-gradient(14.4deg, #e4f8ff, #c5f0ff);
  }
  5% {
    background: linear-gradient(18deg, #e4f8ff, #c5f0ff);
  }
  6% {
    background: linear-gradient(21.6deg, #e4f8ff, #c5f0ff);
  }
  7% {
    background: linear-gradient(25.2deg, #e4f8ff, #c5f0ff);
  }
  8% {
    background: linear-gradient(28.8deg, #e4f8ff, #c5f0ff);
  }
  9% {
    background: linear-gradient(32.4deg, #e4f8ff, #c5f0ff);
  }
  10% {
    background: linear-gradient(36deg, #e4f8ff, #c5f0ff);
  }
  11% {
    background: linear-gradient(39.6deg, #e4f8ff, #c5f0ff);
  }
  12% {
    background: linear-gradient(43.2deg, #e4f8ff, #c5f0ff);
  }
  13% {
    background: linear-gradient(46.8deg, #e4f8ff, #c5f0ff);
  }
  14% {
    background: linear-gradient(50.4deg, #e4f8ff, #c5f0ff);
  }
  15% {
    background: linear-gradient(54deg, #e4f8ff, #c5f0ff);
  }
  16% {
    background: linear-gradient(57.6deg, #e4f8ff, #c5f0ff);
  }
  17% {
    background: linear-gradient(61.2deg, #e4f8ff, #c5f0ff);
  }
  18% {
    background: linear-gradient(64.8deg, #e4f8ff, #c5f0ff);
  }
  19% {
    background: linear-gradient(68.4deg, #e4f8ff, #c5f0ff);
  }
  20% {
    background: linear-gradient(72deg, #e4f8ff, #c5f0ff);
  }
  21% {
    background: linear-gradient(75.6deg, #e4f8ff, #c5f0ff);
  }
  22% {
    background: linear-gradient(79.2deg, #e4f8ff, #c5f0ff);
  }
  23% {
    background: linear-gradient(82.8deg, #e4f8ff, #c5f0ff);
  }
  24% {
    background: linear-gradient(86.4deg, #e4f8ff, #c5f0ff);
  }
  25% {
    background: linear-gradient(90deg, #e4f8ff, #c5f0ff);
  }
  26% {
    background: linear-gradient(93.6deg, #e4f8ff, #c5f0ff);
  }
  27% {
    background: linear-gradient(97.2deg, #e4f8ff, #c5f0ff);
  }
  28% {
    background: linear-gradient(100.8deg, #e4f8ff, #c5f0ff);
  }
  29% {
    background: linear-gradient(104.4deg, #e4f8ff, #c5f0ff);
  }
  30% {
    background: linear-gradient(108deg, #e4f8ff, #c5f0ff);
  }
  31% {
    background: linear-gradient(111.6deg, #e4f8ff, #c5f0ff);
  }
  32% {
    background: linear-gradient(115.2deg, #e4f8ff, #c5f0ff);
  }
  33% {
    background: linear-gradient(118.8deg, #e4f8ff, #c5f0ff);
  }
  34% {
    background: linear-gradient(122.4deg, #e4f8ff, #c5f0ff);
  }
  35% {
    background: linear-gradient(126deg, #e4f8ff, #c5f0ff);
  }
  36% {
    background: linear-gradient(129.6deg, #e4f8ff, #c5f0ff);
  }
  37% {
    background: linear-gradient(133.2deg, #e4f8ff, #c5f0ff);
  }
  38% {
    background: linear-gradient(136.8deg, #e4f8ff, #c5f0ff);
  }
  39% {
    background: linear-gradient(140.4deg, #e4f8ff, #c5f0ff);
  }
  40% {
    background: linear-gradient(144deg, #e4f8ff, #c5f0ff);
  }
  41% {
    background: linear-gradient(147.6deg, #e4f8ff, #c5f0ff);
  }
  42% {
    background: linear-gradient(151.2deg, #e4f8ff, #c5f0ff);
  }
  43% {
    background: linear-gradient(154.8deg, #e4f8ff, #c5f0ff);
  }
  44% {
    background: linear-gradient(158.4deg, #e4f8ff, #c5f0ff);
  }
  45% {
    background: linear-gradient(162deg, #e4f8ff, #c5f0ff);
  }
  46% {
    background: linear-gradient(165.6deg, #e4f8ff, #c5f0ff);
  }
  47% {
    background: linear-gradient(169.2deg, #e4f8ff, #c5f0ff);
  }
  48% {
    background: linear-gradient(172.8deg, #e4f8ff, #c5f0ff);
  }
  49% {
    background: linear-gradient(176.4deg, #e4f8ff, #c5f0ff);
  }
  50% {
    background: linear-gradient(180deg, #e4f8ff, #c5f0ff);
  }
  51% {
    background: linear-gradient(183.6deg, #e4f8ff, #c5f0ff);
  }
  52% {
    background: linear-gradient(187.2deg, #e4f8ff, #c5f0ff);
  }
  53% {
    background: linear-gradient(190.8deg, #e4f8ff, #c5f0ff);
  }
  54% {
    background: linear-gradient(194.4deg, #e4f8ff, #c5f0ff);
  }
  55% {
    background: linear-gradient(198deg, #e4f8ff, #c5f0ff);
  }
  56% {
    background: linear-gradient(201.6deg, #e4f8ff, #c5f0ff);
  }
  57% {
    background: linear-gradient(205.2deg, #e4f8ff, #c5f0ff);
  }
  58% {
    background: linear-gradient(208.8deg, #e4f8ff, #c5f0ff);
  }
  59% {
    background: linear-gradient(212.4deg, #e4f8ff, #c5f0ff);
  }
  60% {
    background: linear-gradient(216deg, #e4f8ff, #c5f0ff);
  }
  61% {
    background: linear-gradient(219.6deg, #e4f8ff, #c5f0ff);
  }
  62% {
    background: linear-gradient(223.2deg, #e4f8ff, #c5f0ff);
  }
  63% {
    background: linear-gradient(226.8deg, #e4f8ff, #c5f0ff);
  }
  64% {
    background: linear-gradient(230.4deg, #e4f8ff, #c5f0ff);
  }
  65% {
    background: linear-gradient(234deg, #e4f8ff, #c5f0ff);
  }
  66% {
    background: linear-gradient(237.6deg, #e4f8ff, #c5f0ff);
  }
  67% {
    background: linear-gradient(241.2deg, #e4f8ff, #c5f0ff);
  }
  68% {
    background: linear-gradient(244.8deg, #e4f8ff, #c5f0ff);
  }
  69% {
    background: linear-gradient(248.4deg, #e4f8ff, #c5f0ff);
  }
  70% {
    background: linear-gradient(252deg, #e4f8ff, #c5f0ff);
  }
  71% {
    background: linear-gradient(255.6deg, #e4f8ff, #c5f0ff);
  }
  72% {
    background: linear-gradient(259.2deg, #e4f8ff, #c5f0ff);
  }
  73% {
    background: linear-gradient(262.8deg, #e4f8ff, #c5f0ff);
  }
  74% {
    background: linear-gradient(266.4deg, #e4f8ff, #c5f0ff);
  }
  75% {
    background: linear-gradient(270deg, #e4f8ff, #c5f0ff);
  }
  76% {
    background: linear-gradient(273.6deg, #e4f8ff, #c5f0ff);
  }
  77% {
    background: linear-gradient(277.2deg, #e4f8ff, #c5f0ff);
  }
  78% {
    background: linear-gradient(280.8deg, #e4f8ff, #c5f0ff);
  }
  79% {
    background: linear-gradient(284.4deg, #e4f8ff, #c5f0ff);
  }
  80% {
    background: linear-gradient(288deg, #e4f8ff, #c5f0ff);
  }
  81% {
    background: linear-gradient(291.6deg, #e4f8ff, #c5f0ff);
  }
  82% {
    background: linear-gradient(295.2deg, #e4f8ff, #c5f0ff);
  }
  83% {
    background: linear-gradient(298.8deg, #e4f8ff, #c5f0ff);
  }
  84% {
    background: linear-gradient(302.4deg, #e4f8ff, #c5f0ff);
  }
  85% {
    background: linear-gradient(306deg, #e4f8ff, #c5f0ff);
  }
  86% {
    background: linear-gradient(309.6deg, #e4f8ff, #c5f0ff);
  }
  87% {
    background: linear-gradient(313.2deg, #e4f8ff, #c5f0ff);
  }
  88% {
    background: linear-gradient(316.8deg, #e4f8ff, #c5f0ff);
  }
  89% {
    background: linear-gradient(320.4deg, #e4f8ff, #c5f0ff);
  }
  90% {
    background: linear-gradient(324deg, #e4f8ff, #c5f0ff);
  }
  91% {
    background: linear-gradient(327.6deg, #e4f8ff, #c5f0ff);
  }
  92% {
    background: linear-gradient(331.2deg, #e4f8ff, #c5f0ff);
  }
  93% {
    background: linear-gradient(334.8deg, #e4f8ff, #c5f0ff);
  }
  94% {
    background: linear-gradient(338.4deg, #e4f8ff, #c5f0ff);
  }
  95% {
    background: linear-gradient(342deg, #e4f8ff, #c5f0ff);
  }
  96% {
    background: linear-gradient(345.6deg, #e4f8ff, #c5f0ff);
  }
  97% {
    background: linear-gradient(349.2deg, #e4f8ff, #c5f0ff);
  }
  98% {
    background: linear-gradient(352.8deg, #e4f8ff, #c5f0ff);
  }
  99% {
    background: linear-gradient(356.4deg, #e4f8ff, #c5f0ff);
  }
  to {
    background: linear-gradient(360deg, #e4f8ff, #c5f0ff);
  }
}
.software-project-management-process {
  padding: 60px 0;
  margin-bottom: 50px;
}
.software-project-management-process__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.software-project-management-process__wrapper--txts {
  margin-bottom: 32px;
}
.software-project-management-process__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-process__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.software-project-management-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.software-project-management-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .software-project-management-process__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.software-project-management-process__wrapper--txts-desclink {
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.software-project-management-process__wrapper--cards {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
@media (min-width: 768px) {
  .software-project-management-process__wrapper--cards {
    flex-direction: row;
    padding-top: 40px;
    gap: 42px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .software-project-management-process__wrapper--cards {
    flex-direction: row;
    padding-top: 75px;
    gap: 1%;
    width: 100%;
  }
}
.software-project-management-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  padding: 40px 16px 80px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .software-project-management-process__wrapper--cards-card {
    width: 19%;
  }
}
@media (min-width: 1200px) {
  .software-project-management-process__wrapper--cards-card {
    width: 19%;
  }
}
.software-project-management-process__wrapper--cards #card-1 {
  border: 2px solid #3579f3;
}
.software-project-management-process__wrapper--cards #card-2 {
  border: 2px solid #6061ef;
}
.software-project-management-process__wrapper--cards #card-3 {
  border: 2px solid #a048f2;
}
.software-project-management-process__wrapper--cards #card-4 {
  border: 2px solid #20be5a;
}
.software-project-management-process__wrapper--cards #card-5 {
  border: 2px solid #f56d14;
}
.software-project-management-process__wrapper--cards #card-6 {
  border: 2px solid #e83939;
}
.software-project-management-process__wrapper--cards #card-7 {
  border: 2px solid #14b6a4;
}
.software-project-management-process__wrapper--cards-number {
  position: absolute;
  top: -30px;
}
.software-project-management-process__wrapper--cards-arrow {
  position: absolute;
}
.software-project-management-process__wrapper--cards #arrow-1 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .software-project-management-process__wrapper--cards #arrow-1 {
    transform: unset;
    top: -50px;
    right: -80px;
    height: unset;
  }
}
.software-project-management-process__wrapper--cards #arrow-2 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .software-project-management-process__wrapper--cards #arrow-2 {
    transform: unset;
    height: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.software-project-management-process__wrapper--cards #arrow-3 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .software-project-management-process__wrapper--cards #arrow-3 {
    transform: unset;
    height: unset;
    top: -50px;
    right: -80px;
  }
}
.software-project-management-process__wrapper--cards #arrow-4 {
  bottom: -70px;
  left: -30px;
  transform: rotate(-7deg);
  height: 95px;
}
@media (min-width: 1024px) {
  .software-project-management-process__wrapper--cards #arrow-4 {
    transform: rotate(-95deg);
    height: unset;
    left: unset;
    bottom: -90px;
    right: -40px;
  }
}
.software-project-management-process__wrapper--cards-icon {
  width: 52px;
  margin-bottom: 10px;
}
.software-project-management-process__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #1c1c1c;
  text-align: center;
}
.software-project-management-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  text-align: center;
}
.software-project-management-faqs {
  padding: 60px 0;
}
.software-project-management-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .software-project-management-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .software-project-management-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.software-project-management-faqs__wrapper--txts-heading span {
  color: #d1202d;
}
.software-project-management-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.software-project-management-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.software-project-management-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .software-project-management-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .software-project-management-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .software-project-management-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .software-project-management-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.software-project-management-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.software-project-management-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.software-project-management-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.software-project-management-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.software-project-management-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.software-project-management-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.software-project-management-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.software-project-management-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  transition: all 0.5s ease-in-out;
  margin-right: 10px;
}
.software-project-management-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.software-project-management-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.software-project-management-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.software-project-management-faqs__wrapper--cta a {
  padding: 16px 24px;
}
.pin-section-software-project-management {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-software-project-management {
    background-position: center center;
  }
}
.pin-section-software-project-management .software-project-management {
  padding: 50px 0;
}
.pin-section-software-project-management .software-project-management__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-software-project-management
    .software-project-management__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-software-project-management
  .software-project-management__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-software-project-management
    .software-project-management__wrapper--txts {
    width: 35%;
  }
}
.pin-section-software-project-management
  .software-project-management__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-software-project-management
    .software-project-management__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-software-project-management
    .software-project-management__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-software-project-management
  .software-project-management__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-software-project-management
  .software-project-management__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-software-project-management
    .software-project-management__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-software-project-management
  .software-project-management__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-software-project-management
    .software-project-management__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-software-project-management
    .software-project-management__wrapper--animation {
    width: 60%;
  }
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-software-project-management
    .software-project-management__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-software-project-management
    .software-project-management__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-software-project-management
    .software-project-management__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-software-project-management
  .software-project-management__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-software-project-management
  .software-project-management__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-software-project-management
    .software-project-management__wrapper
    .mobile-cta {
    display: none;
  }
}
.flutter-tech-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/flutter-page/flutter-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.flutter-tech-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.flutter-tech-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .flutter-tech-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.flutter-tech-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .flutter-tech-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.flutter-tech-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .flutter-tech-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .flutter-tech-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .flutter-tech-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.flutter-tech-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .flutter-tech-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.flutter-tech-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .flutter-tech-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .flutter-tech-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .flutter-tech-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.flutter-tech-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.flutter-tech-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .flutter-tech-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.flutter-tech-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flutter-tech-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.flutter-tech-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .flutter-tech-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .flutter-tech-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.flutter-tech-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .flutter-tech-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .flutter-tech-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.flutter-tech-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.flutter-tech-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .flutter-tech-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.flutter-tech-hero__wrapper--bottom-card:nth-child(1),
.flutter-tech-hero__wrapper--bottom-card:nth-child(3),
.flutter-tech-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.flutter-tech-hero__wrapper--bottom-card:nth-child(1),
.flutter-tech-hero__wrapper--bottom-card:nth-child(2),
.flutter-tech-hero__wrapper--bottom-card:nth-child(3),
.flutter-tech-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .flutter-tech-hero__wrapper--bottom-card:nth-child(1),
  .flutter-tech-hero__wrapper--bottom-card:nth-child(2),
  .flutter-tech-hero__wrapper--bottom-card:nth-child(4),
  .flutter-tech-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .flutter-tech-hero__wrapper--bottom-card:nth-child(1),
  .flutter-tech-hero__wrapper--bottom-card:nth-child(2),
  .flutter-tech-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .flutter-tech-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .flutter-tech-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.flutter-tech-hero__wrapper--bottom-card
  .flutter-tech-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .flutter-tech-hero__wrapper--bottom-card
    .flutter-tech-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-hero__wrapper--bottom-card
    .flutter-tech-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.flutter-tech-hero__wrapper--bottom-card
  .flutter-tech-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .flutter-tech-hero__wrapper--bottom-card
    .flutter-tech-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-hero__wrapper--bottom-card
    .flutter-tech-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.flutter-tech-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .flutter-tech-brands {
    margin-top: 60px;
  }
}
.flutter-tech-brands__wrapper {
  overflow: hidden;
}
.flutter-tech-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .flutter-tech-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.flutter-tech-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.flutter-tech-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.flutter-tech-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.flutter-tech-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.flutter-tech-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.flutter-tech-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.flutter-tech-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .flutter-tech-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.flutter-tech-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.flutter-tech-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.flutter-tech-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.flutter-tech-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.flutter-tech-services {
  padding: 60px 0;
}
.flutter-tech-services__wrapper--txts {
  margin-bottom: 32px;
}
.flutter-tech-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.flutter-tech-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.flutter-tech-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .flutter-tech-services__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.flutter-tech-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flutter-tech-services__wrapper--cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
.flutter-tech-services__wrapper--cards-cardwraper {
  width: 100%;
  min-width: 100%;
  padding: 24px;
  border-radius: 24px;
  background-color: #0009;
  transition: background-color 0.6s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flutter-tech-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .flutter-tech-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.flutter-tech-services__wrapper--cards #flutter-tech-appdev {
  background-color: #6dffff1f;
}
.flutter-tech-services__wrapper--cards #flutter-tech-apidev {
  background-color: #3333331f;
}
.flutter-tech-services__wrapper--cards #flutter-tech-uiux {
  background-color: #ee982b1f;
}
.flutter-tech-services__wrapper--cards #flutter-tech-crossplat {
  background-color: #4a90b61f;
}
.flutter-tech-services__wrapper--cards #flutter-tech-appconsulting {
  background-color: #cca35e1f;
}
.flutter-tech-services__wrapper--cards #flutter-tech-modernization {
  background-color: #f400da1f;
}
.flutter-tech-services__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flutter-tech-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.flutter-tech-services__wrapper--cards-cardbodyhead {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  min-height: 84px;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .flutter-tech-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .flutter-tech-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .flutter-tech-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .flutter-tech-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.flutter-tech-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  min-height: 120px;
  margin-bottom: 12px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .flutter-tech-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 150px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .flutter-tech-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.flutter-tech-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.flutter-tech-services__wrapper--cards-cardimage img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.flutter-tech-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.flutter-tech-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.flutter-tech-services__wrapper--cta a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .flutter-tech-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.flutter-tech-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .flutter-tech-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-growth {
    margin-top: 60px;
  }
}
.flutter-tech-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .flutter-tech-growth__wrapper {
    padding: 24px;
  }
}
.flutter-tech-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .flutter-tech-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.flutter-tech-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.flutter-tech-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .flutter-tech-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.flutter-tech-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .flutter-tech-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.flutter-tech-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.flutter-tech-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/flutter-excelencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.flutter-tech-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.flutter-tech-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.flutter-tech-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .flutter-tech-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.flutter-tech-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.flutter-tech-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.flutter-tech-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.flutter-tech-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) {
  .flutter-tech-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.flutter-tech-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .flutter-tech-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.flutter-tech-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.flutter-tech-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.flutter-tech-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .flutter-tech-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-excellence__wrapper--cards-heading {
    font-size: 19px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .flutter-tech-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .flutter-tech-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.flutter-tech-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .flutter-tech-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.flutter-tech-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.flutter-tech-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.flutter-tech-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .flutter-tech-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.flutter-tech-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .flutter-tech-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.flutter-tech-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.flutter-tech-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.flutter-tech-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .flutter-tech-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.flutter-tech-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.flutter-tech-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.flutter-tech-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.flutter-tech-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.flutter-tech-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.flutter-tech-process__wrapper--cards-card:hover
  .flutter-tech-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.flutter-tech-process__wrapper--cards-card:hover
  .flutter-tech-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .flutter-tech-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.flutter-tech-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.flutter-tech-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flutter-tech-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.flutter-tech-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.flutter-tech-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.flutter-tech-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .flutter-tech-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.flutter-tech-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.flutter-tech-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .flutter-tech-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.flutter-tech-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.flutter-tech-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .flutter-tech-industry__wrapper {
    overflow: unset;
  }
}
.flutter-tech-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.flutter-tech-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.flutter-tech-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.flutter-tech-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.flutter-tech-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    font-size: 36px;
  }
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .flutter-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/manual-testing-page/travel-tourismbg.webp);
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/entertainment.webp);
}
.flutter-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.flutter-tech-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.flutter-tech-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.flutter-tech-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .flutter-tech-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.flutter-tech-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .flutter-tech-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.flutter-tech-history__wrapper--txts {
  margin-bottom: 32px;
}
.flutter-tech-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.flutter-tech-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.flutter-tech-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.flutter-tech-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .flutter-tech-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.flutter-tech-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .flutter-tech-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .flutter-tech-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .flutter-tech-history__wrapper--cards-card {
    padding: 24px;
  }
}
.flutter-tech-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.flutter-tech-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .flutter-tech-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.flutter-tech-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.flutter-tech-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.flutter-tech-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .flutter-tech-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.flutter-tech-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .flutter-tech-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .flutter-tech-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.flutter-tech-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.flutter-tech-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .flutter-tech-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.flutter-tech-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.flutter-tech-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.flutter-tech-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.flutter-tech-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
@keyframes gradientRotatePink {
  0% {
    background: linear-gradient(0deg, #ffd6e7, #d1006f);
  }
  5% {
    background: linear-gradient(18deg, #ffd6e7, #d1006f);
  }
  10% {
    background: linear-gradient(36deg, #ffd6e7, #d1006f);
  }
  15% {
    background: linear-gradient(54deg, #ffd6e7, #d1006f);
  }
  20% {
    background: linear-gradient(72deg, #ffd6e7, #d1006f);
  }
  25% {
    background: linear-gradient(90deg, #ffd6e7, #d1006f);
  }
  30% {
    background: linear-gradient(108deg, #ffd6e7, #d1006f);
  }
  35% {
    background: linear-gradient(126deg, #ffd6e7, #d1006f);
  }
  40% {
    background: linear-gradient(144deg, #ffd6e7, #d1006f);
  }
  45% {
    background: linear-gradient(162deg, #ffd6e7, #d1006f);
  }
  50% {
    background: linear-gradient(180deg, #ffd6e7, #d1006f);
  }
  55% {
    background: linear-gradient(198deg, #ffd6e7, #d1006f);
  }
  60% {
    background: linear-gradient(216deg, #ffd6e7, #d1006f);
  }
  65% {
    background: linear-gradient(234deg, #ffd6e7, #d1006f);
  }
  70% {
    background: linear-gradient(252deg, #ffd6e7, #d1006f);
  }
  75% {
    background: linear-gradient(270deg, #ffd6e7, #d1006f);
  }
  80% {
    background: linear-gradient(288deg, #ffd6e7, #d1006f);
  }
  85% {
    background: linear-gradient(306deg, #ffd6e7, #d1006f);
  }
  90% {
    background: linear-gradient(324deg, #ffd6e7, #d1006f);
  }
  95% {
    background: linear-gradient(342deg, #ffd6e7, #d1006f);
  }
  to {
    background: linear-gradient(360deg, #ffd6e7, #d1006f);
  }
}
@keyframes gradientRotategr {
  0% {
    background: linear-gradient(0deg, #e8f5e9, #2e7d32);
  }
  2% {
    background: linear-gradient(7.2deg, #e8f5e9, #2e7d32);
  }
  4% {
    background: linear-gradient(14.4deg, #e8f5e9, #2e7d32);
  }
  6% {
    background: linear-gradient(21.6deg, #e8f5e9, #2e7d32);
  }
  8% {
    background: linear-gradient(28.8deg, #e8f5e9, #2e7d32);
  }
  10% {
    background: linear-gradient(36deg, #e8f5e9, #2e7d32);
  }
  12% {
    background: linear-gradient(43.2deg, #e8f5e9, #2e7d32);
  }
  14% {
    background: linear-gradient(50.4deg, #e8f5e9, #2e7d32);
  }
  16% {
    background: linear-gradient(57.6deg, #e8f5e9, #2e7d32);
  }
  18% {
    background: linear-gradient(64.8deg, #e8f5e9, #2e7d32);
  }
  20% {
    background: linear-gradient(72deg, #e8f5e9, #2e7d32);
  }
  22% {
    background: linear-gradient(79.2deg, #e8f5e9, #2e7d32);
  }
  24% {
    background: linear-gradient(86.4deg, #e8f5e9, #2e7d32);
  }
  26% {
    background: linear-gradient(93.6deg, #e8f5e9, #2e7d32);
  }
  28% {
    background: linear-gradient(100.8deg, #e8f5e9, #2e7d32);
  }
  30% {
    background: linear-gradient(108deg, #e8f5e9, #2e7d32);
  }
  32% {
    background: linear-gradient(115.2deg, #e8f5e9, #2e7d32);
  }
  34% {
    background: linear-gradient(122.4deg, #e8f5e9, #2e7d32);
  }
  36% {
    background: linear-gradient(129.6deg, #e8f5e9, #2e7d32);
  }
  38% {
    background: linear-gradient(136.8deg, #e8f5e9, #2e7d32);
  }
  40% {
    background: linear-gradient(144deg, #e8f5e9, #2e7d32);
  }
  42% {
    background: linear-gradient(151.2deg, #e8f5e9, #2e7d32);
  }
  44% {
    background: linear-gradient(158.4deg, #e8f5e9, #2e7d32);
  }
  46% {
    background: linear-gradient(165.6deg, #e8f5e9, #2e7d32);
  }
  48% {
    background: linear-gradient(172.8deg, #e8f5e9, #2e7d32);
  }
  50% {
    background: linear-gradient(180deg, #e8f5e9, #2e7d32);
  }
  52% {
    background: linear-gradient(187.2deg, #e8f5e9, #2e7d32);
  }
  54% {
    background: linear-gradient(194.4deg, #e8f5e9, #2e7d32);
  }
  56% {
    background: linear-gradient(201.6deg, #e8f5e9, #2e7d32);
  }
  58% {
    background: linear-gradient(208.8deg, #e8f5e9, #2e7d32);
  }
  60% {
    background: linear-gradient(216deg, #e8f5e9, #2e7d32);
  }
  62% {
    background: linear-gradient(223.2deg, #e8f5e9, #2e7d32);
  }
  64% {
    background: linear-gradient(230.4deg, #e8f5e9, #2e7d32);
  }
  66% {
    background: linear-gradient(237.6deg, #e8f5e9, #2e7d32);
  }
  68% {
    background: linear-gradient(244.8deg, #e8f5e9, #2e7d32);
  }
  70% {
    background: linear-gradient(252deg, #e8f5e9, #2e7d32);
  }
  72% {
    background: linear-gradient(259.2deg, #e8f5e9, #2e7d32);
  }
  74% {
    background: linear-gradient(266.4deg, #e8f5e9, #2e7d32);
  }
  76% {
    background: linear-gradient(273.6deg, #e8f5e9, #2e7d32);
  }
  78% {
    background: linear-gradient(280.8deg, #e8f5e9, #2e7d32);
  }
  80% {
    background: linear-gradient(288deg, #e8f5e9, #2e7d32);
  }
  82% {
    background: linear-gradient(295.2deg, #e8f5e9, #2e7d32);
  }
  84% {
    background: linear-gradient(302.4deg, #e8f5e9, #2e7d32);
  }
  86% {
    background: linear-gradient(309.6deg, #e8f5e9, #2e7d32);
  }
  88% {
    background: linear-gradient(316.8deg, #e8f5e9, #2e7d32);
  }
  90% {
    background: linear-gradient(324deg, #e8f5e9, #2e7d32);
  }
  92% {
    background: linear-gradient(331.2deg, #e8f5e9, #2e7d32);
  }
  94% {
    background: linear-gradient(338.4deg, #e8f5e9, #2e7d32);
  }
  96% {
    background: linear-gradient(345.6deg, #e8f5e9, #2e7d32);
  }
  98% {
    background: linear-gradient(352.8deg, #e8f5e9, #2e7d32);
  }
  to {
    background: linear-gradient(360deg, #e8f5e9, #2e7d32);
  }
}
@keyframes gradientRotatePeach {
  0% {
    background: linear-gradient(0deg, #ffe0d5, #ff8a65);
  }
  2% {
    background: linear-gradient(7.2deg, #ffe0d5, #ff8a65);
  }
  4% {
    background: linear-gradient(14.4deg, #ffe0d5, #ff8a65);
  }
  6% {
    background: linear-gradient(21.6deg, #ffe0d5, #ff8a65);
  }
  8% {
    background: linear-gradient(28.8deg, #ffe0d5, #ff8a65);
  }
  10% {
    background: linear-gradient(36deg, #ffe0d5, #ff8a65);
  }
  12% {
    background: linear-gradient(43.2deg, #ffe0d5, #ff8a65);
  }
  14% {
    background: linear-gradient(50.4deg, #ffe0d5, #ff8a65);
  }
  16% {
    background: linear-gradient(57.6deg, #ffe0d5, #ff8a65);
  }
  18% {
    background: linear-gradient(64.8deg, #ffe0d5, #ff8a65);
  }
  20% {
    background: linear-gradient(72deg, #ffe0d5, #ff8a65);
  }
  22% {
    background: linear-gradient(79.2deg, #ffe0d5, #ff8a65);
  }
  24% {
    background: linear-gradient(86.4deg, #ffe0d5, #ff8a65);
  }
  26% {
    background: linear-gradient(93.6deg, #ffe0d5, #ff8a65);
  }
  28% {
    background: linear-gradient(100.8deg, #ffe0d5, #ff8a65);
  }
  30% {
    background: linear-gradient(108deg, #ffe0d5, #ff8a65);
  }
  32% {
    background: linear-gradient(115.2deg, #ffe0d5, #ff8a65);
  }
  34% {
    background: linear-gradient(122.4deg, #ffe0d5, #ff8a65);
  }
  36% {
    background: linear-gradient(129.6deg, #ffe0d5, #ff8a65);
  }
  38% {
    background: linear-gradient(136.8deg, #ffe0d5, #ff8a65);
  }
  40% {
    background: linear-gradient(144deg, #ffe0d5, #ff8a65);
  }
  42% {
    background: linear-gradient(151.2deg, #ffe0d5, #ff8a65);
  }
  44% {
    background: linear-gradient(158.4deg, #ffe0d5, #ff8a65);
  }
  46% {
    background: linear-gradient(165.6deg, #ffe0d5, #ff8a65);
  }
  48% {
    background: linear-gradient(172.8deg, #ffe0d5, #ff8a65);
  }
  50% {
    background: linear-gradient(180deg, #ffe0d5, #ff8a65);
  }
  52% {
    background: linear-gradient(187.2deg, #ffe0d5, #ff8a65);
  }
  54% {
    background: linear-gradient(194.4deg, #ffe0d5, #ff8a65);
  }
  56% {
    background: linear-gradient(201.6deg, #ffe0d5, #ff8a65);
  }
  58% {
    background: linear-gradient(208.8deg, #ffe0d5, #ff8a65);
  }
  60% {
    background: linear-gradient(216deg, #ffe0d5, #ff8a65);
  }
  62% {
    background: linear-gradient(223.2deg, #ffe0d5, #ff8a65);
  }
  64% {
    background: linear-gradient(230.4deg, #ffe0d5, #ff8a65);
  }
  66% {
    background: linear-gradient(237.6deg, #ffe0d5, #ff8a65);
  }
  68% {
    background: linear-gradient(244.8deg, #ffe0d5, #ff8a65);
  }
  70% {
    background: linear-gradient(252deg, #ffe0d5, #ff8a65);
  }
  72% {
    background: linear-gradient(259.2deg, #ffe0d5, #ff8a65);
  }
  74% {
    background: linear-gradient(266.4deg, #ffe0d5, #ff8a65);
  }
  76% {
    background: linear-gradient(273.6deg, #ffe0d5, #ff8a65);
  }
  78% {
    background: linear-gradient(280.8deg, #ffe0d5, #ff8a65);
  }
  80% {
    background: linear-gradient(288deg, #ffe0d5, #ff8a65);
  }
  82% {
    background: linear-gradient(295.2deg, #ffe0d5, #ff8a65);
  }
  84% {
    background: linear-gradient(302.4deg, #ffe0d5, #ff8a65);
  }
  86% {
    background: linear-gradient(309.6deg, #ffe0d5, #ff8a65);
  }
  88% {
    background: linear-gradient(316.8deg, #ffe0d5, #ff8a65);
  }
  90% {
    background: linear-gradient(324deg, #ffe0d5, #ff8a65);
  }
  92% {
    background: linear-gradient(331.2deg, #ffe0d5, #ff8a65);
  }
  94% {
    background: linear-gradient(338.4deg, #ffe0d5, #ff8a65);
  }
  96% {
    background: linear-gradient(345.6deg, #ffe0d5, #ff8a65);
  }
  98% {
    background: linear-gradient(352.8deg, #ffe0d5, #ff8a65);
  }
  to {
    background: linear-gradient(360deg, #ffe0d5, #ff8a65);
  }
}
.pin-section-flutter-tech-seo {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-flutter-tech-seo {
    background-position: center center;
  }
}
.pin-section-flutter-tech-seo .flutter-tech-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-flutter-tech-seo .flutter-tech-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-flutter-tech-seo .flutter-tech-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-flutter-tech-seo .flutter-tech-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-flutter-tech-seo .flutter-tech-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--animation-div {
  height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
.pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-flutter-tech-seo .flutter-tech-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-flutter-tech-seo
    .flutter-tech-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-flutter-tech-seo
    .flutter-tech-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-flutter-tech-seo
  .flutter-tech-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-flutter-tech-seo .flutter-tech-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-flutter-tech-seo .flutter-tech-seo__wrapper .mobile-cta {
    display: none;
  }
}
.flutter-tech-faqs {
  padding: 60px 0;
}
.flutter-tech-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .flutter-tech-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .flutter-tech-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 57px;
  }
}
.flutter-tech-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.flutter-tech-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.flutter-tech-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.flutter-tech-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  font-family: Lato, sans-serif;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .flutter-tech-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .flutter-tech-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .flutter-tech-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .flutter-tech-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.flutter-tech-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.flutter-tech-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.flutter-tech-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.flutter-tech-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.flutter-tech-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.flutter-tech-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.flutter-tech-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.flutter-tech-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .flutter-tech-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.flutter-tech-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.flutter-tech-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.flutter-tech-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.flutter-tech-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .flutter-tech-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.functional-testing-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/functional-testing-page/hero-homebg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.functional-testing-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.functional-testing-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .functional-testing-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.functional-testing-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .functional-testing-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.functional-testing-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .functional-testing-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .functional-testing-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .functional-testing-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .functional-testing-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.functional-testing-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .functional-testing-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.functional-testing-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .functional-testing-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .functional-testing-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .functional-testing-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .functional-testing-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.functional-testing-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .functional-testing-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.functional-testing-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .functional-testing-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .functional-testing-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.functional-testing-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .functional-testing-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.functional-testing-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .functional-testing-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .functional-testing-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.functional-testing-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .functional-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .functional-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.functional-testing-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.functional-testing-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .functional-testing-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.functional-testing-hero__wrapper--bottom-card:nth-child(1),
.functional-testing-hero__wrapper--bottom-card:nth-child(3),
.functional-testing-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.functional-testing-hero__wrapper--bottom-card:nth-child(1),
.functional-testing-hero__wrapper--bottom-card:nth-child(2),
.functional-testing-hero__wrapper--bottom-card:nth-child(3),
.functional-testing-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .functional-testing-hero__wrapper--bottom-card:nth-child(1),
  .functional-testing-hero__wrapper--bottom-card:nth-child(2),
  .functional-testing-hero__wrapper--bottom-card:nth-child(4),
  .functional-testing-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .functional-testing-hero__wrapper--bottom-card:nth-child(1),
  .functional-testing-hero__wrapper--bottom-card:nth-child(2),
  .functional-testing-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .functional-testing-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .functional-testing-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.functional-testing-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .functional-testing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.functional-testing-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .functional-testing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.functional-testing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .functional-testing-brands {
    margin-top: 60px;
  }
}
.functional-testing-brands__wrapper {
  overflow: hidden;
}
.functional-testing-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.functional-testing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.functional-testing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.functional-testing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.functional-testing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.functional-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.functional-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.functional-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .functional-testing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.functional-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.functional-testing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.functional-testing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.functional-testing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.functional-testing-services {
  padding: 60px 0;
}
.functional-testing-services__wrapper--txts {
  margin-bottom: 32px;
}
.functional-testing-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.functional-testing-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.functional-testing-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .functional-testing-services__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.functional-testing-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.functional-testing-services__wrapper--cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
.functional-testing-services__wrapper--cards-cardwraper {
  width: 100%;
  min-width: 100%;
  padding: 24px;
  border-radius: 24px;
  background-color: #0009;
  transition: background-color 0.6s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .functional-testing-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .functional-testing-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.functional-testing-services__wrapper--cards #service-card1 {
  background-color: #06f2f41f;
}
.functional-testing-services__wrapper--cards #service-card2 {
  background-color: #ff43761f;
}
.functional-testing-services__wrapper--cards #service-card3 {
  background-color: #0106101f;
}
.functional-testing-services__wrapper--cards #service-card4 {
  background-color: #0136681f;
}
.functional-testing-services__wrapper--cards #service-card5 {
  background-color: #05090c1f;
}
.functional-testing-services__wrapper--cards #service-card6 {
  background-color: #00383a1f;
}
.functional-testing-services__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.functional-testing-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.functional-testing-services__wrapper--cards-cardbodyhead {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  min-height: 84px;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .functional-testing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .functional-testing-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .functional-testing-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .functional-testing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.functional-testing-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  min-height: 120px;
  margin-bottom: 12px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .functional-testing-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 150px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .functional-testing-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.functional-testing-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.functional-testing-services__wrapper--cards-cardimage img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.functional-testing-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.functional-testing-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.functional-testing-services__wrapper--cta a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .functional-testing-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.functional-testing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .functional-testing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-growth {
    margin-top: 60px;
  }
}
.functional-testing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .functional-testing-growth__wrapper {
    padding: 24px;
  }
}
.functional-testing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .functional-testing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.functional-testing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.functional-testing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .functional-testing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.functional-testing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .functional-testing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.functional-testing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.functional-testing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/functional-testing-excelencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.functional-testing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.functional-testing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.functional-testing-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .functional-testing-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.functional-testing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.functional-testing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.functional-testing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.functional-testing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .functional-testing-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.functional-testing-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .functional-testing-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .functional-testing-excellence__wrapper--cards-card:last-child:nth-child(
      odd
    ) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .functional-testing-excellence__wrapper--cards-card:last-child:nth-child(
      odd
    ) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.functional-testing-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.functional-testing-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.functional-testing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .functional-testing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .functional-testing-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .functional-testing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.functional-testing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .functional-testing-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.functional-testing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.functional-testing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.functional-testing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .functional-testing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.functional-testing-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .functional-testing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.functional-testing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.functional-testing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.functional-testing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .functional-testing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.functional-testing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.functional-testing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.functional-testing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.functional-testing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.functional-testing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.functional-testing-process__wrapper--cards-card:hover
  .functional-testing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.functional-testing-process__wrapper--cards-card:hover
  .functional-testing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .functional-testing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .functional-testing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.functional-testing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.functional-testing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.functional-testing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.functional-testing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.functional-testing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.functional-testing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .functional-testing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.functional-testing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.functional-testing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .functional-testing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.functional-testing-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.functional-testing-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .functional-testing-industry__wrapper {
    overflow: unset;
  }
}
.functional-testing-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.functional-testing-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.functional-testing-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.functional-testing-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.functional-testing-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    font-size: 36px;
  }
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .functional-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/manual-testing-page/travel-tourismbg.webp);
}
.functional-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.functional-testing-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.functional-testing-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.functional-testing-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .functional-testing-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.functional-testing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .functional-testing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.functional-testing-history__wrapper--txts {
  margin-bottom: 32px;
}
.functional-testing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.functional-testing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.functional-testing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.functional-testing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .functional-testing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .functional-testing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.functional-testing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .functional-testing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .functional-testing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .functional-testing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .functional-testing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.functional-testing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.functional-testing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .functional-testing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.functional-testing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.functional-testing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.functional-testing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .functional-testing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .functional-testing-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.functional-testing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .functional-testing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .functional-testing-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .functional-testing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.functional-testing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.functional-testing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .functional-testing-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.functional-testing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.functional-testing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.functional-testing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.functional-testing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.pin-section-functional-testing {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-functional-testing {
    background-position: center center;
  }
}
.pin-section-functional-testing .functional-testing {
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-functional-testing .functional-testing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-functional-testing .functional-testing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-functional-testing .functional-testing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-functional-testing .functional-testing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-functional-testing .functional-testing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-functional-testing .functional-testing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-functional-testing .functional-testing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-functional-testing
  .functional-testing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-functional-testing .functional-testing__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-functional-testing .functional-testing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-functional-testing .functional-testing__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-functional-testing .functional-testing__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-functional-testing .functional-testing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-functional-testing .functional-testing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-functional-testing .functional-testing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-functional-testing
    .functional-testing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-functional-testing
    .functional-testing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-functional-testing
    .functional-testing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-functional-testing
  .functional-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-functional-testing .functional-testing__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-functional-testing .functional-testing__wrapper .mobile-cta {
    display: none;
  }
}
.functional-testing-faqs {
  padding: 60px 0;
}
.functional-testing-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .functional-testing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .functional-testing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.functional-testing-faqs__wrapper--txts-heading span {
  font-weight: 600;
  color: #d1202d;
}
.functional-testing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.functional-testing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.functional-testing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-family: Lato, sans-serif;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .functional-testing-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .functional-testing-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .functional-testing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .functional-testing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.functional-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.functional-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.functional-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.functional-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.functional-testing-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.functional-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.functional-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.functional-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .functional-testing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.functional-testing-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.functional-testing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.functional-testing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.functional-testing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .functional-testing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.react-native-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/react-native-page/react-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.react-native-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.react-native-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .react-native-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.react-native-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .react-native-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.react-native-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .react-native-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .react-native-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .react-native-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .react-native-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.react-native-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .react-native-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.react-native-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .react-native-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .react-native-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .react-native-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .react-native-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.react-native-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .react-native-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.react-native-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .react-native-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .react-native-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.react-native-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .react-native-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .react-native-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.react-native-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .react-native-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .react-native-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.react-native-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .react-native-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .react-native-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .react-native-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.react-native-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.react-native-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .react-native-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.react-native-hero__wrapper--bottom-card:nth-child(1),
.react-native-hero__wrapper--bottom-card:nth-child(3),
.react-native-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.react-native-hero__wrapper--bottom-card:nth-child(1),
.react-native-hero__wrapper--bottom-card:nth-child(2),
.react-native-hero__wrapper--bottom-card:nth-child(3),
.react-native-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .react-native-hero__wrapper--bottom-card:nth-child(1),
  .react-native-hero__wrapper--bottom-card:nth-child(2),
  .react-native-hero__wrapper--bottom-card:nth-child(4),
  .react-native-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .react-native-hero__wrapper--bottom-card:nth-child(1),
  .react-native-hero__wrapper--bottom-card:nth-child(2),
  .react-native-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .react-native-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .react-native-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.react-native-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .react-native-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .react-native-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.react-native-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .react-native-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .react-native-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.react-native-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .react-native-brands {
    margin-top: 60px;
  }
}
.react-native-brands__wrapper {
  overflow: hidden;
}
.react-native-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .react-native-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .react-native-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.react-native-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.react-native-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.react-native-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.react-native-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.react-native-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.react-native-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.react-native-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .react-native-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.react-native-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.react-native-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.react-native-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.react-native-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.react-native-services {
  padding: 60px 0;
}
.react-native-services__wrapper--txts {
  margin-bottom: 32px;
}
.react-native-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .react-native-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .react-native-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.react-native-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.react-native-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .react-native-services__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.react-native-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.react-native-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.react-native-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .react-native-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .react-native-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.react-native-services__wrapper--cards #service-card1 {
  background-color: #41599c1f;
}
.react-native-services__wrapper--cards #service-card2 {
  background-color: #7939531f;
}
.react-native-services__wrapper--cards #service-card3 {
  background-color: #c7581b1f;
}
.react-native-services__wrapper--cards #service-card4 {
  background-color: #4758101f;
}
.react-native-services__wrapper--cards #service-card5 {
  background-color: #60666a1f;
}
.react-native-services__wrapper--cards #service-card6 {
  background-color: #925b071f;
}
.react-native-services__wrapper--cards #service-card7 {
  background-color: #bd13221f;
}
.react-native-services__wrapper--cards #service-card8 {
  background-color: #56766b1f;
}
.react-native-services__wrapper--cards #service-card9 {
  background-color: #df50051f;
}
.react-native-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.react-native-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.react-native-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .react-native-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .react-native-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .react-native-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .react-native-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.react-native-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 120px;
}
@media (min-width: 768px) {
  .react-native-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 24px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .react-native-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.react-native-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.react-native-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.react-native-services__wrapper--cta {
  padding-top: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .react-native-services__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.react-native-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.react-native-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .react-native-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.react-native-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .react-native-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .react-native-growth {
    margin-top: 60px;
  }
}
.react-native-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .react-native-growth__wrapper {
    padding: 24px;
  }
}
.react-native-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .react-native-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .react-native-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.react-native-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .react-native-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.react-native-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .react-native-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.react-native-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .react-native-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.react-native-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.react-native-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/react-native-page/excelence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.react-native-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.react-native-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.react-native-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .react-native-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .react-native-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.react-native-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.react-native-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.react-native-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.react-native-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .react-native-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.react-native-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .react-native-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.react-native-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.react-native-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.react-native-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #181818;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .react-native-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .react-native-excellence__wrapper--cards-heading {
    font-size: 19px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .react-native-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .react-native-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.react-native-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .react-native-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.react-native-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.react-native-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.react-native-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .react-native-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.react-native-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .react-native-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.react-native-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.react-native-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.react-native-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .react-native-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .react-native-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.react-native-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.react-native-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.react-native-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.react-native-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.react-native-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.react-native-process__wrapper--cards-card:hover
  .react-native-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.react-native-process__wrapper--cards-card:hover
  .react-native-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .react-native-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .react-native-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.react-native-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.react-native-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.react-native-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.react-native-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.react-native-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.react-native-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.react-native-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.react-native-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .react-native-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.react-native-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.react-native-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .react-native-industry__wrapper {
    overflow: unset;
  }
}
.react-native-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .react-native-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.react-native-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.react-native-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.react-native-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.react-native-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
@media (min-width: 1200px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
@media (min-width: 1440px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(230px);
  }
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 30px;
    line-height: 40px;
    transform: translateY(200px);
  }
}
@media (min-width: 1200px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 28px;
    line-height: 36px;
    transform: translateY(200px);
  }
}
@media (min-width: 1440px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 30px;
    line-height: 48px;
    transform: translateY(230px);
  }
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .react-native-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/manual-testing-page/travel-tourismbg.webp);
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/entertainment.webp);
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-9 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/react-native-page/industry/food-delivery.webp);
}
.react-native-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-10 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/react-native-page/industry/startup.webp);
}
.react-native-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.react-native-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.react-native-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .react-native-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.react-native-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .react-native-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.react-native-history__wrapper--txts {
  margin-bottom: 32px;
}
.react-native-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .react-native-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.react-native-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.react-native-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .react-native-history__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.react-native-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .react-native-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .react-native-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.react-native-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .react-native-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .react-native-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .react-native-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .react-native-history__wrapper--cards-card {
    padding: 24px;
  }
}
.react-native-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.react-native-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .react-native-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.react-native-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.react-native-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.react-native-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .react-native-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .react-native-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.react-native-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .react-native-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .react-native-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .react-native-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.react-native-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.react-native-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .react-native-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.react-native-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.react-native-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.react-native-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.react-native-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.react-native-faqs {
  padding: 60px 0;
}
.react-native-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .react-native-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .react-native-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.react-native-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.react-native-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.react-native-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.react-native-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .react-native-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .react-native-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .react-native-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .react-native-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.react-native-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.react-native-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.react-native-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.react-native-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.react-native-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.react-native-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.react-native-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.react-native-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .react-native-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.react-native-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.react-native-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.react-native-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.react-native-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .react-native-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.pin-section-rct-dev-seo {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-rct-dev-seo {
    background-position: center center;
  }
}
.pin-section-rct-dev-seo .react-dev-seo {
  padding: 50px 0;
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-rct-dev-seo .react-dev-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-rct-dev-seo .react-dev-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-rct-dev-seo .react-dev-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-rct-dev-seo .react-dev-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-rct-dev-seo .react-dev-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-rct-dev-seo .react-dev-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-rct-dev-seo .react-dev-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-rct-dev-seo .react-dev-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-rct-dev-seo
    .react-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-rct-dev-seo
    .react-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper--animation-scroller .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-rct-dev-seo
  .react-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-rct-dev-seo .react-dev-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-rct-dev-seo .react-dev-seo__wrapper .mobile-cta {
    display: none;
  }
}
.webapp-tech-hero {
  padding-top: 120px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/web-app-page/web-app-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.webapp-tech-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.webapp-tech-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .webapp-tech-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.webapp-tech-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .webapp-tech-hero__wrapper--uper-left {
    max-width: 55%;
  }
}
.webapp-tech-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .webapp-tech-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .webapp-tech-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .webapp-tech-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.webapp-tech-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .webapp-tech-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.webapp-tech-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .webapp-tech-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .webapp-tech-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .webapp-tech-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.webapp-tech-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.webapp-tech-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .webapp-tech-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-hero__wrapper--uper-right {
    max-width: 40%;
  }
}
.webapp-tech-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .webapp-tech-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.webapp-tech-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .webapp-tech-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .webapp-tech-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.webapp-tech-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .webapp-tech-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .webapp-tech-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.webapp-tech-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.webapp-tech-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .webapp-tech-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.webapp-tech-hero__wrapper--bottom-card:nth-child(1),
.webapp-tech-hero__wrapper--bottom-card:nth-child(3),
.webapp-tech-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.webapp-tech-hero__wrapper--bottom-card:nth-child(1),
.webapp-tech-hero__wrapper--bottom-card:nth-child(2),
.webapp-tech-hero__wrapper--bottom-card:nth-child(3),
.webapp-tech-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .webapp-tech-hero__wrapper--bottom-card:nth-child(1),
  .webapp-tech-hero__wrapper--bottom-card:nth-child(2),
  .webapp-tech-hero__wrapper--bottom-card:nth-child(4),
  .webapp-tech-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .webapp-tech-hero__wrapper--bottom-card:nth-child(1),
  .webapp-tech-hero__wrapper--bottom-card:nth-child(2),
  .webapp-tech-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .webapp-tech-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .webapp-tech-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.webapp-tech-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .webapp-tech-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.webapp-tech-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .webapp-tech-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.webapp-tech-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .webapp-tech-brands {
    margin-top: 60px;
  }
}
.webapp-tech-brands__wrapper {
  overflow: hidden;
}
.webapp-tech-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.webapp-tech-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.webapp-tech-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.webapp-tech-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.webapp-tech-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.webapp-tech-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.webapp-tech-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.webapp-tech-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .webapp-tech-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.webapp-tech-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.webapp-tech-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.webapp-tech-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.webapp-tech-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.webapp-tech-services {
  padding: 60px 0;
}
.webapp-tech-services__wrapper--txts {
  margin-bottom: 32px;
}
.webapp-tech-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .webapp-tech-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.webapp-tech-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.webapp-tech-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.webapp-tech-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webapp-tech-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.webapp-tech-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .webapp-tech-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .webapp-tech-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.webapp-tech-services__wrapper--cards #service-card1 {
  background-color: #01bbe11f;
}
.webapp-tech-services__wrapper--cards #service-card2 {
  background-color: #7939531f;
}
.webapp-tech-services__wrapper--cards #service-card3 {
  background-color: #c7581b1f;
}
.webapp-tech-services__wrapper--cards #service-card4 {
  background-color: #4758101f;
}
.webapp-tech-services__wrapper--cards #service-card5 {
  background-color: #60666a1f;
}
.webapp-tech-services__wrapper--cards #service-card6 {
  background-color: #925b071f;
}
.webapp-tech-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.webapp-tech-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.webapp-tech-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .webapp-tech-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .webapp-tech-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .webapp-tech-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .webapp-tech-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.webapp-tech-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 120px;
}
@media (min-width: 768px) {
  .webapp-tech-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 24px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .webapp-tech-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.webapp-tech-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.webapp-tech-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.webapp-tech-services__wrapper--cta {
  padding-top: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .webapp-tech-services__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.webapp-tech-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.webapp-tech-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .webapp-tech-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.webapp-tech-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .webapp-tech-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-growth {
    margin-top: 60px;
  }
}
.webapp-tech-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .webapp-tech-growth__wrapper {
    padding: 24px;
  }
}
.webapp-tech-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .webapp-tech-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.webapp-tech-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.webapp-tech-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .webapp-tech-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.webapp-tech-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .webapp-tech-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.webapp-tech-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.webapp-tech-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/webapp-excelence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.webapp-tech-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.webapp-tech-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 576px) {
  .webapp-tech-excellence__wrapper--txts-btn {
    font-size: 16px;
  }
}
.webapp-tech-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .webapp-tech-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.webapp-tech-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.webapp-tech-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.webapp-tech-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.webapp-tech-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .webapp-tech-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.webapp-tech-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .webapp-tech-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
.webapp-tech-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.webapp-tech-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.webapp-tech-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #181818;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .webapp-tech-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .webapp-tech-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .webapp-tech-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.webapp-tech-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .webapp-tech-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.webapp-tech-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.webapp-tech-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.webapp-tech-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .webapp-tech-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.webapp-tech-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .webapp-tech-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.webapp-tech-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.webapp-tech-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.webapp-tech-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .webapp-tech-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.webapp-tech-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.webapp-tech-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.webapp-tech-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.webapp-tech-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.webapp-tech-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.webapp-tech-process__wrapper--cards-card:hover
  .webapp-tech-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.webapp-tech-process__wrapper--cards-card:hover
  .webapp-tech-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .webapp-tech-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.webapp-tech-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.webapp-tech-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webapp-tech-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.webapp-tech-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #181818;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.webapp-tech-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.webapp-tech-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.webapp-tech-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.webapp-tech-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .webapp-tech-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.webapp-tech-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.webapp-tech-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .webapp-tech-industry__wrapper {
    overflow: unset;
  }
}
.webapp-tech-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.webapp-tech-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.webapp-tech-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.webapp-tech-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.webapp-tech-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
@media (min-width: 1200px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
@media (min-width: 1440px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(270px);
  }
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(200px);
  }
}
@media (min-width: 1200px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 30px;
    line-height: 40px;
    transform: translateY(220px);
  }
}
@media (min-width: 1440px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 36px;
    line-height: 48px;
    transform: translateY(270px);
  }
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .webapp-tech-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/retail.webp);
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.webapp-tech-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/entertainment.webp);
}
.webapp-tech-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.webapp-tech-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.webapp-tech-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .webapp-tech-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.webapp-tech-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .webapp-tech-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.webapp-tech-history__wrapper--txts {
  margin-bottom: 32px;
}
.webapp-tech-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.webapp-tech-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.webapp-tech-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .webapp-tech-history__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.webapp-tech-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .webapp-tech-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.webapp-tech-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .webapp-tech-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .webapp-tech-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .webapp-tech-history__wrapper--cards-card {
    padding: 24px;
  }
}
.webapp-tech-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.webapp-tech-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .webapp-tech-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.webapp-tech-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.webapp-tech-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.webapp-tech-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .webapp-tech-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.webapp-tech-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .webapp-tech-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .webapp-tech-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.webapp-tech-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.webapp-tech-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .webapp-tech-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.webapp-tech-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.webapp-tech-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.webapp-tech-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.webapp-tech-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.webapp-tech-faqs {
  padding: 60px 0;
}
.webapp-tech-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .webapp-tech-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .webapp-tech-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.webapp-tech-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.webapp-tech-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.webapp-tech-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.webapp-tech-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .webapp-tech-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .webapp-tech-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .webapp-tech-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .webapp-tech-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.webapp-tech-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.webapp-tech-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.webapp-tech-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.webapp-tech-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.webapp-tech-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.webapp-tech-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.webapp-tech-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.webapp-tech-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .webapp-tech-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.webapp-tech-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.webapp-tech-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.webapp-tech-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.webapp-tech-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .webapp-tech-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.pin-section-web-dev-seo {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-web-dev-seo {
    background-position: center center;
  }
}
.pin-section-web-dev-seo .webapp-dev-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .webapp-dev-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .webapp-dev-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .webapp-dev-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-web-dev-seo .webapp-dev-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .webapp-dev-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .webapp-dev-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .webapp-dev-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .webapp-dev-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo
    .webapp-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-web-dev-seo
    .webapp-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper--animation-scroller .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 4px;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 4px;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-web-dev-seo
  .webapp-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-web-dev-seo .webapp-dev-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-web-dev-seo .webapp-dev-seo__wrapper .mobile-cta {
    display: none;
  }
}
.business-analysis-consulting-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/business-consulting-page/business-analysis-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.business-analysis-consulting-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.business-analysis-consulting-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.business-analysis-consulting-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.business-analysis-consulting-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .business-analysis-consulting-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .business-analysis-consulting-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.business-analysis-consulting-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .business-analysis-consulting-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.business-analysis-consulting-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .business-analysis-consulting-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .business-analysis-consulting-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.business-analysis-consulting-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.business-analysis-consulting-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .business-analysis-consulting-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.business-analysis-consulting-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .business-analysis-consulting-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.business-analysis-consulting-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .business-analysis-consulting-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .business-analysis-consulting-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.business-analysis-consulting-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .business-analysis-consulting-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.business-analysis-consulting-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.business-analysis-consulting-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .business-analysis-consulting-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.business-analysis-consulting-hero__wrapper--bottom-card:nth-child(1),
.business-analysis-consulting-hero__wrapper--bottom-card:nth-child(3),
.business-analysis-consulting-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.business-analysis-consulting-hero__wrapper--bottom-card:nth-child(1),
.business-analysis-consulting-hero__wrapper--bottom-card:nth-child(2),
.business-analysis-consulting-hero__wrapper--bottom-card:nth-child(3),
.business-analysis-consulting-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .business-analysis-consulting-hero__wrapper--bottom-card:nth-child(1),
  .business-analysis-consulting-hero__wrapper--bottom-card:nth-child(2),
  .business-analysis-consulting-hero__wrapper--bottom-card:nth-child(4),
  .business-analysis-consulting-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .business-analysis-consulting-hero__wrapper--bottom-card:nth-child(1),
  .business-analysis-consulting-hero__wrapper--bottom-card:nth-child(2),
  .business-analysis-consulting-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .business-analysis-consulting-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .business-analysis-consulting-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.business-analysis-consulting-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .business-analysis-consulting-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.business-analysis-consulting-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .business-analysis-consulting-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.business-analysis-consulting-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-brands {
    margin-top: 60px;
  }
}
.business-analysis-consulting-brands__wrapper {
  overflow: hidden;
}
.business-analysis-consulting-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-analysis-consulting-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-analysis-consulting-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.business-analysis-consulting-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.business-analysis-consulting-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.business-analysis-consulting-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.business-analysis-consulting-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.business-analysis-consulting-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .business-analysis-consulting-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.business-analysis-consulting-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.business-analysis-consulting-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.business-analysis-consulting-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-analysis-consulting-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.business-analysis-consulting-services {
  padding: 60px 0;
}
.business-analysis-consulting-services__wrapper--txts {
  margin-bottom: 32px;
}
.business-analysis-consulting-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-analysis-consulting-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-analysis-consulting-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-services__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.business-analysis-consulting-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-analysis-consulting-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.business-analysis-consulting-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .business-analysis-consulting-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.business-analysis-consulting-services__wrapper--cards #services-card1 {
  background-color: #ecaa5e1f;
}
.business-analysis-consulting-services__wrapper--cards #services-card2 {
  background-color: #42b94d1f;
}
.business-analysis-consulting-services__wrapper--cards #services-card3 {
  background-color: #2c46551f;
}
.business-analysis-consulting-services__wrapper--cards #services-card4 {
  background-color: #ae3e331f;
}
.business-analysis-consulting-services__wrapper--cards #services-card5 {
  background-color: #925b071f;
}
.business-analysis-consulting-services__wrapper--cards #services-card6 {
  background-color: #558fa41f;
}
.business-analysis-consulting-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.business-analysis-consulting-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.business-analysis-consulting-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .business-analysis-consulting-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .business-analysis-consulting-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.business-analysis-consulting-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 120px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .business-analysis-consulting-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.business-analysis-consulting-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.business-analysis-consulting-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.business-analysis-consulting-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.business-analysis-consulting-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-analysis-consulting-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.business-analysis-consulting-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-growth {
    margin-top: 60px;
  }
}
.business-analysis-consulting-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .business-analysis-consulting-growth__wrapper {
    padding: 24px;
  }
}
.business-analysis-consulting-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.business-analysis-consulting-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.business-analysis-consulting-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.business-analysis-consulting-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.business-analysis-consulting-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.business-analysis-consulting-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/analysis-excelencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.business-analysis-consulting-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.business-analysis-consulting-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.business-analysis-consulting-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-analysis-consulting-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-analysis-consulting-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.business-analysis-consulting-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.business-analysis-consulting-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .business-analysis-consulting-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.business-analysis-consulting-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .business-analysis-consulting-excellence__wrapper--cards-card:last-child:nth-child(
      odd
    ) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-excellence__wrapper--cards-card:last-child:nth-child(
      odd
    ) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.business-analysis-consulting-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.business-analysis-consulting-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.business-analysis-consulting-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .business-analysis-consulting-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .business-analysis-consulting-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.business-analysis-consulting-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .business-analysis-consulting-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.business-analysis-consulting-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.business-analysis-consulting-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-analysis-consulting-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.business-analysis-consulting-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.business-analysis-consulting-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.business-analysis-consulting-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.business-analysis-consulting-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-analysis-consulting-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-analysis-consulting-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.business-analysis-consulting-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.business-analysis-consulting-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.business-analysis-consulting-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.business-analysis-consulting-process__wrapper--cards-card:hover
  .business-analysis-consulting-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.business-analysis-consulting-process__wrapper--cards-card:hover
  .business-analysis-consulting-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .business-analysis-consulting-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.business-analysis-consulting-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.business-analysis-consulting-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-analysis-consulting-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.business-analysis-consulting-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.business-analysis-consulting-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.business-analysis-consulting-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-process__wrapper--cta {
    text-align: center;
  }
}
.business-analysis-consulting-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-analysis-consulting-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.business-analysis-consulting-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.business-analysis-consulting-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-industry__wrapper {
    overflow: unset;
  }
}
.business-analysis-consulting-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-analysis-consulting-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-analysis-consulting-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.business-analysis-consulting-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    font-size: 36px;
  }
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.business-analysis-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.business-analysis-consulting-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.business-analysis-consulting-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-analysis-consulting-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.business-analysis-consulting-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.business-analysis-consulting-history__wrapper--txts {
  margin-bottom: 32px;
}
.business-analysis-consulting-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-analysis-consulting-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-analysis-consulting-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-history__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.business-analysis-consulting-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.business-analysis-consulting-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .business-analysis-consulting-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .business-analysis-consulting-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-history__wrapper--cards-card {
    padding: 24px;
  }
}
.business-analysis-consulting-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.business-analysis-consulting-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .business-analysis-consulting-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.business-analysis-consulting-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.business-analysis-consulting-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.business-analysis-consulting-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .business-analysis-consulting-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.business-analysis-consulting-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .business-analysis-consulting-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .business-analysis-consulting-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.business-analysis-consulting-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.business-analysis-consulting-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .business-analysis-consulting-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.business-analysis-consulting-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.business-analysis-consulting-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.business-analysis-consulting-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-analysis-consulting-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.business-analysis-consulting-faqs {
  padding: 60px 0;
}
.business-analysis-consulting-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .business-analysis-consulting-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-analysis-consulting-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-analysis-consulting-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-analysis-consulting-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.business-analysis-consulting-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .business-analysis-consulting-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .business-analysis-consulting-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .business-analysis-consulting-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .business-analysis-consulting-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .business-analysis-consulting-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.business-analysis-consulting-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.business-analysis-consulting-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.business-analysis-consulting-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .business-analysis-consulting-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.pm-consulting-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/pm-consulting-page/pm-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pm-consulting-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.pm-consulting-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .pm-consulting-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.pm-consulting-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .pm-consulting-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.pm-consulting-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .pm-consulting-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .pm-consulting-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .pm-consulting-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.pm-consulting-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .pm-consulting-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.pm-consulting-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .pm-consulting-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .pm-consulting-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .pm-consulting-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.pm-consulting-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.pm-consulting-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .pm-consulting-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.pm-consulting-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .pm-consulting-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.pm-consulting-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .pm-consulting-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .pm-consulting-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.pm-consulting-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .pm-consulting-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .pm-consulting-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.pm-consulting-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.pm-consulting-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .pm-consulting-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.pm-consulting-hero__wrapper--bottom-card:nth-child(1),
.pm-consulting-hero__wrapper--bottom-card:nth-child(3),
.pm-consulting-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.pm-consulting-hero__wrapper--bottom-card:nth-child(1),
.pm-consulting-hero__wrapper--bottom-card:nth-child(2),
.pm-consulting-hero__wrapper--bottom-card:nth-child(3),
.pm-consulting-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .pm-consulting-hero__wrapper--bottom-card:nth-child(1),
  .pm-consulting-hero__wrapper--bottom-card:nth-child(2),
  .pm-consulting-hero__wrapper--bottom-card:nth-child(4),
  .pm-consulting-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .pm-consulting-hero__wrapper--bottom-card:nth-child(1),
  .pm-consulting-hero__wrapper--bottom-card:nth-child(2),
  .pm-consulting-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .pm-consulting-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .pm-consulting-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.pm-consulting-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .pm-consulting-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.pm-consulting-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .pm-consulting-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.pm-consulting-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .pm-consulting-brands {
    margin-top: 60px;
  }
}
.pm-consulting-brands__wrapper {
  overflow: hidden;
}
.pm-consulting-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pm-consulting-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.pm-consulting-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.pm-consulting-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.pm-consulting-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.pm-consulting-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.pm-consulting-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.pm-consulting-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .pm-consulting-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.pm-consulting-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.pm-consulting-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.pm-consulting-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.pm-consulting-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.pm-consulting-services {
  padding: 60px 0;
}
.pm-consulting-services__wrapper--txts {
  margin-bottom: 32px;
}
.pm-consulting-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pm-consulting-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.pm-consulting-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .pm-consulting-services__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.pm-consulting-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pm-consulting-services__wrapper--cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
.pm-consulting-services__wrapper--cards-cardwraper {
  width: 100%;
  min-width: 100%;
  padding: 24px;
  border-radius: 24px;
  background-color: #0009;
  transition: background-color 0.6s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .pm-consulting-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .pm-consulting-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.pm-consulting-services__wrapper--cards #flutter-tech-appdev {
  background-color: #6dffff1f;
}
.pm-consulting-services__wrapper--cards #flutter-tech-apidev {
  background-color: #3333331f;
}
.pm-consulting-services__wrapper--cards #flutter-tech-uiux {
  background-color: #ee982b1f;
}
.pm-consulting-services__wrapper--cards #flutter-tech-crossplat {
  background-color: #4a90b61f;
}
.pm-consulting-services__wrapper--cards #flutter-tech-appconsulting {
  background-color: #cca35e1f;
}
.pm-consulting-services__wrapper--cards #flutter-tech-modernization {
  background-color: #f400da1f;
}
.pm-consulting-services__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pm-consulting-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pm-consulting-services__wrapper--cards-cardbodyhead {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  min-height: 84px;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .pm-consulting-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .pm-consulting-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .pm-consulting-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .pm-consulting-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.pm-consulting-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  min-height: 120px;
  margin-bottom: 12px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .pm-consulting-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 150px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .pm-consulting-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.pm-consulting-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.pm-consulting-services__wrapper--cards-cardimage img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.pm-consulting-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.pm-consulting-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.pm-consulting-services__wrapper--cta a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .pm-consulting-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.pm-consulting-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .pm-consulting-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-growth {
    margin-top: 60px;
  }
}
.pm-consulting-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .pm-consulting-growth__wrapper {
    padding: 24px;
  }
}
.pm-consulting-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .pm-consulting-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.pm-consulting-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.pm-consulting-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .pm-consulting-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.pm-consulting-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .pm-consulting-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.pm-consulting-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pm-consulting-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/project-consulting-excellencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.pm-consulting-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.pm-consulting-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.pm-consulting-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .pm-consulting-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pm-consulting-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.pm-consulting-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.pm-consulting-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.pm-consulting-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pm-consulting-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.pm-consulting-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .pm-consulting-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.pm-consulting-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.pm-consulting-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.pm-consulting-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .pm-consulting-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-excellence__wrapper--cards-heading {
    font-size: 17px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .pm-consulting-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .pm-consulting-excellence__wrapper--cards-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.pm-consulting-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .pm-consulting-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.pm-consulting-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.pm-consulting-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.pm-consulting-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .pm-consulting-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.pm-consulting-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .pm-consulting-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.pm-consulting-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.pm-consulting-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.pm-consulting-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .pm-consulting-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pm-consulting-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.pm-consulting-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.pm-consulting-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.pm-consulting-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.pm-consulting-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.pm-consulting-process__wrapper--cards-card:hover
  .pm-consulting-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.pm-consulting-process__wrapper--cards-card:hover
  .pm-consulting-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .pm-consulting-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.pm-consulting-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.pm-consulting-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pm-consulting-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.pm-consulting-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.pm-consulting-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.pm-consulting-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .pm-consulting-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.pm-consulting-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.pm-consulting-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .pm-consulting-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.pm-consulting-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.pm-consulting-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pm-consulting-industry__wrapper {
    overflow: unset;
  }
}
.pm-consulting-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pm-consulting-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.pm-consulting-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.pm-consulting-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.pm-consulting-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    font-size: 36px;
  }
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .pm-consulting-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/pm-consulting-page/life-science.webp);
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/pm-consulting-page/construction.webp);
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.pm-consulting-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/pm-consulting-page/public-sector.webp);
}
.pm-consulting-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.pm-consulting-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.pm-consulting-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .pm-consulting-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.pm-consulting-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .pm-consulting-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.pm-consulting-history__wrapper--txts {
  margin-bottom: 32px;
}
.pm-consulting-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pm-consulting-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.pm-consulting-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .pm-consulting-history__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.pm-consulting-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .pm-consulting-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.pm-consulting-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .pm-consulting-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .pm-consulting-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .pm-consulting-history__wrapper--cards-card {
    padding: 24px;
  }
}
.pm-consulting-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.pm-consulting-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .pm-consulting-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.pm-consulting-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.pm-consulting-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.pm-consulting-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .pm-consulting-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.pm-consulting-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .pm-consulting-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .pm-consulting-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.pm-consulting-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.pm-consulting-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .pm-consulting-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.pm-consulting-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.pm-consulting-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.pm-consulting-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.pm-consulting-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.pin-section-pm-consulting-seo {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-pm-consulting-seo {
    background-position: center center;
  }
}
.pin-section-pm-consulting-seo .pm-consulting-seo {
  padding: 50px 0;
}
.pin-section-pm-consulting-seo .pm-consulting-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-pm-consulting-seo .pm-consulting-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-pm-consulting-seo .pm-consulting-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-pm-consulting-seo .pm-consulting-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-pm-consulting-seo .pm-consulting-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-pm-consulting-seo
    .pm-consulting-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-pm-consulting-seo
    .pm-consulting-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-pm-consulting-seo
    .pm-consulting-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-pm-consulting-seo
  .pm-consulting-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-pm-consulting-seo .pm-consulting-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-pm-consulting-seo .pm-consulting-seo__wrapper .mobile-cta {
    display: none;
  }
}
.pm-consulting-faqs {
  padding: 60px 0;
}
.pm-consulting-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .pm-consulting-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pm-consulting-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pm-consulting-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.pm-consulting-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.pm-consulting-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.pm-consulting-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .pm-consulting-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .pm-consulting-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .pm-consulting-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .pm-consulting-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.pm-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.pm-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.pm-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.pm-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.pm-consulting-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.pm-consulting-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.pm-consulting-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.pm-consulting-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .pm-consulting-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.pm-consulting-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.pm-consulting-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.pm-consulting-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pm-consulting-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .pm-consulting-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.wordpress-dev-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/wordpress-dev-page/wordpress-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wordpress-dev-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.wordpress-dev-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .wordpress-dev-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.wordpress-dev-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .wordpress-dev-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.wordpress-dev-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .wordpress-dev-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .wordpress-dev-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .wordpress-dev-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.wordpress-dev-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .wordpress-dev-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.wordpress-dev-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .wordpress-dev-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .wordpress-dev-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .wordpress-dev-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.wordpress-dev-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.wordpress-dev-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .wordpress-dev-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.wordpress-dev-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wordpress-dev-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.wordpress-dev-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .wordpress-dev-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .wordpress-dev-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.wordpress-dev-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .wordpress-dev-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .wordpress-dev-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.wordpress-dev-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.wordpress-dev-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .wordpress-dev-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.wordpress-dev-hero__wrapper--bottom-card:nth-child(1),
.wordpress-dev-hero__wrapper--bottom-card:nth-child(3),
.wordpress-dev-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.wordpress-dev-hero__wrapper--bottom-card:nth-child(1),
.wordpress-dev-hero__wrapper--bottom-card:nth-child(2),
.wordpress-dev-hero__wrapper--bottom-card:nth-child(3),
.wordpress-dev-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .wordpress-dev-hero__wrapper--bottom-card:nth-child(1),
  .wordpress-dev-hero__wrapper--bottom-card:nth-child(2),
  .wordpress-dev-hero__wrapper--bottom-card:nth-child(4),
  .wordpress-dev-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .wordpress-dev-hero__wrapper--bottom-card:nth-child(1),
  .wordpress-dev-hero__wrapper--bottom-card:nth-child(2),
  .wordpress-dev-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .wordpress-dev-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .wordpress-dev-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.wordpress-dev-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .wordpress-dev-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.wordpress-dev-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .wordpress-dev-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.wordpress-dev-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .wordpress-dev-brands {
    margin-top: 60px;
  }
}
.wordpress-dev-brands__wrapper {
  overflow: hidden;
}
.wordpress-dev-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.wordpress-dev-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.wordpress-dev-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.wordpress-dev-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.wordpress-dev-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.wordpress-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.wordpress-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.wordpress-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .wordpress-dev-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.wordpress-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.wordpress-dev-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.wordpress-dev-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.wordpress-dev-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.wordpress-dev-services {
  padding: 60px 0;
}
.wordpress-dev-services__wrapper--txts {
  margin-bottom: 32px;
}
.wordpress-dev-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .wordpress-dev-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.wordpress-dev-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.wordpress-dev-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.wordpress-dev-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wordpress-dev-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.wordpress-dev-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .wordpress-dev-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .wordpress-dev-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.wordpress-dev-services__wrapper--cards #service-card1 {
  background-color: #8981f01f;
}
.wordpress-dev-services__wrapper--cards #service-card2 {
  background-color: #9d3e551f;
}
.wordpress-dev-services__wrapper--cards #service-card3 {
  background-color: #e392611f;
}
.wordpress-dev-services__wrapper--cards #service-card4 {
  background-color: #57cabd1f;
}
.wordpress-dev-services__wrapper--cards #service-card5 {
  background-color: #3c39361f;
}
.wordpress-dev-services__wrapper--cards #service-card6 {
  background-color: #84f0c91f;
}
.wordpress-dev-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.wordpress-dev-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.wordpress-dev-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .wordpress-dev-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .wordpress-dev-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .wordpress-dev-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .wordpress-dev-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.wordpress-dev-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 120px;
}
@media (min-width: 768px) {
  .wordpress-dev-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 24px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .wordpress-dev-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.wordpress-dev-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.wordpress-dev-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.wordpress-dev-services__wrapper--cta {
  padding-top: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .wordpress-dev-services__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.wordpress-dev-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.wordpress-dev-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .wordpress-dev-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.wordpress-dev-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .wordpress-dev-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-growth {
    margin-top: 60px;
  }
}
.wordpress-dev-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .wordpress-dev-growth__wrapper {
    padding: 24px;
  }
}
.wordpress-dev-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .wordpress-dev-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.wordpress-dev-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.wordpress-dev-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .wordpress-dev-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.wordpress-dev-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .wordpress-dev-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.wordpress-dev-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.wordpress-dev-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/wordpress-excellencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.wordpress-dev-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.wordpress-dev-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.wordpress-dev-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .wordpress-dev-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.wordpress-dev-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.wordpress-dev-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.wordpress-dev-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.wordpress-dev-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wordpress-dev-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.wordpress-dev-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .wordpress-dev-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
.wordpress-dev-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.wordpress-dev-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.wordpress-dev-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #181818;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .wordpress-dev-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .wordpress-dev-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .wordpress-dev-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.wordpress-dev-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .wordpress-dev-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.wordpress-dev-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.wordpress-dev-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.wordpress-dev-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .wordpress-dev-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.wordpress-dev-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .wordpress-dev-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.wordpress-dev-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.wordpress-dev-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.wordpress-dev-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .wordpress-dev-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.wordpress-dev-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.wordpress-dev-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.wordpress-dev-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.wordpress-dev-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.wordpress-dev-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.wordpress-dev-process__wrapper--cards-card:hover
  .wordpress-dev-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.wordpress-dev-process__wrapper--cards-card:hover
  .wordpress-dev-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .wordpress-dev-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.wordpress-dev-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.wordpress-dev-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wordpress-dev-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.wordpress-dev-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.wordpress-dev-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.wordpress-dev-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .wordpress-dev-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.wordpress-dev-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.wordpress-dev-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .wordpress-dev-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.wordpress-dev-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.wordpress-dev-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .wordpress-dev-industry__wrapper {
    overflow: unset;
  }
}
.wordpress-dev-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.wordpress-dev-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.wordpress-dev-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.wordpress-dev-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.wordpress-dev-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
@media (min-width: 1200px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
@media (min-width: 1440px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(230px);
  }
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 30px;
    line-height: 40px;
    transform: translateY(200px);
  }
}
@media (min-width: 1200px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 28px;
    line-height: 36px;
    transform: translateY(200px);
  }
}
@media (min-width: 1440px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 30px;
    line-height: 48px;
    transform: translateY(230px);
  }
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .wordpress-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/manual-testing-page/travel-tourismbg.webp);
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/entertainment.webp);
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/wordpress-dev-page/industry/enterprises.webp);
}
.wordpress-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/wordpress-dev-page/industry/ngos.webp);
}
.wordpress-dev-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.wordpress-dev-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.wordpress-dev-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .wordpress-dev-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.wordpress-dev-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .wordpress-dev-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.wordpress-dev-history__wrapper--txts {
  margin-bottom: 32px;
}
.wordpress-dev-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.wordpress-dev-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.wordpress-dev-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.wordpress-dev-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .wordpress-dev-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.wordpress-dev-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .wordpress-dev-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .wordpress-dev-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .wordpress-dev-history__wrapper--cards-card {
    padding: 24px;
  }
}
.wordpress-dev-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.wordpress-dev-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .wordpress-dev-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.wordpress-dev-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.wordpress-dev-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.wordpress-dev-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .wordpress-dev-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.wordpress-dev-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .wordpress-dev-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .wordpress-dev-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.wordpress-dev-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.wordpress-dev-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .wordpress-dev-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.wordpress-dev-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.wordpress-dev-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.wordpress-dev-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.wordpress-dev-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.wordpress-dev-faqs {
  padding: 60px 0;
}
.wordpress-dev-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .wordpress-dev-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .wordpress-dev-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.wordpress-dev-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.wordpress-dev-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.wordpress-dev-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.wordpress-dev-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .wordpress-dev-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .wordpress-dev-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .wordpress-dev-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .wordpress-dev-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.wordpress-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.wordpress-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.wordpress-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.wordpress-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.wordpress-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.wordpress-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.wordpress-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.wordpress-dev-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .wordpress-dev-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.wordpress-dev-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.wordpress-dev-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.wordpress-dev-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.wordpress-dev-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .wordpress-dev-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.pin-section-wp-dev-seo {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-wp-dev-seo {
    background-position: center center;
  }
}
.pin-section-wp-dev-seo .wordpress-dev-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-wp-dev-seo .wordpress-dev-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-wp-dev-seo .wordpress-dev-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-wp-dev-seo .wordpress-dev-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-wp-dev-seo .wordpress-dev-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-wp-dev-seo .wordpress-dev-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-wp-dev-seo
    .wordpress-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-wp-dev-seo
    .wordpress-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-wp-dev-seo
  .wordpress-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-wp-dev-seo .wordpress-dev-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-wp-dev-seo .wordpress-dev-seo__wrapper .mobile-cta {
    display: none;
  }
}
.manual-testing-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/manual-testing-page/manual-testing-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.manual-testing-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.manual-testing-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .manual-testing-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.manual-testing-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .manual-testing-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.manual-testing-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .manual-testing-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .manual-testing-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .manual-testing-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .manual-testing-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.manual-testing-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .manual-testing-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.manual-testing-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .manual-testing-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .manual-testing-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .manual-testing-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .manual-testing-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.manual-testing-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .manual-testing-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.manual-testing-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .manual-testing-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .manual-testing-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.manual-testing-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .manual-testing-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.manual-testing-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .manual-testing-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .manual-testing-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.manual-testing-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .manual-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .manual-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.manual-testing-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.manual-testing-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .manual-testing-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.manual-testing-hero__wrapper--bottom-card:nth-child(1),
.manual-testing-hero__wrapper--bottom-card:nth-child(3),
.manual-testing-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.manual-testing-hero__wrapper--bottom-card:nth-child(1),
.manual-testing-hero__wrapper--bottom-card:nth-child(2),
.manual-testing-hero__wrapper--bottom-card:nth-child(3),
.manual-testing-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .manual-testing-hero__wrapper--bottom-card:nth-child(1),
  .manual-testing-hero__wrapper--bottom-card:nth-child(2),
  .manual-testing-hero__wrapper--bottom-card:nth-child(4),
  .manual-testing-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .manual-testing-hero__wrapper--bottom-card:nth-child(1),
  .manual-testing-hero__wrapper--bottom-card:nth-child(2),
  .manual-testing-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .manual-testing-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .manual-testing-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.manual-testing-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .manual-testing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.manual-testing-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .manual-testing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.manual-testing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .manual-testing-brands {
    margin-top: 60px;
  }
}
.manual-testing-brands__wrapper {
  overflow: hidden;
}
.manual-testing-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.manual-testing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.manual-testing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.manual-testing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.manual-testing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.manual-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.manual-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.manual-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .manual-testing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.manual-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.manual-testing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.manual-testing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.manual-testing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.manual-testing-services {
  padding: 60px 0;
}
.manual-testing-services__wrapper {
  overflow-x: hidden;
}
.manual-testing-services__wrapper--txts {
  margin-bottom: 32px;
}
.manual-testing-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .manual-testing-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.manual-testing-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.manual-testing-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.manual-testing-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.manual-testing-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.manual-testing-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .manual-testing-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .manual-testing-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.manual-testing-services__wrapper--cards #service-card1 {
  background-color: #4758101f;
}
.manual-testing-services__wrapper--cards #service-card2 {
  background-color: #60666a1f;
}
.manual-testing-services__wrapper--cards #service-card3 {
  background-color: #c7581b1f;
}
.manual-testing-services__wrapper--cards #service-card4 {
  background-color: #01bbe11f;
}
.manual-testing-services__wrapper--cards #service-card5 {
  background-color: #7939531f;
}
.manual-testing-services__wrapper--cards #service-card6 {
  background-color: #925b071f;
}
.manual-testing-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.manual-testing-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.manual-testing-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .manual-testing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .manual-testing-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .manual-testing-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .manual-testing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.manual-testing-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 120px;
}
@media (min-width: 768px) {
  .manual-testing-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .manual-testing-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.manual-testing-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.manual-testing-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.manual-testing-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.manual-testing-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.manual-testing-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .manual-testing-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.manual-testing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .manual-testing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-growth {
    margin-top: 60px;
  }
}
.manual-testing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .manual-testing-growth__wrapper {
    padding: 24px;
  }
}
.manual-testing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .manual-testing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.manual-testing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.manual-testing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .manual-testing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.manual-testing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .manual-testing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.manual-testing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.manual-testing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/manual-testing-excelencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.manual-testing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.manual-testing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.manual-testing-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .manual-testing-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.manual-testing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.manual-testing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.manual-testing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.manual-testing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .manual-testing-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.manual-testing-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .manual-testing-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .manual-testing-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .manual-testing-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.manual-testing-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.manual-testing-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.manual-testing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .manual-testing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .manual-testing-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .manual-testing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.manual-testing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .manual-testing-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.manual-testing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.manual-testing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.manual-testing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .manual-testing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.manual-testing-processs {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .manual-testing-processs {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.manual-testing-processs__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.manual-testing-processs__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.manual-testing-processs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .manual-testing-processs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-processs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.manual-testing-processs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.manual-testing-processs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.manual-testing-processs__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.manual-testing-processs__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.manual-testing-processs__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.manual-testing-processs__wrapper--cards-card:hover
  .manual-testing-processs__wrapper--cards-icon {
  background-color: #d1202d;
}
.manual-testing-processs__wrapper--cards-card:hover
  .manual-testing-processs__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .manual-testing-processs__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .manual-testing-processs__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.manual-testing-processs__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.manual-testing-processs__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.manual-testing-processs__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.manual-testing-processs__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #181818;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-processs__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.manual-testing-processs__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-processs__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.manual-testing-processs__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.manual-testing-processs__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.manual-testing-processs__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .manual-testing-processs__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.manual-testing-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.manual-testing-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .manual-testing-industry__wrapper {
    overflow: unset;
  }
}
.manual-testing-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.manual-testing-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.manual-testing-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.manual-testing-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.manual-testing-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    font-size: 36px;
  }
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .manual-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/manual-testing-page/travel-tourismbg.webp);
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/entertainment.webp);
}
.manual-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.manual-testing-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.manual-testing-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.manual-testing-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .manual-testing-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.manual-testing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .manual-testing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.manual-testing-history__wrapper--txts {
  margin-bottom: 32px;
}
.manual-testing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.manual-testing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.manual-testing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.manual-testing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .manual-testing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .manual-testing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.manual-testing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .manual-testing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .manual-testing-history__wrapper--cards-card {
    width: 33%;
    border-right: 1px solid #ebebeb;
  }
  .manual-testing-history__wrapper--cards-card:nth-child(3n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .manual-testing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.manual-testing-history__wrapper--cards #history-cardtab {
  display: none;
}
@media (min-width: 768px) {
  .manual-testing-history__wrapper--cards #history-cardtab {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .manual-testing-history__wrapper--cards #history-cardtab {
    display: none;
  }
}
.manual-testing-history__wrapper--cards #history-carddefault {
  display: flex;
}
@media (min-width: 768px) {
  .manual-testing-history__wrapper--cards #history-carddefault {
    display: none;
  }
}
@media (min-width: 1024px) {
  .manual-testing-history__wrapper--cards #history-carddefault {
    display: flex;
  }
}
.manual-testing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.manual-testing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .manual-testing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.manual-testing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.manual-testing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.manual-testing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .manual-testing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .manual-testing-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.manual-testing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .manual-testing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .manual-testing-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .manual-testing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.manual-testing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.manual-testing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .manual-testing-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.manual-testing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.manual-testing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.manual-testing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.manual-testing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.pin-section-manual-testing-seo {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-manual-testing-seo {
    background-position: center center;
  }
}
.pin-section-manual-testing-seo .manual-testing-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-manual-testing-seo .manual-testing-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-manual-testing-seo .manual-testing-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-manual-testing-seo .manual-testing-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-manual-testing-seo .manual-testing-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-manual-testing-seo .manual-testing-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-manual-testing-seo .manual-testing-seo__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-manual-testing-seo .manual-testing-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-manual-testing-seo .manual-testing-seo__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-manual-testing-seo .manual-testing-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-manual-testing-seo .manual-testing-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-manual-testing-seo .manual-testing-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-manual-testing-seo .manual-testing-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-manual-testing-seo .manual-testing-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-manual-testing-seo .manual-testing-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-manual-testing-seo
    .manual-testing-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-manual-testing-seo
    .manual-testing-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-manual-testing-seo
    .manual-testing-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-manual-testing-seo
  .manual-testing-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-manual-testing-seo .manual-testing-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-manual-testing-seo .manual-testing-seo__wrapper .mobile-cta {
    display: none;
  }
}
.manual-testing-faqs {
  padding: 60px 0;
}
.manual-testing-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .manual-testing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.manual-testing-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.manual-testing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.manual-testing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.manual-testing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .manual-testing-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .manual-testing-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .manual-testing-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .manual-testing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.manual-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.manual-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.manual-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.manual-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.manual-testing-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.manual-testing-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.manual-testing-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.manual-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .manual-testing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.manual-testing-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.manual-testing-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.manual-testing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.manual-testing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .manual-testing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.backend-dev-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/backend-page/backend-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.backend-dev-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.backend-dev-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .backend-dev-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.backend-dev-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .backend-dev-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.backend-dev-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .backend-dev-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .backend-dev-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .backend-dev-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .backend-dev-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.backend-dev-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .backend-dev-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.backend-dev-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .backend-dev-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .backend-dev-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .backend-dev-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .backend-dev-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.backend-dev-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .backend-dev-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.backend-dev-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .backend-dev-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .backend-dev-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.backend-dev-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .backend-dev-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.backend-dev-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .backend-dev-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .backend-dev-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.backend-dev-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .backend-dev-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .backend-dev-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.backend-dev-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.backend-dev-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .backend-dev-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.backend-dev-hero__wrapper--bottom-card:nth-child(1),
.backend-dev-hero__wrapper--bottom-card:nth-child(3),
.backend-dev-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.backend-dev-hero__wrapper--bottom-card:nth-child(1),
.backend-dev-hero__wrapper--bottom-card:nth-child(2),
.backend-dev-hero__wrapper--bottom-card:nth-child(3),
.backend-dev-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .backend-dev-hero__wrapper--bottom-card:nth-child(1),
  .backend-dev-hero__wrapper--bottom-card:nth-child(2),
  .backend-dev-hero__wrapper--bottom-card:nth-child(4),
  .backend-dev-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .backend-dev-hero__wrapper--bottom-card:nth-child(1),
  .backend-dev-hero__wrapper--bottom-card:nth-child(2),
  .backend-dev-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .backend-dev-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .backend-dev-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.backend-dev-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .backend-dev-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.backend-dev-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .backend-dev-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.backend-dev-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .backend-dev-brands {
    margin-top: 60px;
  }
}
.backend-dev-brands__wrapper {
  overflow: hidden;
}
.backend-dev-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.backend-dev-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.backend-dev-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.backend-dev-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.backend-dev-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.backend-dev-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.backend-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.backend-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .backend-dev-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.backend-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.backend-dev-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.backend-dev-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.backend-dev-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.backend-dev-services {
  padding: 60px 0;
}
.backend-dev-services__wrapper--txts {
  margin-bottom: 32px;
}
.backend-dev-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.backend-dev-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.backend-dev-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .backend-dev-services__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.backend-dev-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backend-dev-services__wrapper--cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
.backend-dev-services__wrapper--cards-cardwraper {
  width: 100%;
  min-width: 100%;
  padding: 24px;
  border-radius: 24px;
  background-color: #0009;
  transition: background-color 0.6s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .backend-dev-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .backend-dev-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.backend-dev-services__wrapper--cards #service-card1 {
  background-color: #1c1c1c1f;
}
.backend-dev-services__wrapper--cards #service-card2 {
  background-color: #0f48711f;
}
.backend-dev-services__wrapper--cards #service-card3 {
  background-color: #1400991f;
}
.backend-dev-services__wrapper--cards #service-card4 {
  background-color: #8e30ad1f;
}
.backend-dev-services__wrapper--cards #service-card5 {
  background-color: #40818d1f;
}
.backend-dev-services__wrapper--cards #service-card6 {
  background-color: #d4a4921f;
}
.backend-dev-services__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.backend-dev-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.backend-dev-services__wrapper--cards-cardbodyhead {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  min-height: 84px;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .backend-dev-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .backend-dev-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .backend-dev-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .backend-dev-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.backend-dev-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  min-height: 120px;
  margin-bottom: 12px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .backend-dev-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 150px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .backend-dev-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.backend-dev-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.backend-dev-services__wrapper--cards-cardimage img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.backend-dev-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.backend-dev-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.backend-dev-services__wrapper--cta a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .backend-dev-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.backend-dev-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .backend-dev-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-growth {
    margin-top: 60px;
  }
}
.backend-dev-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .backend-dev-growth__wrapper {
    padding: 24px;
  }
}
.backend-dev-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .backend-dev-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.backend-dev-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.backend-dev-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .backend-dev-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.backend-dev-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .backend-dev-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.backend-dev-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.backend-dev-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/backend-page-excelencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.backend-dev-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.backend-dev-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.backend-dev-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .backend-dev-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.backend-dev-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.backend-dev-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.backend-dev-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.backend-dev-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .backend-dev-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.backend-dev-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .backend-dev-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .backend-dev-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .backend-dev-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.backend-dev-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.backend-dev-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.backend-dev-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .backend-dev-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .backend-dev-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .backend-dev-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.backend-dev-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .backend-dev-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.backend-dev-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.backend-dev-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.backend-dev-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .backend-dev-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.backend-dev-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .backend-dev-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.backend-dev-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.backend-dev-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.backend-dev-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .backend-dev-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.backend-dev-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.backend-dev-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.backend-dev-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.backend-dev-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.backend-dev-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.backend-dev-process__wrapper--cards-card:hover
  .backend-dev-process__wrapper--cards-icon {
  background-color: #d1202d !important;
}
.backend-dev-process__wrapper--cards-card:hover
  .backend-dev-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1) !important;
  transition: filter 0.3s ease !important;
}
@media (min-width: 768px) {
  .backend-dev-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .backend-dev-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.backend-dev-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.backend-dev-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backend-dev-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.backend-dev-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.backend-dev-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.backend-dev-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .backend-dev-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.backend-dev-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.backend-dev-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .backend-dev-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.backend-dev-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.backend-dev-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .backend-dev-industry__wrapper {
    overflow: unset;
  }
}
.backend-dev-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.backend-dev-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.backend-dev-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.backend-dev-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.backend-dev-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(160px);
  }
}
@media (min-width: 1200px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(170px);
  }
}
@media (min-width: 1440px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(160px);
  }
}
@media (min-width: 1200px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(170px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(200px);
    font-size: 36px;
  }
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .backend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/manual-testing-page/travel-tourismbg.webp);
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.backend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.backend-dev-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.backend-dev-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.backend-dev-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .backend-dev-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.backend-dev-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .backend-dev-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.backend-dev-history__wrapper--txts {
  margin-bottom: 32px;
}
.backend-dev-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.backend-dev-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.backend-dev-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.backend-dev-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .backend-dev-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .backend-dev-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.backend-dev-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .backend-dev-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .backend-dev-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .backend-dev-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .backend-dev-history__wrapper--cards-card {
    padding: 24px;
  }
}
.backend-dev-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.backend-dev-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .backend-dev-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.backend-dev-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.backend-dev-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.backend-dev-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .backend-dev-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .backend-dev-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.backend-dev-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .backend-dev-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .backend-dev-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .backend-dev-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.backend-dev-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.backend-dev-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .backend-dev-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.backend-dev-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.backend-dev-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.backend-dev-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.backend-dev-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.backend-dev-faqs {
  padding: 60px 0;
}
.backend-dev-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .backend-dev-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .backend-dev-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.backend-dev-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.backend-dev-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.backend-dev-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.backend-dev-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: Lato, sans-serif;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .backend-dev-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .backend-dev-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .backend-dev-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .backend-dev-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.backend-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.backend-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.backend-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.backend-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.backend-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.backend-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.backend-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.backend-dev-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .backend-dev-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.backend-dev-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.backend-dev-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.backend-dev-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.backend-dev-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .backend-dev-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.pin-section-bck-dev-seo {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-bck-dev-seo {
    background-position: center center;
  }
}
.pin-section-bck-dev-seo .backend-dev-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-bck-dev-seo .backend-dev-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-bck-dev-seo .backend-dev-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-bck-dev-seo .backend-dev-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-bck-dev-seo .backend-dev-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-bck-dev-seo .backend-dev-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-bck-dev-seo .backend-dev-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-bck-dev-seo .backend-dev-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-bck-dev-seo .backend-dev-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-bck-dev-seo
    .backend-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-bck-dev-seo
    .backend-dev-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper--animation-scroller .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-bck-dev-seo
  .backend-dev-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-bck-dev-seo .backend-dev-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-bck-dev-seo .backend-dev-seo__wrapper .mobile-cta {
    display: none;
  }
}
.frontend-dev-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/frontend-page/hero-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.frontend-dev-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.frontend-dev-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .frontend-dev-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.frontend-dev-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .frontend-dev-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.frontend-dev-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .frontend-dev-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .frontend-dev-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .frontend-dev-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.frontend-dev-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .frontend-dev-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.frontend-dev-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .frontend-dev-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .frontend-dev-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .frontend-dev-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.frontend-dev-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.frontend-dev-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .frontend-dev-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.frontend-dev-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .frontend-dev-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.frontend-dev-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .frontend-dev-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .frontend-dev-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.frontend-dev-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .frontend-dev-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .frontend-dev-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.frontend-dev-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.frontend-dev-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .frontend-dev-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.frontend-dev-hero__wrapper--bottom-card:nth-child(1),
.frontend-dev-hero__wrapper--bottom-card:nth-child(3),
.frontend-dev-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.frontend-dev-hero__wrapper--bottom-card:nth-child(1),
.frontend-dev-hero__wrapper--bottom-card:nth-child(2),
.frontend-dev-hero__wrapper--bottom-card:nth-child(3),
.frontend-dev-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .frontend-dev-hero__wrapper--bottom-card:nth-child(1),
  .frontend-dev-hero__wrapper--bottom-card:nth-child(2),
  .frontend-dev-hero__wrapper--bottom-card:nth-child(4),
  .frontend-dev-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .frontend-dev-hero__wrapper--bottom-card:nth-child(1),
  .frontend-dev-hero__wrapper--bottom-card:nth-child(2),
  .frontend-dev-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .frontend-dev-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .frontend-dev-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.frontend-dev-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .frontend-dev-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.frontend-dev-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .frontend-dev-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.frontend-dev-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .frontend-dev-brands {
    margin-top: 60px;
  }
}
.frontend-dev-brands__wrapper {
  overflow: hidden;
}
.frontend-dev-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.frontend-dev-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.frontend-dev-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.frontend-dev-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.frontend-dev-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.frontend-dev-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.frontend-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.frontend-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .frontend-dev-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.frontend-dev-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.frontend-dev-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.frontend-dev-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.frontend-dev-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.frontend-dev-services {
  padding: 60px 0;
}
.frontend-dev-services__wrapper--txts {
  margin-bottom: 32px;
}
.frontend-dev-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .frontend-dev-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.frontend-dev-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.frontend-dev-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.frontend-dev-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.frontend-dev-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.frontend-dev-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .frontend-dev-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .frontend-dev-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.frontend-dev-services__wrapper--cards #service-card1 {
  background-color: #001e3c1f;
}
.frontend-dev-services__wrapper--cards #service-card2 {
  background-color: #a728ab1f;
}
.frontend-dev-services__wrapper--cards #service-card3 {
  background-color: #0185c51f;
}
.frontend-dev-services__wrapper--cards #service-card4 {
  background-color: #789bf11f;
}
.frontend-dev-services__wrapper--cards #service-card5 {
  background-color: #34455b1f;
}
.frontend-dev-services__wrapper--cards #service-card6 {
  background-color: #9b583d1f;
}
.frontend-dev-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.frontend-dev-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.frontend-dev-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .frontend-dev-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .frontend-dev-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .frontend-dev-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .frontend-dev-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.frontend-dev-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 40px;
}
@media (min-width: 768px) {
  .frontend-dev-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .frontend-dev-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.frontend-dev-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.frontend-dev-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.frontend-dev-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
.frontend-dev-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.frontend-dev-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .frontend-dev-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.frontend-dev-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .frontend-dev-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-growth {
    margin-top: 60px;
  }
}
.frontend-dev-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .frontend-dev-growth__wrapper {
    padding: 24px;
  }
}
.frontend-dev-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .frontend-dev-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.frontend-dev-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.frontend-dev-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .frontend-dev-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.frontend-dev-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .frontend-dev-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.frontend-dev-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.frontend-dev-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/frontend-page/backend-page-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.frontend-dev-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.frontend-dev-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.frontend-dev-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .frontend-dev-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.frontend-dev-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.frontend-dev-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.frontend-dev-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.frontend-dev-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .frontend-dev-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.frontend-dev-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .frontend-dev-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .frontend-dev-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .frontend-dev-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.frontend-dev-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.frontend-dev-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.frontend-dev-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .frontend-dev-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .frontend-dev-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .frontend-dev-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.frontend-dev-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .frontend-dev-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.frontend-dev-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.frontend-dev-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.frontend-dev-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .frontend-dev-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.frontend-dev-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .frontend-dev-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.frontend-dev-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.frontend-dev-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.frontend-dev-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .frontend-dev-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.frontend-dev-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.frontend-dev-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.frontend-dev-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.frontend-dev-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.frontend-dev-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.frontend-dev-process__wrapper--cards-card:hover
  .frontend-dev-process__wrapper--cards-icon {
  background-color: #d1202d !important;
}
.frontend-dev-process__wrapper--cards-card:hover
  .frontend-dev-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1) !important;
  transition: filter 0.3s ease !important;
}
@media (min-width: 768px) {
  .frontend-dev-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.frontend-dev-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.frontend-dev-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frontend-dev-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.frontend-dev-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.frontend-dev-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.frontend-dev-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .frontend-dev-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.frontend-dev-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.frontend-dev-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .frontend-dev-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.frontend-dev-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.frontend-dev-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .frontend-dev-industry__wrapper {
    overflow: unset;
  }
}
.frontend-dev-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.frontend-dev-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.frontend-dev-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.frontend-dev-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.frontend-dev-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(160px);
  }
}
@media (min-width: 1200px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(170px);
  }
}
@media (min-width: 1440px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(160px);
  }
}
@media (min-width: 1200px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(170px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(200px);
    font-size: 36px;
  }
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .frontend-dev-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.frontend-dev-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.frontend-dev-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.frontend-dev-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.frontend-dev-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .frontend-dev-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.frontend-dev-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .frontend-dev-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.frontend-dev-history__wrapper--txts {
  margin-bottom: 32px;
}
.frontend-dev-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.frontend-dev-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.frontend-dev-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.frontend-dev-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .frontend-dev-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.frontend-dev-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .frontend-dev-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .frontend-dev-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .frontend-dev-history__wrapper--cards-card {
    padding: 24px;
  }
}
.frontend-dev-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.frontend-dev-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .frontend-dev-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.frontend-dev-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.frontend-dev-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.frontend-dev-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .frontend-dev-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.frontend-dev-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .frontend-dev-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .frontend-dev-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.frontend-dev-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.frontend-dev-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .frontend-dev-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.frontend-dev-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.frontend-dev-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.frontend-dev-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.frontend-dev-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.frontend-dev-faqs {
  padding: 60px 0;
}
.frontend-dev-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .frontend-dev-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .frontend-dev-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.frontend-dev-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.frontend-dev-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.frontend-dev-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.frontend-dev-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: Lato, sans-serif;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .frontend-dev-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .frontend-dev-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .frontend-dev-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .frontend-dev-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.frontend-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.frontend-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.frontend-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.frontend-dev-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.frontend-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.frontend-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.frontend-dev-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.frontend-dev-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .frontend-dev-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.frontend-dev-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.frontend-dev-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.frontend-dev-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.frontend-dev-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .frontend-dev-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.content-writing-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/content-writing/content-writing-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-writing-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.content-writing-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .content-writing-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.content-writing-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .content-writing-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.content-writing-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .content-writing-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .content-writing-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .content-writing-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .content-writing-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.content-writing-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .content-writing-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.content-writing-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .content-writing-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .content-writing-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .content-writing-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .content-writing-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.content-writing-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .content-writing-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.content-writing-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .content-writing-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .content-writing-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.content-writing-hero__wrapper--uper-right img {
  width: 82%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .content-writing-hero__wrapper--uper-right img {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .content-writing-hero__wrapper--uper-right img {
    max-width: 85%;
  }
}
.content-writing-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .content-writing-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .content-writing-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.content-writing-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .content-writing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .content-writing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .content-writing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.content-writing-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.content-writing-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .content-writing-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.content-writing-hero__wrapper--bottom-card:nth-child(1),
.content-writing-hero__wrapper--bottom-card:nth-child(3),
.content-writing-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.content-writing-hero__wrapper--bottom-card:nth-child(1),
.content-writing-hero__wrapper--bottom-card:nth-child(2),
.content-writing-hero__wrapper--bottom-card:nth-child(3),
.content-writing-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .content-writing-hero__wrapper--bottom-card:nth-child(1),
  .content-writing-hero__wrapper--bottom-card:nth-child(2),
  .content-writing-hero__wrapper--bottom-card:nth-child(4),
  .content-writing-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .content-writing-hero__wrapper--bottom-card:nth-child(1),
  .content-writing-hero__wrapper--bottom-card:nth-child(2),
  .content-writing-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .content-writing-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .content-writing-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.content-writing-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .content-writing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .content-writing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.content-writing-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .content-writing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .content-writing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.content-writing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .content-writing-brands {
    margin-top: 60px;
  }
}
.content-writing-brands__wrapper {
  overflow: hidden;
}
.content-writing-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .content-writing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.content-writing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.content-writing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.content-writing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.content-writing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .content-writing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.content-writing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.content-writing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.content-writing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.content-writing-services {
  padding: 60px 0;
}
.content-writing-services__wrapper--txts {
  margin-bottom: 32px;
}
.content-writing-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .content-writing-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .content-writing-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.content-writing-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.content-writing-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.content-writing-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-writing-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.content-writing-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .content-writing-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .content-writing-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.content-writing-services__wrapper--cards #service-card1 {
  background-color: #e595641f;
}
.content-writing-services__wrapper--cards #service-card2 {
  background-color: #4d50521f;
}
.content-writing-services__wrapper--cards #service-card3 {
  background-color: #ff30261f;
}
.content-writing-services__wrapper--cards #service-card4 {
  background-color: #814eb11f;
}
.content-writing-services__wrapper--cards #service-card5 {
  background-color: #fe3b7d1f;
}
.content-writing-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.content-writing-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.content-writing-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .content-writing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .content-writing-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .content-writing-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .content-writing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.content-writing-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 40px;
}
@media (min-width: 768px) {
  .content-writing-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .content-writing-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.content-writing-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.content-writing-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.content-writing-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
.content-writing-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.content-writing-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .content-writing-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.content-writing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .content-writing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .content-writing-growth {
    margin-top: 60px;
  }
}
.content-writing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .content-writing-growth__wrapper {
    padding: 24px;
  }
}
.content-writing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .content-writing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .content-writing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.content-writing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .content-writing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.content-writing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .content-writing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.content-writing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .content-writing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.content-writing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.content-writing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/content-writing/backend-page-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.content-writing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.content-writing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.content-writing-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .content-writing-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .content-writing-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.content-writing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.content-writing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.content-writing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.content-writing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .content-writing-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.content-writing-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .content-writing-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .content-writing-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .content-writing-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.content-writing-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.content-writing-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.content-writing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .content-writing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .content-writing-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .content-writing-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .content-writing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.content-writing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .content-writing-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.content-writing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.content-writing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.content-writing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .content-writing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.content-writing-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .content-writing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.content-writing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.content-writing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.content-writing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .content-writing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.content-writing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.content-writing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.content-writing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.content-writing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
@media (min-width: 1024px) {
  .content-writing-process__wrapper--cards-card:nth-child(4n) {
    width: 48.5%;
  }
}
@media (min-width: 768px) {
  .content-writing-process__wrapper--cards-card:last-child {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .content-writing-process__wrapper--cards-card:last-child {
    width: 48.5%;
  }
}
.content-writing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.content-writing-process__wrapper--cards-card:hover
  .content-writing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.content-writing-process__wrapper--cards-card:hover
  .content-writing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.content-writing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.content-writing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-writing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.content-writing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.content-writing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.content-writing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .content-writing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.content-writing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.content-writing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .content-writing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.content-writing-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.content-writing-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .content-writing-industry__wrapper {
    overflow: unset;
  }
}
.content-writing-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .content-writing-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.content-writing-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.content-writing-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.content-writing-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.content-writing-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(160px);
  }
}
@media (min-width: 1200px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(170px);
  }
}
@media (min-width: 1440px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(160px);
  }
}
@media (min-width: 1200px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(170px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(200px);
    font-size: 36px;
  }
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .content-writing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.content-writing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.content-writing-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.content-writing-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.content-writing-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .content-writing-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.content-writing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .content-writing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.content-writing-history__wrapper--txts {
  margin-bottom: 32px;
}
.content-writing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .content-writing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.content-writing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.content-writing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.content-writing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .content-writing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .content-writing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.content-writing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .content-writing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .content-writing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .content-writing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .content-writing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.content-writing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.content-writing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .content-writing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.content-writing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.content-writing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.content-writing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .content-writing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .content-writing-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.content-writing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .content-writing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .content-writing-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .content-writing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.content-writing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.content-writing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .content-writing-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.content-writing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.content-writing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.content-writing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.content-writing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.content-writing-faqs {
  padding: 60px 0;
}
.content-writing-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .content-writing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .content-writing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.content-writing-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.content-writing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.content-writing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.content-writing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-family: Lato, sans-serif;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .content-writing-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .content-writing-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.content-writing-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.content-writing-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.content-writing-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.content-writing-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.content-writing-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.content-writing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.content-writing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .content-writing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.performance-testing-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/performance-testing-page/performance-testing-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.performance-testing-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.performance-testing-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .performance-testing-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.performance-testing-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .performance-testing-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.performance-testing-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .performance-testing-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .performance-testing-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .performance-testing-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .performance-testing-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.performance-testing-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .performance-testing-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.performance-testing-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .performance-testing-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .performance-testing-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .performance-testing-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .performance-testing-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.performance-testing-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .performance-testing-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.performance-testing-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .performance-testing-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .performance-testing-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.performance-testing-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .performance-testing-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.performance-testing-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .performance-testing-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .performance-testing-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.performance-testing-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .performance-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .performance-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.performance-testing-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.performance-testing-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .performance-testing-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.performance-testing-hero__wrapper--bottom-card:nth-child(1),
.performance-testing-hero__wrapper--bottom-card:nth-child(3),
.performance-testing-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.performance-testing-hero__wrapper--bottom-card:nth-child(1),
.performance-testing-hero__wrapper--bottom-card:nth-child(2),
.performance-testing-hero__wrapper--bottom-card:nth-child(3),
.performance-testing-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .performance-testing-hero__wrapper--bottom-card:nth-child(1),
  .performance-testing-hero__wrapper--bottom-card:nth-child(2),
  .performance-testing-hero__wrapper--bottom-card:nth-child(4),
  .performance-testing-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .performance-testing-hero__wrapper--bottom-card:nth-child(1),
  .performance-testing-hero__wrapper--bottom-card:nth-child(2),
  .performance-testing-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .performance-testing-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .performance-testing-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.performance-testing-hero__wrapper--bottom-card
  .performance-testing-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .performance-testing-hero__wrapper--bottom-card
    .performance-testing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-hero__wrapper--bottom-card
    .performance-testing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.performance-testing-hero__wrapper--bottom-card
  .performance-testing-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .performance-testing-hero__wrapper--bottom-card
    .performance-testing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-hero__wrapper--bottom-card
    .performance-testing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.performance-testing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .performance-testing-brands {
    margin-top: 60px;
  }
}
.performance-testing-brands__wrapper {
  overflow: hidden;
}
.performance-testing-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.performance-testing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.performance-testing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.performance-testing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.performance-testing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.performance-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.performance-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.performance-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .performance-testing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.performance-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.performance-testing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.performance-testing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.performance-testing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.performance-testing-services {
  padding: 60px 0;
}
.performance-testing-services__wrapper--txts {
  margin-bottom: 32px;
}
.performance-testing-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .performance-testing-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.performance-testing-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.performance-testing-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.performance-testing-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.performance-testing-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.performance-testing-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .performance-testing-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .performance-testing-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.performance-testing-services__wrapper--cards #service-card1 {
  background-color: #0b30431f;
}
.performance-testing-services__wrapper--cards #service-card2 {
  background-color: #ff78211f;
}
.performance-testing-services__wrapper--cards #service-card3 {
  background-color: #0088921f;
}
.performance-testing-services__wrapper--cards #service-card4 {
  background-color: #8da1ad1f;
}
.performance-testing-services__wrapper--cards #service-card5 {
  background-color: #878fe01f;
}
.performance-testing-services__wrapper--cards #service-card6 {
  background-color: #7c07231f;
}
.performance-testing-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.performance-testing-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.performance-testing-services__wrapper--cards-cardbodyhead {
  flex: 1;
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .performance-testing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .performance-testing-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 30px;
  }
}
@media (min-width: 1200px) {
  .performance-testing-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .performance-testing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.performance-testing-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 120px;
}
@media (min-width: 768px) {
  .performance-testing-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 40px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .performance-testing-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.performance-testing-services__wrapper--cards-cardimage {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.performance-testing-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.performance-testing-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .performance-testing-services__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.performance-testing-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.performance-testing-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .performance-testing-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.performance-testing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .performance-testing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-growth {
    margin-top: 60px;
  }
}
.performance-testing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .performance-testing-growth__wrapper {
    padding: 24px;
  }
}
.performance-testing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .performance-testing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.performance-testing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.performance-testing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .performance-testing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.performance-testing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .performance-testing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.performance-testing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.performance-testing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/performance-testing-excellencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.performance-testing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.performance-testing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.performance-testing-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .performance-testing-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.performance-testing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.performance-testing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.performance-testing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.performance-testing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .performance-testing-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.performance-testing-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .performance-testing-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.performance-testing-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.performance-testing-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.performance-testing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #181818;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .performance-testing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .performance-testing-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .performance-testing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.performance-testing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .performance-testing-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.performance-testing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.performance-testing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.performance-testing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .performance-testing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.performance-testing-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .performance-testing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.performance-testing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.performance-testing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.performance-testing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .performance-testing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.performance-testing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.performance-testing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.performance-testing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.performance-testing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.performance-testing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.performance-testing-process__wrapper--cards-card:hover
  .performance-testing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.performance-testing-process__wrapper--cards-card:hover
  .performance-testing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .performance-testing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .performance-testing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.performance-testing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.performance-testing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.performance-testing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.performance-testing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.performance-testing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.performance-testing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.performance-testing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.performance-testing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .performance-testing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.performance-testing-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.performance-testing-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .performance-testing-industry__wrapper {
    overflow: unset;
  }
}
.performance-testing-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.performance-testing-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.performance-testing-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.performance-testing-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.performance-testing-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
@media (min-width: 1200px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
@media (min-width: 1440px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(230px);
  }
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 30px;
    line-height: 40px;
    transform: translateY(200px);
  }
}
@media (min-width: 1200px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 28px;
    line-height: 36px;
    transform: translateY(200px);
  }
}
@media (min-width: 1440px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 30px;
    line-height: 48px;
    transform: translateY(230px);
  }
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .performance-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/retail.webp);
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.performance-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.performance-testing-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.performance-testing-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.performance-testing-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .performance-testing-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.performance-testing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .performance-testing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.performance-testing-history__wrapper--txts {
  margin-bottom: 32px;
}
.performance-testing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.performance-testing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.performance-testing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.performance-testing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .performance-testing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .performance-testing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.performance-testing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .performance-testing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .performance-testing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .performance-testing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .performance-testing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.performance-testing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.performance-testing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .performance-testing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.performance-testing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.performance-testing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.performance-testing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .performance-testing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .performance-testing-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.performance-testing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .performance-testing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .performance-testing-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .performance-testing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.performance-testing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.performance-testing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .performance-testing-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.performance-testing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.performance-testing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.performance-testing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.performance-testing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.pin-section-performance-testing {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-performance-testing {
    background-position: center center;
  }
}
.pin-section-performance-testing .performance-testing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-performance-testing .performance-testing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-performance-testing .performance-testing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-performance-testing .performance-testing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-performance-testing .performance-testing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-performance-testing .performance-testing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-performance-testing .performance-testing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-performance-testing .performance-testing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-performance-testing
  .performance-testing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-performance-testing .performance-testing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-performance-testing .performance-testing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-performance-testing .performance-testing__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-performance-testing .performance-testing__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-performance-testing .performance-testing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-performance-testing .performance-testing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-performance-testing .performance-testing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-performance-testing
    .performance-testing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-performance-testing
    .performance-testing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-performance-testing
    .performance-testing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-performance-testing
  .performance-testing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-performance-testing .performance-testing__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-performance-testing .performance-testing__wrapper .mobile-cta {
    display: none;
  }
}
.performance-testing-faqs {
  padding: 60px 0;
}
.performance-testing-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .performance-testing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .performance-testing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.performance-testing-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.performance-testing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.performance-testing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.performance-testing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .performance-testing-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .performance-testing-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .performance-testing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .performance-testing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.performance-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.performance-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.performance-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.performance-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.performance-testing-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.performance-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.performance-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.performance-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .performance-testing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.performance-testing-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.performance-testing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.performance-testing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.performance-testing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .performance-testing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.agile-method-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/agile-page/hero-homebg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.agile-method-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.agile-method-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .agile-method-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.agile-method-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .agile-method-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.agile-method-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .agile-method-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .agile-method-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .agile-method-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .agile-method-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.agile-method-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .agile-method-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.agile-method-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .agile-method-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .agile-method-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .agile-method-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .agile-method-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.agile-method-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .agile-method-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.agile-method-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .agile-method-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .agile-method-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.agile-method-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .agile-method-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .agile-method-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.agile-method-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .agile-method-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .agile-method-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.agile-method-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .agile-method-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .agile-method-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .agile-method-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.agile-method-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.agile-method-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .agile-method-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.agile-method-hero__wrapper--bottom-card:nth-child(1),
.agile-method-hero__wrapper--bottom-card:nth-child(3),
.agile-method-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.agile-method-hero__wrapper--bottom-card:nth-child(1),
.agile-method-hero__wrapper--bottom-card:nth-child(2),
.agile-method-hero__wrapper--bottom-card:nth-child(3),
.agile-method-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .agile-method-hero__wrapper--bottom-card:nth-child(1),
  .agile-method-hero__wrapper--bottom-card:nth-child(2),
  .agile-method-hero__wrapper--bottom-card:nth-child(4),
  .agile-method-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .agile-method-hero__wrapper--bottom-card:nth-child(1),
  .agile-method-hero__wrapper--bottom-card:nth-child(2),
  .agile-method-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .agile-method-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .agile-method-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.agile-method-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .agile-method-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .agile-method-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.agile-method-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .agile-method-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .agile-method-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.agile-method-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .agile-method-brands {
    margin-top: 60px;
  }
}
.agile-method-brands__wrapper {
  overflow: hidden;
}
.agile-method-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .agile-method-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.agile-method-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.agile-method-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.agile-method-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.agile-method-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.agile-method-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.agile-method-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.agile-method-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .agile-method-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.agile-method-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.agile-method-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.agile-method-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.agile-method-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.agile-method-services {
  padding: 60px 0;
}
.agile-method-services__wrapper--txts {
  margin-bottom: 32px;
}
.agile-method-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .agile-method-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .agile-method-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.agile-method-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.agile-method-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.agile-method-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.agile-method-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.agile-method-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .agile-method-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .agile-method-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.agile-method-services__wrapper--cards #service-card1 {
  background-color: #00afd41f;
}
.agile-method-services__wrapper--cards #service-card2 {
  background-color: #f95c241f;
}
.agile-method-services__wrapper--cards #service-card3 {
  background-color: #0340431f;
}
.agile-method-services__wrapper--cards #service-card4 {
  background-color: #e336431f;
}
.agile-method-services__wrapper--cards #service-card5 {
  background-color: #b2b1a81f;
}
.agile-method-services__wrapper--cards #service-card6 {
  background-color: #2019141f;
}
.agile-method-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.agile-method-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.agile-method-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .agile-method-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .agile-method-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .agile-method-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .agile-method-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.agile-method-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 40px;
}
@media (min-width: 768px) {
  .agile-method-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .agile-method-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.agile-method-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.agile-method-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.agile-method-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.agile-method-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.agile-method-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .agile-method-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.agile-method-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .agile-method-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .agile-method-growth {
    margin-top: 60px;
  }
}
.agile-method-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .agile-method-growth__wrapper {
    padding: 24px;
  }
}
.agile-method-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .agile-method-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .agile-method-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.agile-method-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .agile-method-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.agile-method-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .agile-method-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.agile-method-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .agile-method-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.agile-method-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.agile-method-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/project-consulting-excellencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.agile-method-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.agile-method-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.agile-method-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .agile-method-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .agile-method-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.agile-method-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.agile-method-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.agile-method-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.agile-method-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .agile-method-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.agile-method-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .agile-method-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.agile-method-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.agile-method-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.agile-method-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .agile-method-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .agile-method-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .agile-method-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .agile-method-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.agile-method-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .agile-method-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.agile-method-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.agile-method-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.agile-method-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .agile-method-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.agile-method-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .agile-method-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.agile-method-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.agile-method-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.agile-method-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .agile-method-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .agile-method-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.agile-method-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.agile-method-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.agile-method-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.agile-method-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.agile-method-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.agile-method-process__wrapper--cards-card:hover
  .agile-method-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.agile-method-process__wrapper--cards-card:hover
  .agile-method-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .agile-method-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .agile-method-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.agile-method-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.agile-method-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agile-method-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.agile-method-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.agile-method-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.agile-method-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.agile-method-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.agile-method-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .agile-method-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.agile-method-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.agile-method-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .agile-method-industry__wrapper {
    overflow: unset;
  }
}
.agile-method-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .agile-method-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.agile-method-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.agile-method-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.agile-method-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.agile-method-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    font-size: 36px;
  }
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .agile-method-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/manual-testing-page/travel-tourismbg.webp);
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.agile-method-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-11 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/retail.webp);
}
.agile-method-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.agile-method-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.agile-method-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .agile-method-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.agile-method-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .agile-method-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.agile-method-history__wrapper--txts {
  margin-bottom: 32px;
}
.agile-method-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .agile-method-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.agile-method-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.agile-method-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.agile-method-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .agile-method-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .agile-method-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.agile-method-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .agile-method-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .agile-method-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .agile-method-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .agile-method-history__wrapper--cards-card {
    padding: 24px;
  }
}
.agile-method-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.agile-method-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .agile-method-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.agile-method-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.agile-method-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.agile-method-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .agile-method-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .agile-method-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.agile-method-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .agile-method-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .agile-method-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .agile-method-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.agile-method-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.agile-method-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .agile-method-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.agile-method-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.agile-method-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.agile-method-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.agile-method-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.pin-section-agile-method-seo {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-agile-method-seo {
    background-position: center center;
  }
}
.pin-section-agile-method-seo .agile-method-seo {
  padding: 50px 0;
}
.pin-section-agile-method-seo .agile-method-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-agile-method-seo .agile-method-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-agile-method-seo .agile-method-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-agile-method-seo .agile-method-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-agile-method-seo .agile-method-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-agile-method-seo .agile-method-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-agile-method-seo .agile-method-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-agile-method-seo .agile-method-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-agile-method-seo .agile-method-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-agile-method-seo .agile-method-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-agile-method-seo .agile-method-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-agile-method-seo .agile-method-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-agile-method-seo .agile-method-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-agile-method-seo .agile-method-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-agile-method-seo .agile-method-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-agile-method-seo .agile-method-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-agile-method-seo .agile-method-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-agile-method-seo
    .agile-method-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-agile-method-seo
    .agile-method-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-agile-method-seo
  .agile-method-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-agile-method-seo .agile-method-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-agile-method-seo .agile-method-seo__wrapper .mobile-cta {
    display: none;
  }
}
.agile-method-faqs {
  padding: 60px 0;
}
.agile-method-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .agile-method-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .agile-method-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.agile-method-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.agile-method-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.agile-method-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.agile-method-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .agile-method-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .agile-method-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .agile-method-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .agile-method-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.agile-method-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.agile-method-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.agile-method-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.agile-method-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.agile-method-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.agile-method-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.agile-method-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.agile-method-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .agile-method-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.agile-method-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.agile-method-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.agile-method-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.agile-method-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .agile-method-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.graphic-designing-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/graphic-design/hero-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.graphic-designing-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.graphic-designing-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .graphic-designing-hero__wrapper--uper {
    flex-direction: row;
    gap: unset;
  }
}
.graphic-designing-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .graphic-designing-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.graphic-designing-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .graphic-designing-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .graphic-designing-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .graphic-designing-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.graphic-designing-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .graphic-designing-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.graphic-designing-hero__wrapper--uper-left h1 .tagline {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
  margin: none;
}
@media (min-width: 576px) {
  .graphic-designing-hero__wrapper--uper-left h1 .tagline {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-hero__wrapper--uper-left h1 .tagline {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .graphic-designing-hero__wrapper--uper-left h1 .tagline {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .graphic-designing-hero__wrapper--uper-left h1 .tagline {
    font-size: 60px;
    line-height: 84px;
  }
}
.graphic-designing-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.graphic-designing-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .graphic-designing-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.graphic-designing-hero__wrapper--uper-right img {
  width: 100%;
}
@media (min-width: 768px) {
  .graphic-designing-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-hero__wrapper--uper-right img {
    position: absolute;
    width: 65%;
    max-width: unset;
  }
}
.graphic-designing-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .graphic-designing-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .graphic-designing-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.graphic-designing-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .graphic-designing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .graphic-designing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.graphic-designing-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.graphic-designing-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .graphic-designing-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.graphic-designing-hero__wrapper--bottom-card:nth-child(1),
.graphic-designing-hero__wrapper--bottom-card:nth-child(3),
.graphic-designing-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.graphic-designing-hero__wrapper--bottom-card:nth-child(1),
.graphic-designing-hero__wrapper--bottom-card:nth-child(2),
.graphic-designing-hero__wrapper--bottom-card:nth-child(3),
.graphic-designing-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .graphic-designing-hero__wrapper--bottom-card:nth-child(1),
  .graphic-designing-hero__wrapper--bottom-card:nth-child(2),
  .graphic-designing-hero__wrapper--bottom-card:nth-child(4),
  .graphic-designing-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .graphic-designing-hero__wrapper--bottom-card:nth-child(1),
  .graphic-designing-hero__wrapper--bottom-card:nth-child(2),
  .graphic-designing-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .graphic-designing-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .graphic-designing-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.graphic-designing-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .graphic-designing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.graphic-designing-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .graphic-designing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.graphic-designing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .graphic-designing-brands {
    margin-top: 60px;
  }
}
.graphic-designing-brands__wrapper {
  overflow: hidden;
}
.graphic-designing-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.graphic-designing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.graphic-designing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.graphic-designing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.graphic-designing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.graphic-designing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.graphic-designing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.graphic-designing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .graphic-designing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.graphic-designing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.graphic-designing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.graphic-designing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.graphic-designing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.graphic-designing-services {
  padding: 60px 0;
}
.graphic-designing-services__wrapper--txts {
  margin-bottom: 32px;
}
.graphic-designing-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.graphic-designing-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.graphic-designing-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .graphic-designing-services__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.graphic-designing-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.graphic-designing-services__wrapper--cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
.graphic-designing-services__wrapper--cards-cardwraper {
  width: 100%;
  min-width: 100%;
  padding: 24px;
  border-radius: 24px;
  background-color: #0009;
  transition: background-color 0.6s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .graphic-designing-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .graphic-designing-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.graphic-designing-services__wrapper--cards #graphic-designing-branding {
  background-color: #d7177a1f;
}
.graphic-designing-services__wrapper--cards #graphic-designing-guide {
  background-color: #edbf981f;
}
.graphic-designing-services__wrapper--cards #graphic-designing-asset {
  background-color: #e4ba3e1f;
}
.graphic-designing-services__wrapper--cards #graphic-designing-visualization {
  background-color: #01bbe11f;
}
.graphic-designing-services__wrapper--cards #graphic-designing-consulting {
  background-color: #925b071f;
}
.graphic-designing-services__wrapper--cards #graphic-designing-modernization {
  background-color: #558fa41f;
}
.graphic-designing-services__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.graphic-designing-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.graphic-designing-services__wrapper--cards-cardbodyhead {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  min-height: 84px;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .graphic-designing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .graphic-designing-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .graphic-designing-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .graphic-designing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.graphic-designing-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  min-height: 120px;
  margin-bottom: 12px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .graphic-designing-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 150px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .graphic-designing-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.graphic-designing-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.graphic-designing-services__wrapper--cards-cardimage img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.graphic-designing-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.graphic-designing-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.graphic-designing-services__wrapper--cta a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .graphic-designing-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.graphic-designing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .graphic-designing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-growth {
    margin-top: 60px;
  }
}
.graphic-designing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .graphic-designing-growth__wrapper {
    padding: 24px;
  }
}
.graphic-designing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .graphic-designing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.graphic-designing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.graphic-designing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .graphic-designing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.graphic-designing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .graphic-designing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.graphic-designing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.graphic-designing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/graphic-designing-excelencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.graphic-designing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.graphic-designing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.graphic-designing-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .graphic-designing-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.graphic-designing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.graphic-designing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
.graphic-designing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.graphic-designing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .graphic-designing-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.graphic-designing-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .graphic-designing-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .graphic-designing-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .graphic-designing-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.graphic-designing-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.graphic-designing-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.graphic-designing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 33px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .graphic-designing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .graphic-designing-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .graphic-designing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.graphic-designing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .graphic-designing-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.graphic-designing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.graphic-designing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.graphic-designing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .graphic-designing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.graphic-designing-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .graphic-designing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.graphic-designing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.graphic-designing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.graphic-designing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .graphic-designing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.graphic-designing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.graphic-designing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
.graphic-designing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.graphic-designing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.graphic-designing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.graphic-designing-process__wrapper--cards-card:hover
  .graphic-designing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.graphic-designing-process__wrapper--cards-card:hover
  .graphic-designing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .graphic-designing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.graphic-designing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.graphic-designing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.graphic-designing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.graphic-designing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  text-align: center;
  color: #181818;
}
@media (min-width: 768px) {
  .graphic-designing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.graphic-designing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.graphic-designing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.graphic-designing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.graphic-designing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .graphic-designing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.graphic-designing-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.graphic-designing-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .graphic-designing-industry__wrapper {
    overflow: unset;
  }
}
.graphic-designing-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.graphic-designing-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.graphic-designing-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.graphic-designing-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.graphic-designing-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
  }
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .graphic-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/react-native-page/industry/transportation.webp);
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/entertainment.webp);
}
.graphic-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.graphic-designing-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.graphic-designing-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.graphic-designing-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .graphic-designing-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.graphic-designing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .graphic-designing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.graphic-designing-history__wrapper--txts {
  margin-bottom: 32px;
}
.graphic-designing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.graphic-designing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.graphic-designing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .graphic-designing-history__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.graphic-designing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .graphic-designing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.graphic-designing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .graphic-designing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .graphic-designing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .graphic-designing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.graphic-designing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.graphic-designing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .graphic-designing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.graphic-designing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.graphic-designing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.graphic-designing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .graphic-designing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.graphic-designing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .graphic-designing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .graphic-designing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.graphic-designing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.graphic-designing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .graphic-designing-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.graphic-designing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.graphic-designing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.graphic-designing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.graphic-designing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.graphic-designing-faqs {
  padding: 60px 0;
}
.graphic-designing-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .graphic-designing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .graphic-designing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.graphic-designing-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.graphic-designing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.graphic-designing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.graphic-designing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .graphic-designing-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .graphic-designing-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .graphic-designing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .graphic-designing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.graphic-designing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.graphic-designing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.graphic-designing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.graphic-designing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.graphic-designing-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.graphic-designing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.graphic-designing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.graphic-designing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .graphic-designing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.graphic-designing-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.graphic-designing-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.graphic-designing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.graphic-designing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .graphic-designing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.infographics-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/infographics-page/hero-homebg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.infographics-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.infographics-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .infographics-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.infographics-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .infographics-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.infographics-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .infographics-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .infographics-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .infographics-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .infographics-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.infographics-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .infographics-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.infographics-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .infographics-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .infographics-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .infographics-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .infographics-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.infographics-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .infographics-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.infographics-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .infographics-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .infographics-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.infographics-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .infographics-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .infographics-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.infographics-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .infographics-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .infographics-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.infographics-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .infographics-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .infographics-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .infographics-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.infographics-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.infographics-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .infographics-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.infographics-hero__wrapper--bottom-card:nth-child(1),
.infographics-hero__wrapper--bottom-card:nth-child(3),
.infographics-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.infographics-hero__wrapper--bottom-card:nth-child(1),
.infographics-hero__wrapper--bottom-card:nth-child(2),
.infographics-hero__wrapper--bottom-card:nth-child(3),
.infographics-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .infographics-hero__wrapper--bottom-card:nth-child(1),
  .infographics-hero__wrapper--bottom-card:nth-child(2),
  .infographics-hero__wrapper--bottom-card:nth-child(4),
  .infographics-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .infographics-hero__wrapper--bottom-card:nth-child(1),
  .infographics-hero__wrapper--bottom-card:nth-child(2),
  .infographics-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .infographics-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .infographics-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.infographics-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .infographics-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .infographics-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.infographics-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .infographics-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .infographics-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.infographics-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .infographics-brands {
    margin-top: 60px;
  }
}
.infographics-brands__wrapper {
  overflow: hidden;
}
.infographics-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .infographics-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.infographics-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.infographics-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.infographics-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.infographics-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.infographics-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.infographics-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.infographics-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .infographics-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.infographics-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.infographics-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.infographics-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.infographics-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.infographics-services {
  padding: 60px 0;
}
.infographics-services__wrapper--txts {
  margin-bottom: 32px;
}
.infographics-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .infographics-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.infographics-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.infographics-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .infographics-services__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.infographics-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infographics-services__wrapper--cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
.infographics-services__wrapper--cards-cardwraper {
  width: 100%;
  min-width: 100%;
  padding: 24px;
  border-radius: 24px;
  background-color: #0009;
  transition: background-color 0.6s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .infographics-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .infographics-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.infographics-services__wrapper--cards #service-card1 {
  background-color: #dceef233;
}
.infographics-services__wrapper--cards #service-card2 {
  background-color: #d0656f1f;
}
.infographics-services__wrapper--cards #service-card3 {
  background-color: #002e351f;
}
.infographics-services__wrapper--cards #service-card4 {
  background-color: #ca7f581f;
}
.infographics-services__wrapper--cards #service-card5 {
  background-color: #5a78321f;
}
.infographics-services__wrapper--cards #service-card6 {
  background-color: #98dcff1f;
}
.infographics-services__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.infographics-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.infographics-services__wrapper--cards-cardbodyhead {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  min-height: 84px;
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .infographics-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .infographics-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .infographics-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .infographics-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.infographics-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  min-height: 120px;
  margin-bottom: 12px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .infographics-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 150px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .infographics-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.infographics-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.infographics-services__wrapper--cards-cardimage img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.infographics-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.infographics-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.infographics-services__wrapper--cta a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .infographics-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.infographics-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .infographics-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .infographics-growth {
    margin-top: 60px;
  }
}
.infographics-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .infographics-growth__wrapper {
    padding: 24px;
  }
}
.infographics-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .infographics-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .infographics-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.infographics-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .infographics-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.infographics-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .infographics-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.infographics-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .infographics-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.infographics-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.infographics-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/infographics-excellence.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.infographics-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.infographics-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.infographics-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .infographics-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .infographics-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.infographics-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.infographics-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.infographics-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.infographics-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .infographics-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.infographics-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .infographics-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .infographics-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .infographics-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.infographics-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.infographics-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.infographics-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .infographics-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .infographics-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .infographics-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .infographics-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.infographics-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .infographics-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.infographics-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.infographics-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.infographics-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .infographics-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.infographics-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .infographics-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.infographics-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.infographics-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.infographics-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .infographics-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .infographics-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.infographics-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.infographics-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.infographics-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.infographics-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.infographics-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.infographics-process__wrapper--cards-card:hover
  .infographics-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.infographics-process__wrapper--cards-card:hover
  .infographics-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .infographics-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .infographics-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.infographics-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.infographics-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infographics-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.infographics-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.infographics-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.infographics-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .infographics-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.infographics-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.infographics-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .infographics-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.infographics-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.infographics-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .infographics-industry__wrapper {
    overflow: unset;
  }
}
.infographics-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .infographics-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.infographics-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.infographics-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.infographics-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.infographics-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    font-size: 36px;
  }
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .infographics-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.infographics-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/pm-consulting-page/public-sector.webp);
}
.infographics-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.infographics-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.infographics-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .infographics-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.infographics-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .infographics-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.infographics-history__wrapper--txts {
  margin-bottom: 32px;
}
.infographics-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .infographics-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.infographics-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.infographics-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.infographics-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .infographics-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .infographics-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.infographics-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .infographics-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .infographics-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .infographics-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .infographics-history__wrapper--cards-card {
    padding: 24px;
  }
}
.infographics-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.infographics-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .infographics-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.infographics-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.infographics-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.infographics-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .infographics-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .infographics-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.infographics-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .infographics-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .infographics-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .infographics-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.infographics-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.infographics-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .infographics-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.infographics-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.infographics-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.infographics-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.infographics-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.infographics-faqs {
  padding: 60px 0;
}
.infographics-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .infographics-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .infographics-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.infographics-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.infographics-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.infographics-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.infographics-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .infographics-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .infographics-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .infographics-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .infographics-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.infographics-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.infographics-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.infographics-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.infographics-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.infographics-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.infographics-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.infographics-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.infographics-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .infographics-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.infographics-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.infographics-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.infographics-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.infographics-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .infographics-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.social-marketing-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/social-media-marketing/social-hero-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-marketing-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.social-marketing-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .social-marketing-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.social-marketing-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .social-marketing-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.social-marketing-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .social-marketing-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .social-marketing-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .social-marketing-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .social-marketing-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.social-marketing-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .social-marketing-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.social-marketing-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .social-marketing-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .social-marketing-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .social-marketing-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .social-marketing-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.social-marketing-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .social-marketing-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.social-marketing-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .social-marketing-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .social-marketing-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.social-marketing-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .social-marketing-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.social-marketing-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .social-marketing-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .social-marketing-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.social-marketing-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .social-marketing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .social-marketing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.social-marketing-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.social-marketing-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .social-marketing-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.social-marketing-hero__wrapper--bottom-card:nth-child(1),
.social-marketing-hero__wrapper--bottom-card:nth-child(3),
.social-marketing-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.social-marketing-hero__wrapper--bottom-card:nth-child(1),
.social-marketing-hero__wrapper--bottom-card:nth-child(2),
.social-marketing-hero__wrapper--bottom-card:nth-child(3),
.social-marketing-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .social-marketing-hero__wrapper--bottom-card:nth-child(1),
  .social-marketing-hero__wrapper--bottom-card:nth-child(2),
  .social-marketing-hero__wrapper--bottom-card:nth-child(4),
  .social-marketing-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .social-marketing-hero__wrapper--bottom-card:nth-child(1),
  .social-marketing-hero__wrapper--bottom-card:nth-child(2),
  .social-marketing-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .social-marketing-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .social-marketing-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.social-marketing-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .social-marketing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.social-marketing-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .social-marketing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.social-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .social-marketing-brands {
    margin-top: 60px;
  }
}
.social-marketing-brands__wrapper {
  overflow: hidden;
}
.social-marketing-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.social-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.social-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.social-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.social-marketing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.social-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.social-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.social-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .social-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.social-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.social-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.social-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.social-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.social-marketing-services {
  padding: 60px 0;
}
.social-marketing-services__wrapper--txts {
  margin-bottom: 32px;
}
.social-marketing-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .social-marketing-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.social-marketing-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.social-marketing-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.social-marketing-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-marketing-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.social-marketing-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .social-marketing-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .social-marketing-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.social-marketing-services__wrapper--cards #service-card1 {
  background-color: #11515d1f;
}
.social-marketing-services__wrapper--cards #service-card2 {
  background-color: #9e91821f;
}
.social-marketing-services__wrapper--cards #service-card3 {
  background-color: #e392611f;
}
.social-marketing-services__wrapper--cards #service-card4 {
  background-color: #e9d9481f;
}
.social-marketing-services__wrapper--cards #service-card5 {
  background-color: #d371701f;
}
.social-marketing-services__wrapper--cards #service-card6 {
  background-color: #00bcc81f;
}
.social-marketing-services__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex: 1;
}
.social-marketing-services__wrapper--cards-cardbody {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.social-marketing-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  margin-bottom: 16px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .social-marketing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .social-marketing-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .social-marketing-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .social-marketing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
  }
}
.social-marketing-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  margin-bottom: 10px;
  flex: 1;
  min-height: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .social-marketing-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .social-marketing-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
  }
}
.social-marketing-services__wrapper--cards-cardimage {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.social-marketing-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.social-marketing-services__wrapper--cta {
  padding-top: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .social-marketing-services__wrapper--cta {
    padding-top: 0;
    text-align: center;
  }
}
.social-marketing-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.social-marketing-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .social-marketing-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.social-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .social-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-growth {
    margin-top: 60px;
  }
}
.social-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .social-marketing-growth__wrapper {
    padding: 24px;
  }
}
.social-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .social-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.social-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.social-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .social-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.social-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .social-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.social-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.social-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/social-excellencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.social-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.social-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.social-marketing-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .social-marketing-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.social-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.social-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.social-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.social-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .social-marketing-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.social-marketing-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .social-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .social-marketing-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .social-marketing-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.social-marketing-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.social-marketing-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.social-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #181818;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .social-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .social-marketing-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .social-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.social-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .social-marketing-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.social-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.social-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.social-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .social-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.social-marketing-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .social-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.social-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.social-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.social-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .social-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.social-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.social-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.social-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.social-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.social-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.social-marketing-process__wrapper--cards-card:hover
  .social-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.social-marketing-process__wrapper--cards-card:hover
  .social-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .social-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .social-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.social-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.social-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.social-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.social-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.social-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .social-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.social-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.social-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .social-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.social-marketing-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.social-marketing-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .social-marketing-industry__wrapper {
    overflow: unset;
  }
}
.social-marketing-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.social-marketing-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.social-marketing-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.social-marketing-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.social-marketing-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
@media (min-width: 1200px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
@media (min-width: 1440px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(230px);
  }
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 30px;
    line-height: 40px;
    transform: translateY(200px);
  }
}
@media (min-width: 1200px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 28px;
    line-height: 36px;
    transform: translateY(200px);
  }
}
@media (min-width: 1440px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 30px;
    line-height: 48px;
    transform: translateY(230px);
  }
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .social-marketing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/saas.webp);
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/manual-testing-page/travel-tourismbg.webp);
}
.social-marketing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.social-marketing-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.social-marketing-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.social-marketing-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .social-marketing-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.social-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .social-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.social-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.social-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.social-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.social-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.social-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .social-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .social-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.social-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .social-marketing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .social-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .social-marketing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .social-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.social-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.social-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .social-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.social-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.social-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.social-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .social-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .social-marketing-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.social-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .social-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .social-marketing-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .social-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.social-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.social-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .social-marketing-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.social-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.social-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.social-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.social-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.social-marketing-faqs {
  padding: 60px 0;
}
.social-marketing-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .social-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .social-marketing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.social-marketing-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.social-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.social-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.social-marketing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .social-marketing-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .social-marketing-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .social-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .social-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.social-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.social-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.social-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.social-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.social-marketing-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.social-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.social-marketing-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.social-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .social-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.social-marketing-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.social-marketing-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.social-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.social-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .social-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.seo-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/seo/hero-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.seo-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.seo-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .seo-hero__wrapper--uper {
    flex-direction: row;
    gap: unset;
  }
}
.seo-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .seo-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.seo-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .seo-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .seo-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .seo-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .seo-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.seo-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .seo-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.seo-hero__wrapper--uper-left h1 .tagline {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .seo-hero__wrapper--uper-left h1 .tagline {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .seo-hero__wrapper--uper-left h1 .tagline {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .seo-hero__wrapper--uper-left h1 .tagline {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .seo-hero__wrapper--uper-left h1 .tagline {
    font-size: 60px;
    line-height: 84px;
  }
}
.seo-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .seo-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.seo-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .seo-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .seo-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.seo-hero__wrapper--uper-right img {
  width: 100%;
}
@media (min-width: 768px) {
  .seo-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .seo-hero__wrapper--uper-right img {
    max-width: unset;
  }
}
.seo-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .seo-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .seo-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.seo-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .seo-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .seo-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .seo-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.seo-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.seo-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .seo-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.seo-hero__wrapper--bottom-card:nth-child(1),
.seo-hero__wrapper--bottom-card:nth-child(3),
.seo-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.seo-hero__wrapper--bottom-card:nth-child(1),
.seo-hero__wrapper--bottom-card:nth-child(2),
.seo-hero__wrapper--bottom-card:nth-child(3),
.seo-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .seo-hero__wrapper--bottom-card:nth-child(1),
  .seo-hero__wrapper--bottom-card:nth-child(2),
  .seo-hero__wrapper--bottom-card:nth-child(4),
  .seo-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .seo-hero__wrapper--bottom-card:nth-child(1),
  .seo-hero__wrapper--bottom-card:nth-child(2),
  .seo-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .seo-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .seo-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.seo-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .seo-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .seo-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.seo-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .seo-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .seo-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.seo-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .seo-brands {
    margin-top: 60px;
  }
}
.seo-brands__wrapper {
  overflow: hidden;
}
.seo-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .seo-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.seo-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.seo-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.seo-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.seo-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.seo-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .seo-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.seo-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.seo-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.seo-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.seo-services {
  padding: 60px 0;
}
.seo-services__wrapper--txts {
  margin-bottom: 32px;
}
.seo-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .seo-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.seo-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.seo-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .seo-services__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.seo-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seo-services__wrapper--cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
.seo-services__wrapper--cards-cardwraper {
  width: 100%;
  min-width: 100%;
  padding: 24px;
  border-radius: 24px;
  background-color: #0009;
  transition: background-color 0.6s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .seo-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .seo-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.seo-services__wrapper--cards #seo-branding {
  background-color: #61beee1f;
}
.seo-services__wrapper--cards #seo-guide {
  background-color: #a6a69e1f;
}
.seo-services__wrapper--cards #seo-asset {
  background-color: #e392611f;
}
.seo-services__wrapper--cards #seo-visualization {
  background-color: #57cabd1f;
}
.seo-services__wrapper--cards #seo-consulting {
  background-color: #3c39361f;
}
.seo-services__wrapper--cards #seo-modernization {
  background-color: #7c03c91f;
}
.seo-services__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.seo-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.seo-services__wrapper--cards-cardbodyhead {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  min-height: 84px;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .seo-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .seo-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .seo-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .seo-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.seo-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  min-height: 120px;
  margin-bottom: 12px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .seo-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 150px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .seo-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.seo-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.seo-services__wrapper--cards-cardimage img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.seo-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.seo-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.seo-services__wrapper--cta a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .seo-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.seo-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .seo-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .seo-growth {
    margin-top: 60px;
  }
}
.seo-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .seo-growth__wrapper {
    padding: 24px;
  }
}
.seo-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .seo-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .seo-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.seo-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .seo-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.seo-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .seo-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.seo-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .seo-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.seo-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.seo-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/seo/why-choose-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.seo-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.seo-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.seo-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .seo-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .seo-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.seo-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.seo-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
.seo-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.seo-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .seo-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.seo-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .seo-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .seo-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .seo-excellence__wrapper--cards-card:last-child:nth-child(odd) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.seo-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.seo-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.seo-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 33px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .seo-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .seo-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .seo-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .seo-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.seo-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .seo-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.seo-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.seo-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.seo-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .seo-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.seo-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .seo-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.seo-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.seo-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.seo-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .seo-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .seo-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.seo-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.seo-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
.seo-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.seo-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.seo-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.seo-process__wrapper--cards-card:hover .seo-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.seo-process__wrapper--cards-card:hover .seo-process__wrapper--cards-icon img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .seo-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .seo-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.seo-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.seo-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seo-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.seo-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #181818;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.seo-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.seo-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.seo-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.seo-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .seo-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.seo-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.seo-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .seo-industry__wrapper {
    overflow: unset;
  }
}
.seo-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .seo-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.seo-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.seo-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.seo-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.seo-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.seo-industry__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
  }
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .seo-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.seo-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.seo-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.seo-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.seo-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .seo-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.seo-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .seo-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.seo-history__wrapper--txts {
  margin-bottom: 32px;
}
.seo-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .seo-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.seo-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.seo-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .seo-history__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.seo-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .seo-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .seo-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.seo-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .seo-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .seo-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .seo-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .seo-history__wrapper--cards-card {
    padding: 24px;
  }
}
.seo-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.seo-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .seo-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.seo-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.seo-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.seo-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .seo-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .seo-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.seo-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .seo-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .seo-history__wrapper--lowercards-card {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  .seo-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.seo-history__wrapper--lowercards-icon {
  width: 48px;
  height: 48px;
}
.seo-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .seo-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.seo-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.seo-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.seo-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.seo-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .seo-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
@keyframes gradientRotate {
  0% {
    background: linear-gradient(0deg, #c5f0ff, #015f80);
  }
  1% {
    background: linear-gradient(3.6deg, #c5f0ff, #015f80);
  }
  2% {
    background: linear-gradient(7.2deg, #c5f0ff, #015f80);
  }
  3% {
    background: linear-gradient(10.8deg, #c5f0ff, #015f80);
  }
  4% {
    background: linear-gradient(14.4deg, #c5f0ff, #015f80);
  }
  5% {
    background: linear-gradient(18deg, #c5f0ff, #015f80);
  }
  6% {
    background: linear-gradient(21.6deg, #c5f0ff, #015f80);
  }
  7% {
    background: linear-gradient(25.2deg, #c5f0ff, #015f80);
  }
  8% {
    background: linear-gradient(28.8deg, #c5f0ff, #015f80);
  }
  9% {
    background: linear-gradient(32.4deg, #c5f0ff, #015f80);
  }
  10% {
    background: linear-gradient(36deg, #c5f0ff, #015f80);
  }
  11% {
    background: linear-gradient(39.6deg, #c5f0ff, #015f80);
  }
  12% {
    background: linear-gradient(43.2deg, #c5f0ff, #015f80);
  }
  13% {
    background: linear-gradient(46.8deg, #c5f0ff, #015f80);
  }
  14% {
    background: linear-gradient(50.4deg, #c5f0ff, #015f80);
  }
  15% {
    background: linear-gradient(54deg, #c5f0ff, #015f80);
  }
  16% {
    background: linear-gradient(57.6deg, #c5f0ff, #015f80);
  }
  17% {
    background: linear-gradient(61.2deg, #c5f0ff, #015f80);
  }
  18% {
    background: linear-gradient(64.8deg, #c5f0ff, #015f80);
  }
  19% {
    background: linear-gradient(68.4deg, #c5f0ff, #015f80);
  }
  20% {
    background: linear-gradient(72deg, #c5f0ff, #015f80);
  }
  21% {
    background: linear-gradient(75.6deg, #c5f0ff, #015f80);
  }
  22% {
    background: linear-gradient(79.2deg, #c5f0ff, #015f80);
  }
  23% {
    background: linear-gradient(82.8deg, #c5f0ff, #015f80);
  }
  24% {
    background: linear-gradient(86.4deg, #c5f0ff, #015f80);
  }
  25% {
    background: linear-gradient(90deg, #c5f0ff, #015f80);
  }
  26% {
    background: linear-gradient(93.6deg, #c5f0ff, #015f80);
  }
  27% {
    background: linear-gradient(97.2deg, #c5f0ff, #015f80);
  }
  28% {
    background: linear-gradient(100.8deg, #c5f0ff, #015f80);
  }
  29% {
    background: linear-gradient(104.4deg, #c5f0ff, #015f80);
  }
  30% {
    background: linear-gradient(108deg, #c5f0ff, #015f80);
  }
  31% {
    background: linear-gradient(111.6deg, #c5f0ff, #015f80);
  }
  32% {
    background: linear-gradient(115.2deg, #c5f0ff, #015f80);
  }
  33% {
    background: linear-gradient(118.8deg, #c5f0ff, #015f80);
  }
  34% {
    background: linear-gradient(122.4deg, #c5f0ff, #015f80);
  }
  35% {
    background: linear-gradient(126deg, #c5f0ff, #015f80);
  }
  36% {
    background: linear-gradient(129.6deg, #c5f0ff, #015f80);
  }
  37% {
    background: linear-gradient(133.2deg, #c5f0ff, #015f80);
  }
  38% {
    background: linear-gradient(136.8deg, #c5f0ff, #015f80);
  }
  39% {
    background: linear-gradient(140.4deg, #c5f0ff, #015f80);
  }
  40% {
    background: linear-gradient(144deg, #c5f0ff, #015f80);
  }
  41% {
    background: linear-gradient(147.6deg, #c5f0ff, #015f80);
  }
  42% {
    background: linear-gradient(151.2deg, #c5f0ff, #015f80);
  }
  43% {
    background: linear-gradient(154.8deg, #c5f0ff, #015f80);
  }
  44% {
    background: linear-gradient(158.4deg, #c5f0ff, #015f80);
  }
  45% {
    background: linear-gradient(162deg, #c5f0ff, #015f80);
  }
  46% {
    background: linear-gradient(165.6deg, #c5f0ff, #015f80);
  }
  47% {
    background: linear-gradient(169.2deg, #c5f0ff, #015f80);
  }
  48% {
    background: linear-gradient(172.8deg, #c5f0ff, #015f80);
  }
  49% {
    background: linear-gradient(176.4deg, #c5f0ff, #015f80);
  }
  50% {
    background: linear-gradient(180deg, #c5f0ff, #015f80);
  }
  51% {
    background: linear-gradient(183.6deg, #c5f0ff, #015f80);
  }
  52% {
    background: linear-gradient(187.2deg, #c5f0ff, #015f80);
  }
  53% {
    background: linear-gradient(190.8deg, #c5f0ff, #015f80);
  }
  54% {
    background: linear-gradient(194.4deg, #c5f0ff, #015f80);
  }
  55% {
    background: linear-gradient(198deg, #c5f0ff, #015f80);
  }
  56% {
    background: linear-gradient(201.6deg, #c5f0ff, #015f80);
  }
  57% {
    background: linear-gradient(205.2deg, #c5f0ff, #015f80);
  }
  58% {
    background: linear-gradient(208.8deg, #c5f0ff, #015f80);
  }
  59% {
    background: linear-gradient(212.4deg, #c5f0ff, #015f80);
  }
  60% {
    background: linear-gradient(216deg, #c5f0ff, #015f80);
  }
  61% {
    background: linear-gradient(219.6deg, #c5f0ff, #015f80);
  }
  62% {
    background: linear-gradient(223.2deg, #c5f0ff, #015f80);
  }
  63% {
    background: linear-gradient(226.8deg, #c5f0ff, #015f80);
  }
  64% {
    background: linear-gradient(230.4deg, #c5f0ff, #015f80);
  }
  65% {
    background: linear-gradient(234deg, #c5f0ff, #015f80);
  }
  66% {
    background: linear-gradient(237.6deg, #c5f0ff, #015f80);
  }
  67% {
    background: linear-gradient(241.2deg, #c5f0ff, #015f80);
  }
  68% {
    background: linear-gradient(244.8deg, #c5f0ff, #015f80);
  }
  69% {
    background: linear-gradient(248.4deg, #c5f0ff, #015f80);
  }
  70% {
    background: linear-gradient(252deg, #c5f0ff, #015f80);
  }
  71% {
    background: linear-gradient(255.6deg, #c5f0ff, #015f80);
  }
  72% {
    background: linear-gradient(259.2deg, #c5f0ff, #015f80);
  }
  73% {
    background: linear-gradient(262.8deg, #c5f0ff, #015f80);
  }
  74% {
    background: linear-gradient(266.4deg, #c5f0ff, #015f80);
  }
  75% {
    background: linear-gradient(270deg, #c5f0ff, #015f80);
  }
  76% {
    background: linear-gradient(273.6deg, #c5f0ff, #015f80);
  }
  77% {
    background: linear-gradient(277.2deg, #c5f0ff, #015f80);
  }
  78% {
    background: linear-gradient(280.8deg, #c5f0ff, #015f80);
  }
  79% {
    background: linear-gradient(284.4deg, #c5f0ff, #015f80);
  }
  80% {
    background: linear-gradient(288deg, #c5f0ff, #015f80);
  }
  81% {
    background: linear-gradient(291.6deg, #c5f0ff, #015f80);
  }
  82% {
    background: linear-gradient(295.2deg, #c5f0ff, #015f80);
  }
  83% {
    background: linear-gradient(298.8deg, #c5f0ff, #015f80);
  }
  84% {
    background: linear-gradient(302.4deg, #c5f0ff, #015f80);
  }
  85% {
    background: linear-gradient(306deg, #c5f0ff, #015f80);
  }
  86% {
    background: linear-gradient(309.6deg, #c5f0ff, #015f80);
  }
  87% {
    background: linear-gradient(313.2deg, #c5f0ff, #015f80);
  }
  88% {
    background: linear-gradient(316.8deg, #c5f0ff, #015f80);
  }
  89% {
    background: linear-gradient(320.4deg, #c5f0ff, #015f80);
  }
  90% {
    background: linear-gradient(324deg, #c5f0ff, #015f80);
  }
  91% {
    background: linear-gradient(327.6deg, #c5f0ff, #015f80);
  }
  92% {
    background: linear-gradient(331.2deg, #c5f0ff, #015f80);
  }
  93% {
    background: linear-gradient(334.8deg, #c5f0ff, #015f80);
  }
  94% {
    background: linear-gradient(338.4deg, #c5f0ff, #015f80);
  }
  95% {
    background: linear-gradient(342deg, #c5f0ff, #015f80);
  }
  96% {
    background: linear-gradient(345.6deg, #c5f0ff, #015f80);
  }
  97% {
    background: linear-gradient(349.2deg, #c5f0ff, #015f80);
  }
  98% {
    background: linear-gradient(352.8deg, #c5f0ff, #015f80);
  }
  99% {
    background: linear-gradient(356.4deg, #c5f0ff, #015f80);
  }
  to {
    background: linear-gradient(360deg, #c5f0ff, #015f80);
  }
}
@keyframes gradientRotatedbs {
  0% {
    background: linear-gradient(0deg, #f1c7ff, #a800e1);
  }
  1% {
    background: linear-gradient(3.6deg, #f1c7ff, #a800e1);
  }
  2% {
    background: linear-gradient(7.2deg, #f1c7ff, #a800e1);
  }
  3% {
    background: linear-gradient(10.8deg, #f1c7ff, #a800e1);
  }
  4% {
    background: linear-gradient(14.4deg, #f1c7ff, #a800e1);
  }
  5% {
    background: linear-gradient(18deg, #f1c7ff, #a800e1);
  }
  6% {
    background: linear-gradient(21.6deg, #f1c7ff, #a800e1);
  }
  7% {
    background: linear-gradient(25.2deg, #f1c7ff, #a800e1);
  }
  8% {
    background: linear-gradient(28.8deg, #f1c7ff, #a800e1);
  }
  9% {
    background: linear-gradient(32.4deg, #f1c7ff, #a800e1);
  }
  10% {
    background: linear-gradient(36deg, #f1c7ff, #a800e1);
  }
  11% {
    background: linear-gradient(39.6deg, #f1c7ff, #a800e1);
  }
  12% {
    background: linear-gradient(43.2deg, #f1c7ff, #a800e1);
  }
  13% {
    background: linear-gradient(46.8deg, #f1c7ff, #a800e1);
  }
  14% {
    background: linear-gradient(50.4deg, #f1c7ff, #a800e1);
  }
  15% {
    background: linear-gradient(54deg, #f1c7ff, #a800e1);
  }
  16% {
    background: linear-gradient(57.6deg, #f1c7ff, #a800e1);
  }
  17% {
    background: linear-gradient(61.2deg, #f1c7ff, #a800e1);
  }
  18% {
    background: linear-gradient(64.8deg, #f1c7ff, #a800e1);
  }
  19% {
    background: linear-gradient(68.4deg, #f1c7ff, #a800e1);
  }
  20% {
    background: linear-gradient(72deg, #f1c7ff, #a800e1);
  }
  21% {
    background: linear-gradient(75.6deg, #f1c7ff, #a800e1);
  }
  22% {
    background: linear-gradient(79.2deg, #f1c7ff, #a800e1);
  }
  23% {
    background: linear-gradient(82.8deg, #f1c7ff, #a800e1);
  }
  24% {
    background: linear-gradient(86.4deg, #f1c7ff, #a800e1);
  }
  25% {
    background: linear-gradient(90deg, #f1c7ff, #a800e1);
  }
  26% {
    background: linear-gradient(93.6deg, #f1c7ff, #a800e1);
  }
  27% {
    background: linear-gradient(97.2deg, #f1c7ff, #a800e1);
  }
  28% {
    background: linear-gradient(100.8deg, #f1c7ff, #a800e1);
  }
  29% {
    background: linear-gradient(104.4deg, #f1c7ff, #a800e1);
  }
  30% {
    background: linear-gradient(108deg, #f1c7ff, #a800e1);
  }
  31% {
    background: linear-gradient(111.6deg, #f1c7ff, #a800e1);
  }
  32% {
    background: linear-gradient(115.2deg, #f1c7ff, #a800e1);
  }
  33% {
    background: linear-gradient(118.8deg, #f1c7ff, #a800e1);
  }
  34% {
    background: linear-gradient(122.4deg, #f1c7ff, #a800e1);
  }
  35% {
    background: linear-gradient(126deg, #f1c7ff, #a800e1);
  }
  36% {
    background: linear-gradient(129.6deg, #f1c7ff, #a800e1);
  }
  37% {
    background: linear-gradient(133.2deg, #f1c7ff, #a800e1);
  }
  38% {
    background: linear-gradient(136.8deg, #f1c7ff, #a800e1);
  }
  39% {
    background: linear-gradient(140.4deg, #f1c7ff, #a800e1);
  }
  40% {
    background: linear-gradient(144deg, #f1c7ff, #a800e1);
  }
  41% {
    background: linear-gradient(147.6deg, #f1c7ff, #a800e1);
  }
  42% {
    background: linear-gradient(151.2deg, #f1c7ff, #a800e1);
  }
  43% {
    background: linear-gradient(154.8deg, #f1c7ff, #a800e1);
  }
  44% {
    background: linear-gradient(158.4deg, #f1c7ff, #a800e1);
  }
  45% {
    background: linear-gradient(162deg, #f1c7ff, #a800e1);
  }
  46% {
    background: linear-gradient(165.6deg, #f1c7ff, #a800e1);
  }
  47% {
    background: linear-gradient(169.2deg, #f1c7ff, #a800e1);
  }
  48% {
    background: linear-gradient(172.8deg, #f1c7ff, #a800e1);
  }
  49% {
    background: linear-gradient(176.4deg, #f1c7ff, #a800e1);
  }
  50% {
    background: linear-gradient(180deg, #f1c7ff, #a800e1);
  }
  51% {
    background: linear-gradient(183.6deg, #f1c7ff, #a800e1);
  }
  52% {
    background: linear-gradient(187.2deg, #f1c7ff, #a800e1);
  }
  53% {
    background: linear-gradient(190.8deg, #f1c7ff, #a800e1);
  }
  54% {
    background: linear-gradient(194.4deg, #f1c7ff, #a800e1);
  }
  55% {
    background: linear-gradient(198deg, #f1c7ff, #a800e1);
  }
  56% {
    background: linear-gradient(201.6deg, #f1c7ff, #a800e1);
  }
  57% {
    background: linear-gradient(205.2deg, #f1c7ff, #a800e1);
  }
  58% {
    background: linear-gradient(208.8deg, #f1c7ff, #a800e1);
  }
  59% {
    background: linear-gradient(212.4deg, #f1c7ff, #a800e1);
  }
  60% {
    background: linear-gradient(216deg, #f1c7ff, #a800e1);
  }
  61% {
    background: linear-gradient(219.6deg, #f1c7ff, #a800e1);
  }
  62% {
    background: linear-gradient(223.2deg, #f1c7ff, #a800e1);
  }
  63% {
    background: linear-gradient(226.8deg, #f1c7ff, #a800e1);
  }
  64% {
    background: linear-gradient(230.4deg, #f1c7ff, #a800e1);
  }
  65% {
    background: linear-gradient(234deg, #f1c7ff, #a800e1);
  }
  66% {
    background: linear-gradient(237.6deg, #f1c7ff, #a800e1);
  }
  67% {
    background: linear-gradient(241.2deg, #f1c7ff, #a800e1);
  }
  68% {
    background: linear-gradient(244.8deg, #f1c7ff, #a800e1);
  }
  69% {
    background: linear-gradient(248.4deg, #f1c7ff, #a800e1);
  }
  70% {
    background: linear-gradient(252deg, #f1c7ff, #a800e1);
  }
  71% {
    background: linear-gradient(255.6deg, #f1c7ff, #a800e1);
  }
  72% {
    background: linear-gradient(259.2deg, #f1c7ff, #a800e1);
  }
  73% {
    background: linear-gradient(262.8deg, #f1c7ff, #a800e1);
  }
  74% {
    background: linear-gradient(266.4deg, #f1c7ff, #a800e1);
  }
  75% {
    background: linear-gradient(270deg, #f1c7ff, #a800e1);
  }
  76% {
    background: linear-gradient(273.6deg, #f1c7ff, #a800e1);
  }
  77% {
    background: linear-gradient(277.2deg, #f1c7ff, #a800e1);
  }
  78% {
    background: linear-gradient(280.8deg, #f1c7ff, #a800e1);
  }
  79% {
    background: linear-gradient(284.4deg, #f1c7ff, #a800e1);
  }
  80% {
    background: linear-gradient(288deg, #f1c7ff, #a800e1);
  }
  81% {
    background: linear-gradient(291.6deg, #f1c7ff, #a800e1);
  }
  82% {
    background: linear-gradient(295.2deg, #f1c7ff, #a800e1);
  }
  83% {
    background: linear-gradient(298.8deg, #f1c7ff, #a800e1);
  }
  84% {
    background: linear-gradient(302.4deg, #f1c7ff, #a800e1);
  }
  85% {
    background: linear-gradient(306deg, #f1c7ff, #a800e1);
  }
  86% {
    background: linear-gradient(309.6deg, #f1c7ff, #a800e1);
  }
  87% {
    background: linear-gradient(313.2deg, #f1c7ff, #a800e1);
  }
  88% {
    background: linear-gradient(316.8deg, #f1c7ff, #a800e1);
  }
  89% {
    background: linear-gradient(320.4deg, #f1c7ff, #a800e1);
  }
  90% {
    background: linear-gradient(324deg, #f1c7ff, #a800e1);
  }
  91% {
    background: linear-gradient(327.6deg, #f1c7ff, #a800e1);
  }
  92% {
    background: linear-gradient(331.2deg, #f1c7ff, #a800e1);
  }
  93% {
    background: linear-gradient(334.8deg, #f1c7ff, #a800e1);
  }
  94% {
    background: linear-gradient(338.4deg, #f1c7ff, #a800e1);
  }
  95% {
    background: linear-gradient(342deg, #f1c7ff, #a800e1);
  }
  96% {
    background: linear-gradient(345.6deg, #f1c7ff, #a800e1);
  }
  97% {
    background: linear-gradient(349.2deg, #f1c7ff, #a800e1);
  }
  98% {
    background: linear-gradient(352.8deg, #f1c7ff, #a800e1);
  }
  99% {
    background: linear-gradient(356.4deg, #f1c7ff, #a800e1);
  }
  to {
    background: linear-gradient(360deg, #f1c7ff, #a800e1);
  }
}
@keyframes gradientRotatefigma {
  0% {
    background: linear-gradient(0deg, #ffe0d5, #ecaa92);
  }
  1% {
    background: linear-gradient(3.6deg, #ffe0d5, #ecaa92);
  }
  2% {
    background: linear-gradient(7.2deg, #ffe0d5, #ecaa92);
  }
  3% {
    background: linear-gradient(10.8deg, #ffe0d5, #ecaa92);
  }
  4% {
    background: linear-gradient(14.4deg, #ffe0d5, #ecaa92);
  }
  5% {
    background: linear-gradient(18deg, #ffe0d5, #ecaa92);
  }
  6% {
    background: linear-gradient(21.6deg, #ffe0d5, #ecaa92);
  }
  7% {
    background: linear-gradient(25.2deg, #ffe0d5, #ecaa92);
  }
  8% {
    background: linear-gradient(28.8deg, #ffe0d5, #ecaa92);
  }
  9% {
    background: linear-gradient(32.4deg, #ffe0d5, #ecaa92);
  }
  10% {
    background: linear-gradient(36deg, #ffe0d5, #ecaa92);
  }
  11% {
    background: linear-gradient(39.6deg, #ffe0d5, #ecaa92);
  }
  12% {
    background: linear-gradient(43.2deg, #ffe0d5, #ecaa92);
  }
  13% {
    background: linear-gradient(46.8deg, #ffe0d5, #ecaa92);
  }
  14% {
    background: linear-gradient(50.4deg, #ffe0d5, #ecaa92);
  }
  15% {
    background: linear-gradient(54deg, #ffe0d5, #ecaa92);
  }
  16% {
    background: linear-gradient(57.6deg, #ffe0d5, #ecaa92);
  }
  17% {
    background: linear-gradient(61.2deg, #ffe0d5, #ecaa92);
  }
  18% {
    background: linear-gradient(64.8deg, #ffe0d5, #ecaa92);
  }
  19% {
    background: linear-gradient(68.4deg, #ffe0d5, #ecaa92);
  }
  20% {
    background: linear-gradient(72deg, #ffe0d5, #ecaa92);
  }
  21% {
    background: linear-gradient(75.6deg, #ffe0d5, #ecaa92);
  }
  22% {
    background: linear-gradient(79.2deg, #ffe0d5, #ecaa92);
  }
  23% {
    background: linear-gradient(82.8deg, #ffe0d5, #ecaa92);
  }
  24% {
    background: linear-gradient(86.4deg, #ffe0d5, #ecaa92);
  }
  25% {
    background: linear-gradient(90deg, #ffe0d5, #ecaa92);
  }
  26% {
    background: linear-gradient(93.6deg, #ffe0d5, #ecaa92);
  }
  27% {
    background: linear-gradient(97.2deg, #ffe0d5, #ecaa92);
  }
  28% {
    background: linear-gradient(100.8deg, #ffe0d5, #ecaa92);
  }
  29% {
    background: linear-gradient(104.4deg, #ffe0d5, #ecaa92);
  }
  30% {
    background: linear-gradient(108deg, #ffe0d5, #ecaa92);
  }
  31% {
    background: linear-gradient(111.6deg, #ffe0d5, #ecaa92);
  }
  32% {
    background: linear-gradient(115.2deg, #ffe0d5, #ecaa92);
  }
  33% {
    background: linear-gradient(118.8deg, #ffe0d5, #ecaa92);
  }
  34% {
    background: linear-gradient(122.4deg, #ffe0d5, #ecaa92);
  }
  35% {
    background: linear-gradient(126deg, #ffe0d5, #ecaa92);
  }
  36% {
    background: linear-gradient(129.6deg, #ffe0d5, #ecaa92);
  }
  37% {
    background: linear-gradient(133.2deg, #ffe0d5, #ecaa92);
  }
  38% {
    background: linear-gradient(136.8deg, #ffe0d5, #ecaa92);
  }
  39% {
    background: linear-gradient(140.4deg, #ffe0d5, #ecaa92);
  }
  40% {
    background: linear-gradient(144deg, #ffe0d5, #ecaa92);
  }
  41% {
    background: linear-gradient(147.6deg, #ffe0d5, #ecaa92);
  }
  42% {
    background: linear-gradient(151.2deg, #ffe0d5, #ecaa92);
  }
  43% {
    background: linear-gradient(154.8deg, #ffe0d5, #ecaa92);
  }
  44% {
    background: linear-gradient(158.4deg, #ffe0d5, #ecaa92);
  }
  45% {
    background: linear-gradient(162deg, #ffe0d5, #ecaa92);
  }
  46% {
    background: linear-gradient(165.6deg, #ffe0d5, #ecaa92);
  }
  47% {
    background: linear-gradient(169.2deg, #ffe0d5, #ecaa92);
  }
  48% {
    background: linear-gradient(172.8deg, #ffe0d5, #ecaa92);
  }
  49% {
    background: linear-gradient(176.4deg, #ffe0d5, #ecaa92);
  }
  50% {
    background: linear-gradient(180deg, #ffe0d5, #ecaa92);
  }
  51% {
    background: linear-gradient(183.6deg, #ffe0d5, #ecaa92);
  }
  52% {
    background: linear-gradient(187.2deg, #ffe0d5, #ecaa92);
  }
  53% {
    background: linear-gradient(190.8deg, #ffe0d5, #ecaa92);
  }
  54% {
    background: linear-gradient(194.4deg, #ffe0d5, #ecaa92);
  }
  55% {
    background: linear-gradient(198deg, #ffe0d5, #ecaa92);
  }
  56% {
    background: linear-gradient(201.6deg, #ffe0d5, #ecaa92);
  }
  57% {
    background: linear-gradient(205.2deg, #ffe0d5, #ecaa92);
  }
  58% {
    background: linear-gradient(208.8deg, #ffe0d5, #ecaa92);
  }
  59% {
    background: linear-gradient(212.4deg, #ffe0d5, #ecaa92);
  }
  60% {
    background: linear-gradient(216deg, #ffe0d5, #ecaa92);
  }
  61% {
    background: linear-gradient(219.6deg, #ffe0d5, #ecaa92);
  }
  62% {
    background: linear-gradient(223.2deg, #ffe0d5, #ecaa92);
  }
  63% {
    background: linear-gradient(226.8deg, #ffe0d5, #ecaa92);
  }
  64% {
    background: linear-gradient(230.4deg, #ffe0d5, #ecaa92);
  }
  65% {
    background: linear-gradient(234deg, #ffe0d5, #ecaa92);
  }
  66% {
    background: linear-gradient(237.6deg, #ffe0d5, #ecaa92);
  }
  67% {
    background: linear-gradient(241.2deg, #ffe0d5, #ecaa92);
  }
  68% {
    background: linear-gradient(244.8deg, #ffe0d5, #ecaa92);
  }
  69% {
    background: linear-gradient(248.4deg, #ffe0d5, #ecaa92);
  }
  70% {
    background: linear-gradient(252deg, #ffe0d5, #ecaa92);
  }
  71% {
    background: linear-gradient(255.6deg, #ffe0d5, #ecaa92);
  }
  72% {
    background: linear-gradient(259.2deg, #ffe0d5, #ecaa92);
  }
  73% {
    background: linear-gradient(262.8deg, #ffe0d5, #ecaa92);
  }
  74% {
    background: linear-gradient(266.4deg, #ffe0d5, #ecaa92);
  }
  75% {
    background: linear-gradient(270deg, #ffe0d5, #ecaa92);
  }
  76% {
    background: linear-gradient(273.6deg, #ffe0d5, #ecaa92);
  }
  77% {
    background: linear-gradient(277.2deg, #ffe0d5, #ecaa92);
  }
  78% {
    background: linear-gradient(280.8deg, #ffe0d5, #ecaa92);
  }
  79% {
    background: linear-gradient(284.4deg, #ffe0d5, #ecaa92);
  }
  80% {
    background: linear-gradient(288deg, #ffe0d5, #ecaa92);
  }
  81% {
    background: linear-gradient(291.6deg, #ffe0d5, #ecaa92);
  }
  82% {
    background: linear-gradient(295.2deg, #ffe0d5, #ecaa92);
  }
  83% {
    background: linear-gradient(298.8deg, #ffe0d5, #ecaa92);
  }
  84% {
    background: linear-gradient(302.4deg, #ffe0d5, #ecaa92);
  }
  85% {
    background: linear-gradient(306deg, #ffe0d5, #ecaa92);
  }
  86% {
    background: linear-gradient(309.6deg, #ffe0d5, #ecaa92);
  }
  87% {
    background: linear-gradient(313.2deg, #ffe0d5, #ecaa92);
  }
  88% {
    background: linear-gradient(316.8deg, #ffe0d5, #ecaa92);
  }
  89% {
    background: linear-gradient(320.4deg, #ffe0d5, #ecaa92);
  }
  90% {
    background: linear-gradient(324deg, #ffe0d5, #ecaa92);
  }
  91% {
    background: linear-gradient(327.6deg, #ffe0d5, #ecaa92);
  }
  92% {
    background: linear-gradient(331.2deg, #ffe0d5, #ecaa92);
  }
  93% {
    background: linear-gradient(334.8deg, #ffe0d5, #ecaa92);
  }
  94% {
    background: linear-gradient(338.4deg, #ffe0d5, #ecaa92);
  }
  95% {
    background: linear-gradient(342deg, #ffe0d5, #ecaa92);
  }
  96% {
    background: linear-gradient(345.6deg, #ffe0d5, #ecaa92);
  }
  97% {
    background: linear-gradient(349.2deg, #ffe0d5, #ecaa92);
  }
  98% {
    background: linear-gradient(352.8deg, #ffe0d5, #ecaa92);
  }
  99% {
    background: linear-gradient(356.4deg, #ffe0d5, #ecaa92);
  }
  to {
    background: linear-gradient(360deg, #ffe0d5, #ecaa92);
  }
}
@keyframes gradientRotatefw {
  0% {
    background: linear-gradient(0deg, #ffe6ac, #b8840e);
  }
  1% {
    background: linear-gradient(3.6deg, #ffe6ac, #b8840e);
  }
  2% {
    background: linear-gradient(7.2deg, #ffe6ac, #b8840e);
  }
  3% {
    background: linear-gradient(10.8deg, #ffe6ac, #b8840e);
  }
  4% {
    background: linear-gradient(14.4deg, #ffe6ac, #b8840e);
  }
  5% {
    background: linear-gradient(18deg, #ffe6ac, #b8840e);
  }
  6% {
    background: linear-gradient(21.6deg, #ffe6ac, #b8840e);
  }
  7% {
    background: linear-gradient(25.2deg, #ffe6ac, #b8840e);
  }
  8% {
    background: linear-gradient(28.8deg, #ffe6ac, #b8840e);
  }
  9% {
    background: linear-gradient(32.4deg, #ffe6ac, #b8840e);
  }
  10% {
    background: linear-gradient(36deg, #ffe6ac, #b8840e);
  }
  11% {
    background: linear-gradient(39.6deg, #ffe6ac, #b8840e);
  }
  12% {
    background: linear-gradient(43.2deg, #ffe6ac, #b8840e);
  }
  13% {
    background: linear-gradient(46.8deg, #ffe6ac, #b8840e);
  }
  14% {
    background: linear-gradient(50.4deg, #ffe6ac, #b8840e);
  }
  15% {
    background: linear-gradient(54deg, #ffe6ac, #b8840e);
  }
  16% {
    background: linear-gradient(57.6deg, #ffe6ac, #b8840e);
  }
  17% {
    background: linear-gradient(61.2deg, #ffe6ac, #b8840e);
  }
  18% {
    background: linear-gradient(64.8deg, #ffe6ac, #b8840e);
  }
  19% {
    background: linear-gradient(68.4deg, #ffe6ac, #b8840e);
  }
  20% {
    background: linear-gradient(72deg, #ffe6ac, #b8840e);
  }
  21% {
    background: linear-gradient(75.6deg, #ffe6ac, #b8840e);
  }
  22% {
    background: linear-gradient(79.2deg, #ffe6ac, #b8840e);
  }
  23% {
    background: linear-gradient(82.8deg, #ffe6ac, #b8840e);
  }
  24% {
    background: linear-gradient(86.4deg, #ffe6ac, #b8840e);
  }
  25% {
    background: linear-gradient(90deg, #ffe6ac, #b8840e);
  }
  26% {
    background: linear-gradient(93.6deg, #ffe6ac, #b8840e);
  }
  27% {
    background: linear-gradient(97.2deg, #ffe6ac, #b8840e);
  }
  28% {
    background: linear-gradient(100.8deg, #ffe6ac, #b8840e);
  }
  29% {
    background: linear-gradient(104.4deg, #ffe6ac, #b8840e);
  }
  30% {
    background: linear-gradient(108deg, #ffe6ac, #b8840e);
  }
  31% {
    background: linear-gradient(111.6deg, #ffe6ac, #b8840e);
  }
  32% {
    background: linear-gradient(115.2deg, #ffe6ac, #b8840e);
  }
  33% {
    background: linear-gradient(118.8deg, #ffe6ac, #b8840e);
  }
  34% {
    background: linear-gradient(122.4deg, #ffe6ac, #b8840e);
  }
  35% {
    background: linear-gradient(126deg, #ffe6ac, #b8840e);
  }
  36% {
    background: linear-gradient(129.6deg, #ffe6ac, #b8840e);
  }
  37% {
    background: linear-gradient(133.2deg, #ffe6ac, #b8840e);
  }
  38% {
    background: linear-gradient(136.8deg, #ffe6ac, #b8840e);
  }
  39% {
    background: linear-gradient(140.4deg, #ffe6ac, #b8840e);
  }
  40% {
    background: linear-gradient(144deg, #ffe6ac, #b8840e);
  }
  41% {
    background: linear-gradient(147.6deg, #ffe6ac, #b8840e);
  }
  42% {
    background: linear-gradient(151.2deg, #ffe6ac, #b8840e);
  }
  43% {
    background: linear-gradient(154.8deg, #ffe6ac, #b8840e);
  }
  44% {
    background: linear-gradient(158.4deg, #ffe6ac, #b8840e);
  }
  45% {
    background: linear-gradient(162deg, #ffe6ac, #b8840e);
  }
  46% {
    background: linear-gradient(165.6deg, #ffe6ac, #b8840e);
  }
  47% {
    background: linear-gradient(169.2deg, #ffe6ac, #b8840e);
  }
  48% {
    background: linear-gradient(172.8deg, #ffe6ac, #b8840e);
  }
  49% {
    background: linear-gradient(176.4deg, #ffe6ac, #b8840e);
  }
  50% {
    background: linear-gradient(180deg, #ffe6ac, #b8840e);
  }
  51% {
    background: linear-gradient(183.6deg, #ffe6ac, #b8840e);
  }
  52% {
    background: linear-gradient(187.2deg, #ffe6ac, #b8840e);
  }
  53% {
    background: linear-gradient(190.8deg, #ffe6ac, #b8840e);
  }
  54% {
    background: linear-gradient(194.4deg, #ffe6ac, #b8840e);
  }
  55% {
    background: linear-gradient(198deg, #ffe6ac, #b8840e);
  }
  56% {
    background: linear-gradient(201.6deg, #ffe6ac, #b8840e);
  }
  57% {
    background: linear-gradient(205.2deg, #ffe6ac, #b8840e);
  }
  58% {
    background: linear-gradient(208.8deg, #ffe6ac, #b8840e);
  }
  59% {
    background: linear-gradient(212.4deg, #ffe6ac, #b8840e);
  }
  60% {
    background: linear-gradient(216deg, #ffe6ac, #b8840e);
  }
  61% {
    background: linear-gradient(219.6deg, #ffe6ac, #b8840e);
  }
  62% {
    background: linear-gradient(223.2deg, #ffe6ac, #b8840e);
  }
  63% {
    background: linear-gradient(226.8deg, #ffe6ac, #b8840e);
  }
  64% {
    background: linear-gradient(230.4deg, #ffe6ac, #b8840e);
  }
  65% {
    background: linear-gradient(234deg, #ffe6ac, #b8840e);
  }
  66% {
    background: linear-gradient(237.6deg, #ffe6ac, #b8840e);
  }
  67% {
    background: linear-gradient(241.2deg, #ffe6ac, #b8840e);
  }
  68% {
    background: linear-gradient(244.8deg, #ffe6ac, #b8840e);
  }
  69% {
    background: linear-gradient(248.4deg, #ffe6ac, #b8840e);
  }
  70% {
    background: linear-gradient(252deg, #ffe6ac, #b8840e);
  }
  71% {
    background: linear-gradient(255.6deg, #ffe6ac, #b8840e);
  }
  72% {
    background: linear-gradient(259.2deg, #ffe6ac, #b8840e);
  }
  73% {
    background: linear-gradient(262.8deg, #ffe6ac, #b8840e);
  }
  74% {
    background: linear-gradient(266.4deg, #ffe6ac, #b8840e);
  }
  75% {
    background: linear-gradient(270deg, #ffe6ac, #b8840e);
  }
  76% {
    background: linear-gradient(273.6deg, #ffe6ac, #b8840e);
  }
  77% {
    background: linear-gradient(277.2deg, #ffe6ac, #b8840e);
  }
  78% {
    background: linear-gradient(280.8deg, #ffe6ac, #b8840e);
  }
  79% {
    background: linear-gradient(284.4deg, #ffe6ac, #b8840e);
  }
  80% {
    background: linear-gradient(288deg, #ffe6ac, #b8840e);
  }
  81% {
    background: linear-gradient(291.6deg, #ffe6ac, #b8840e);
  }
  82% {
    background: linear-gradient(295.2deg, #ffe6ac, #b8840e);
  }
  83% {
    background: linear-gradient(298.8deg, #ffe6ac, #b8840e);
  }
  84% {
    background: linear-gradient(302.4deg, #ffe6ac, #b8840e);
  }
  85% {
    background: linear-gradient(306deg, #ffe6ac, #b8840e);
  }
  86% {
    background: linear-gradient(309.6deg, #ffe6ac, #b8840e);
  }
  87% {
    background: linear-gradient(313.2deg, #ffe6ac, #b8840e);
  }
  88% {
    background: linear-gradient(316.8deg, #ffe6ac, #b8840e);
  }
  89% {
    background: linear-gradient(320.4deg, #ffe6ac, #b8840e);
  }
  90% {
    background: linear-gradient(324deg, #ffe6ac, #b8840e);
  }
  91% {
    background: linear-gradient(327.6deg, #ffe6ac, #b8840e);
  }
  92% {
    background: linear-gradient(331.2deg, #ffe6ac, #b8840e);
  }
  93% {
    background: linear-gradient(334.8deg, #ffe6ac, #b8840e);
  }
  94% {
    background: linear-gradient(338.4deg, #ffe6ac, #b8840e);
  }
  95% {
    background: linear-gradient(342deg, #ffe6ac, #b8840e);
  }
  96% {
    background: linear-gradient(345.6deg, #ffe6ac, #b8840e);
  }
  97% {
    background: linear-gradient(349.2deg, #ffe6ac, #b8840e);
  }
  98% {
    background: linear-gradient(352.8deg, #ffe6ac, #b8840e);
  }
  99% {
    background: linear-gradient(356.4deg, #ffe6ac, #b8840e);
  }
  to {
    background: linear-gradient(360deg, #ffe6ac, #b8840e);
  }
}
.pin-section {
  width: 100% !important;
}
.pin-section .mobile-dev-projects {
  padding-top: 85px;
}
.pin-section .mobile-dev-projects__wrapper--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pin-section .mobile-dev-projects__wrapper--heading {
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .pin-section .mobile-dev-projects__wrapper--heading {
    font-size: 42px;
    line-height: 50px;
    padding-bottom: 65px;
  }
}
.pin-section .mobile-dev-projects__wrapper--heading span {
  color: #d1202d;
  font-weight: 600;
}
.pin-section .mobile-dev-projects__wrapper--content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}
@media (min-width: 768px) {
  .pin-section .mobile-dev-projects__wrapper--content {
    flex-direction: row;
    gap: none;
  }
}
.pin-section .mobile-dev-projects__wrapper--content-image {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 320px;
}
@media (min-width: 768px) {
  .pin-section .mobile-dev-projects__wrapper--content-image {
    width: 45%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .pin-section .mobile-dev-projects__wrapper--content-image {
    width: 35%;
    height: auto;
  }
}
.pin-section .mobile-dev-projects__wrapper--content-image img {
  position: absolute;
  top: 0;
  width: 100%;
}
.pin-section .mobile-dev-projects__wrapper--content-title {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .mobile-dev-projects__wrapper--content-title {
    display: block;
    position: absolute;
    top: -35px;
    font-family: Montserrat, sans-serif;
    font-size: 56px;
    font-weight: 800;
    font-style: italic;
    line-height: 80px;
    color: #0000000d;
    z-index: -1;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .pin-section .mobile-dev-projects__wrapper--content-title {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .pin-section .mobile-dev-projects__wrapper--content-title {
    font-size: 80px;
  }
}
.pin-section .mobile-dev-projects__wrapper--content-details {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section .mobile-dev-projects__wrapper--content-details {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .pin-section .mobile-dev-projects__wrapper--content-details {
    width: 60%;
  }
}
.pin-section .mobile-dev-projects__wrapper--content-txts {
  height: 300px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .pin-section .mobile-dev-projects__wrapper--content-txts {
    margin-top: 10px;
  }
}
.pin-section .mobile-dev-projects__wrapper--content-txts .project-desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 5px;
  padding: 15px;
  background-color: #e2ecff38;
  height: 300px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pin-section
    .mobile-dev-projects__wrapper--content-txts
    .project-desc-wrapper {
    padding: 24px 50px 24px 24px;
  }
}
.pin-section
  .mobile-dev-projects__wrapper--content-txts
  .project-desc-wrapper__heading {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .pin-section
    .mobile-dev-projects__wrapper--content-txts
    .project-desc-wrapper__heading {
    font-size: 42px;
    line-height: 56px;
  }
}
.pin-section
  .mobile-dev-projects__wrapper--content-txts
  .project-desc-wrapper__sub-h {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pin-section
    .mobile-dev-projects__wrapper--content-txts
    .project-desc-wrapper__sub-h {
    font-size: 30px;
    line-height: 33px;
  }
}
.pin-section
  .mobile-dev-projects__wrapper--content-txts
  .project-desc-wrapper__para {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .pin-section
    .mobile-dev-projects__wrapper--content-txts
    .project-desc-wrapper__para {
    line-height: 33px;
    font-size: 22px;
  }
}
.pin-section
  .mobile-dev-projects__wrapper--content-txts
  #project-desc-wrapper-1 {
  border-left: 1px solid #d1202d;
}
.pin-section
  .mobile-dev-projects__wrapper--content-txts
  #project-desc-wrapper-1
  .sub-heading {
  color: #d1202d;
}
.pin-section
  .mobile-dev-projects__wrapper--content-txts
  #project-desc-wrapper-2 {
  border-left: 1px solid #f4a261;
}
.pin-section
  .mobile-dev-projects__wrapper--content-txts
  #project-desc-wrapper-2
  .sub-heading {
  color: #f4a261;
}
.pin-section
  .mobile-dev-projects__wrapper--content-txts
  #project-desc-wrapper-3 {
  border-left: 1px solid #2a9d8f;
}
.pin-section
  .mobile-dev-projects__wrapper--content-txts
  #project-desc-wrapper-3
  .sub-heading {
  color: #2a9d8f;
}
.pin-section .mobile-dev-projects__wrapper--content-cta {
  display: none;
}
@media (min-width: 1024px) {
  .pin-section .mobile-dev-projects__wrapper--content-cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
.pin-section .mobile-dev-projects__wrapper--content-cta a {
  padding: 16px 42px;
}
.pin-section .mobile-dev-projects__wrapper--cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section .mobile-dev-projects__wrapper--cta {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pin-section .mobile-dev-projects__wrapper--cta {
    display: none;
  }
}
.bussiness-analysis-mobapps {
  padding: 60px 0;
  margin-bottom: 50px;
}
.bussiness-analysis-mobapps__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bussiness-analysis-mobapps__wrapper--txts {
  margin-bottom: 32px;
}
.bussiness-analysis-mobapps__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .bussiness-analysis-mobapps__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-mobapps__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.bussiness-analysis-mobapps__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.bussiness-analysis-mobapps__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .bussiness-analysis-mobapps__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.bussiness-analysis-mobapps__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .bussiness-analysis-mobapps__wrapper--cards {
    flex-direction: column;
    padding-top: 40px;
    gap: 32px;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .bussiness-analysis-mobapps__wrapper--cards {
    flex-direction: row;
    padding-top: 75px;
    gap: 2%;
    row-gap: 140px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-mobapps__wrapper--cards {
    gap: 3%;
    row-gap: 140px;
  }
}
.bussiness-analysis-mobapps__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  padding: 40px 16px 80px;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  .bussiness-analysis-mobapps__wrapper--cards-card {
    width: 23%;
  }
}
@media (min-width: 1200px) {
  .bussiness-analysis-mobapps__wrapper--cards-card {
    width: 20%;
  }
}
.bussiness-analysis-mobapps__wrapper--cards #card-1 {
  border: 2px solid #3579f3;
}
.bussiness-analysis-mobapps__wrapper--cards #card-2 {
  border: 2px solid #6061ef;
}
.bussiness-analysis-mobapps__wrapper--cards #card-3 {
  border: 2px solid #a048f2;
}
.bussiness-analysis-mobapps__wrapper--cards #card-4 {
  border: 2px solid #20be5a;
}
.bussiness-analysis-mobapps__wrapper--cards #card-5 {
  border: 2px solid #f56d14;
}
.bussiness-analysis-mobapps__wrapper--cards #card-6 {
  border: 2px solid #e83939;
}
.bussiness-analysis-mobapps__wrapper--cards #card-7 {
  border: 2px solid #14b6a4;
}
.bussiness-analysis-mobapps__wrapper--cards-number {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 100%;
  position: absolute;
  top: -18px;
}
.bussiness-analysis-mobapps__wrapper--cards #number-1 {
  background-color: #3579f3;
}
.bussiness-analysis-mobapps__wrapper--cards #number-2 {
  background-color: #6061ef;
}
.bussiness-analysis-mobapps__wrapper--cards #number-3 {
  background-color: #a048f2;
}
.bussiness-analysis-mobapps__wrapper--cards #number-4 {
  background-color: #20be5a;
}
.bussiness-analysis-mobapps__wrapper--cards #number-5 {
  background-color: #f56d14;
}
.bussiness-analysis-mobapps__wrapper--cards #number-6 {
  background-color: #e83939;
}
.bussiness-analysis-mobapps__wrapper--cards #number-7 {
  background-color: #14b6a4;
}
.bussiness-analysis-mobapps__wrapper--cards-arrow {
  position: absolute;
}
.bussiness-analysis-mobapps__wrapper--cards #arrow-1 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .bussiness-analysis-mobapps__wrapper--cards #arrow-1 {
    transform: unset;
    top: -50px;
    right: -80px;
    height: unset;
  }
}
.bussiness-analysis-mobapps__wrapper--cards #arrow-2 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .bussiness-analysis-mobapps__wrapper--cards #arrow-2 {
    transform: unset;
    height: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.bussiness-analysis-mobapps__wrapper--cards #arrow-3 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .bussiness-analysis-mobapps__wrapper--cards #arrow-3 {
    transform: unset;
    height: unset;
    top: -50px;
    right: -80px;
  }
}
.bussiness-analysis-mobapps__wrapper--cards #arrow-4 {
  display: block;
  bottom: -60px;
  left: -30px;
  height: 95px;
}
@media (min-width: 1024px) {
  .bussiness-analysis-mobapps__wrapper--cards #arrow-4 {
    display: block;
    transform: rotate(266deg);
    left: unset;
    bottom: -83px;
    right: -28px;
    height: unset;
  }
}
.bussiness-analysis-mobapps__wrapper--cards #arrow-5 {
  bottom: -35px;
  right: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .bussiness-analysis-mobapps__wrapper--cards #arrow-5 {
    height: unset;
    transform: unset;
    top: -30px;
    right: -40px;
  }
}
.bussiness-analysis-mobapps__wrapper--cards #arrow-6 {
  bottom: -35px;
  left: -65px;
  transform: rotate(90deg);
  height: 25px;
}
@media (min-width: 1024px) {
  .bussiness-analysis-mobapps__wrapper--cards #arrow-6 {
    height: unset;
    transform: unset;
    left: unset;
    bottom: -50px;
    right: -80px;
  }
}
.bussiness-analysis-mobapps__wrapper--cards-icon {
  width: 52px;
  margin-bottom: 10px;
}
.bussiness-analysis-mobapps__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  color: #1c1c1c;
  text-align: center;
}
.bussiness-analysis-mobapps__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  text-align: center;
}
.bussiness-analysis-mobapps__wrapper--cta {
  margin-top: 30px;
  text-align: center;
  padding: 30px 0;
}
.bussiness-analysis-mobapps__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.bussiness-analysis-mobapps__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .bussiness-analysis-mobapps__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.seo-faqs {
  padding: 60px 0;
}
.seo-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .seo-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .seo-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.seo-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.seo-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.seo-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.seo-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-family: Lato, sans-serif;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .seo-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .seo-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .seo-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .seo-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.seo-faqs__wrapper--faq-container .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.seo-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.seo-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.seo-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.seo-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .seo-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.seo-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.seo-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.seo-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.seo-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .seo-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.logo-designing-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/logo-designning-page/logo-designing-herobg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo-designing-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.logo-designing-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .logo-designing-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.logo-designing-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .logo-designing-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.logo-designing-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .logo-designing-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .logo-designing-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .logo-designing-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .logo-designing-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.logo-designing-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .logo-designing-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.logo-designing-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .logo-designing-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .logo-designing-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .logo-designing-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .logo-designing-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.logo-designing-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .logo-designing-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.logo-designing-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .logo-designing-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .logo-designing-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.logo-designing-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .logo-designing-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.logo-designing-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .logo-designing-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .logo-designing-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.logo-designing-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .logo-designing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .logo-designing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.logo-designing-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.logo-designing-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .logo-designing-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.logo-designing-hero__wrapper--bottom-card:nth-child(1),
.logo-designing-hero__wrapper--bottom-card:nth-child(3),
.logo-designing-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.logo-designing-hero__wrapper--bottom-card:nth-child(1),
.logo-designing-hero__wrapper--bottom-card:nth-child(2),
.logo-designing-hero__wrapper--bottom-card:nth-child(3),
.logo-designing-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .logo-designing-hero__wrapper--bottom-card:nth-child(1),
  .logo-designing-hero__wrapper--bottom-card:nth-child(2),
  .logo-designing-hero__wrapper--bottom-card:nth-child(4),
  .logo-designing-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .logo-designing-hero__wrapper--bottom-card:nth-child(1),
  .logo-designing-hero__wrapper--bottom-card:nth-child(2),
  .logo-designing-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .logo-designing-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .logo-designing-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.logo-designing-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .logo-designing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.logo-designing-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .logo-designing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.logo-designing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .logo-designing-brands {
    margin-top: 60px;
  }
}
.logo-designing-brands__wrapper {
  overflow: hidden;
}
.logo-designing-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.logo-designing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.logo-designing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.logo-designing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.logo-designing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.logo-designing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.logo-designing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.logo-designing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .logo-designing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.logo-designing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.logo-designing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.logo-designing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.logo-designing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.logo-designing-services {
  padding: 60px 0;
}
.logo-designing-services__wrapper--txts {
  margin-bottom: 32px;
}
.logo-designing-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .logo-designing-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.logo-designing-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.logo-designing-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.logo-designing-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-designing-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.logo-designing-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .logo-designing-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .logo-designing-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.logo-designing-services__wrapper--cards #service-card1 {
  background-color: #ea293a1f;
}
.logo-designing-services__wrapper--cards #service-card2 {
  background-color: #f1dd401f;
}
.logo-designing-services__wrapper--cards #service-card3 {
  background-color: #0032501f;
}
.logo-designing-services__wrapper--cards #service-card4 {
  background-color: #db436d1f;
}
.logo-designing-services__wrapper--cards #service-card5 {
  background-color: #af64451f;
}
.logo-designing-services__wrapper--cards #service-card6 {
  background-color: #7c07231f;
}
.logo-designing-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.logo-designing-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.logo-designing-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .logo-designing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .logo-designing-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .logo-designing-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .logo-designing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.logo-designing-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 40px;
}
@media (min-width: 768px) {
  .logo-designing-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .logo-designing-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.logo-designing-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.logo-designing-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.logo-designing-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.logo-designing-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.logo-designing-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .logo-designing-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.logo-designing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .logo-designing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-growth {
    margin-top: 60px;
  }
}
.logo-designing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .logo-designing-growth__wrapper {
    padding: 24px;
  }
}
.logo-designing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .logo-designing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.logo-designing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.logo-designing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .logo-designing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.logo-designing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .logo-designing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.logo-designing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.logo-designing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/logo-designing-excellencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.logo-designing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.logo-designing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.logo-designing-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .logo-designing-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.logo-designing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.logo-designing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.logo-designing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.logo-designing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .logo-designing-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.logo-designing-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .logo-designing-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.logo-designing-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.logo-designing-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.logo-designing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .logo-designing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .logo-designing-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .logo-designing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.logo-designing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .logo-designing-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.logo-designing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.logo-designing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.logo-designing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .logo-designing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.logo-designing-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .logo-designing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.logo-designing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.logo-designing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.logo-designing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .logo-designing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.logo-designing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.logo-designing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.logo-designing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.logo-designing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.logo-designing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.logo-designing-process__wrapper--cards-card:hover
  .logo-designing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.logo-designing-process__wrapper--cards-card:hover
  .logo-designing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .logo-designing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .logo-designing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.logo-designing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.logo-designing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-designing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.logo-designing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.logo-designing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.logo-designing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .logo-designing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.logo-designing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.logo-designing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .logo-designing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.logo-designing-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.logo-designing-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .logo-designing-industry__wrapper {
    overflow: unset;
  }
}
.logo-designing-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.logo-designing-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.logo-designing-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.logo-designing-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.logo-designing-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    font-size: 36px;
  }
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .logo-designing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.logo-designing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/entertainment.webp);
}
.logo-designing-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.logo-designing-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.logo-designing-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .logo-designing-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.logo-designing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .logo-designing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.logo-designing-history__wrapper--txts {
  margin-bottom: 32px;
}
.logo-designing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.logo-designing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.logo-designing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.logo-designing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .logo-designing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .logo-designing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.logo-designing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .logo-designing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .logo-designing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .logo-designing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .logo-designing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.logo-designing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.logo-designing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .logo-designing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.logo-designing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.logo-designing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.logo-designing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .logo-designing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .logo-designing-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.logo-designing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .logo-designing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .logo-designing-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .logo-designing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.logo-designing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.logo-designing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .logo-designing-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.logo-designing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.logo-designing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.logo-designing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.logo-designing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.logo-designing-faqs {
  padding: 60px 0;
}
.logo-designing-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .logo-designing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .logo-designing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.logo-designing-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.logo-designing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.logo-designing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.logo-designing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .logo-designing-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .logo-designing-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .logo-designing-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .logo-designing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.logo-designing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.logo-designing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.logo-designing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.logo-designing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.logo-designing-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.logo-designing-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.logo-designing-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.logo-designing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .logo-designing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.logo-designing-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.logo-designing-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.logo-designing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.logo-designing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .logo-designing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.feasibility-study-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/feasibility-page/hero-homebg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feasibility-study-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.feasibility-study-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .feasibility-study-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.feasibility-study-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .feasibility-study-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.feasibility-study-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .feasibility-study-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .feasibility-study-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .feasibility-study-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.feasibility-study-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .feasibility-study-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.feasibility-study-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .feasibility-study-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .feasibility-study-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .feasibility-study-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.feasibility-study-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.feasibility-study-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .feasibility-study-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.feasibility-study-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .feasibility-study-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.feasibility-study-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .feasibility-study-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .feasibility-study-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.feasibility-study-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .feasibility-study-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .feasibility-study-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.feasibility-study-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.feasibility-study-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .feasibility-study-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.feasibility-study-hero__wrapper--bottom-card:nth-child(1),
.feasibility-study-hero__wrapper--bottom-card:nth-child(3),
.feasibility-study-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.feasibility-study-hero__wrapper--bottom-card:nth-child(1),
.feasibility-study-hero__wrapper--bottom-card:nth-child(2),
.feasibility-study-hero__wrapper--bottom-card:nth-child(3),
.feasibility-study-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .feasibility-study-hero__wrapper--bottom-card:nth-child(1),
  .feasibility-study-hero__wrapper--bottom-card:nth-child(2),
  .feasibility-study-hero__wrapper--bottom-card:nth-child(4),
  .feasibility-study-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .feasibility-study-hero__wrapper--bottom-card:nth-child(1),
  .feasibility-study-hero__wrapper--bottom-card:nth-child(2),
  .feasibility-study-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .feasibility-study-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .feasibility-study-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.feasibility-study-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .feasibility-study-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.feasibility-study-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .feasibility-study-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.feasibility-study-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .feasibility-study-brands {
    margin-top: 60px;
  }
}
.feasibility-study-brands__wrapper {
  overflow: hidden;
}
.feasibility-study-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.feasibility-study-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.feasibility-study-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.feasibility-study-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.feasibility-study-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.feasibility-study-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.feasibility-study-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.feasibility-study-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .feasibility-study-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.feasibility-study-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.feasibility-study-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.feasibility-study-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.feasibility-study-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.feasibility-study-services {
  padding: 60px 0;
}
.feasibility-study-services__wrapper--txts {
  margin-bottom: 32px;
}
.feasibility-study-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 12px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.feasibility-study-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.feasibility-study-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .feasibility-study-services__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.feasibility-study-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feasibility-study-services__wrapper--cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
.feasibility-study-services__wrapper--cards-cardwraper {
  width: 100%;
  min-width: 100%;
  padding: 24px;
  border-radius: 24px;
  background-color: #0009;
  transition: background-color 0.6s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .feasibility-study-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .feasibility-study-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.feasibility-study-services__wrapper--cards #service-card1 {
  background-color: #3c4d531f;
}
.feasibility-study-services__wrapper--cards #service-card2 {
  background-color: #33aaec1f;
}
.feasibility-study-services__wrapper--cards #service-card3 {
  background-color: #a26b031f;
}
.feasibility-study-services__wrapper--cards #service-card4 {
  background-color: #ca7f581f;
}
.feasibility-study-services__wrapper--cards #service-card5 {
  background-color: #f5e9cf1f;
}
.feasibility-study-services__wrapper--cards #service-card6 {
  background-color: #a8c1f01f;
}
.feasibility-study-services__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.feasibility-study-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.feasibility-study-services__wrapper--cards-cardbodyhead {
  font-family: Lato, sans-serif;
  font-weight: 600;
  color: #181818;
  font-size: 20px;
  line-height: 30px;
  min-height: 84px;
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .feasibility-study-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .feasibility-study-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .feasibility-study-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .feasibility-study-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.feasibility-study-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  min-height: 120px;
  margin-bottom: 12px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .feasibility-study-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 150px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .feasibility-study-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.feasibility-study-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.feasibility-study-services__wrapper--cards-cardimage img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.feasibility-study-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.feasibility-study-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.feasibility-study-services__wrapper--cta a {
  display: inline-block;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .feasibility-study-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.feasibility-study-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .feasibility-study-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-growth {
    margin-top: 60px;
  }
}
.feasibility-study-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .feasibility-study-growth__wrapper {
    padding: 24px;
  }
}
.feasibility-study-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .feasibility-study-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.feasibility-study-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.feasibility-study-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .feasibility-study-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.feasibility-study-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .feasibility-study-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.feasibility-study-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.feasibility-study-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/feasibility-study-excellencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.feasibility-study-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.feasibility-study-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.feasibility-study-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .feasibility-study-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.feasibility-study-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.feasibility-study-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.feasibility-study-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.feasibility-study-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 20px;
  width: 100%;
  margin-bottom: 0;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) {
  .feasibility-study-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.feasibility-study-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .feasibility-study-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.feasibility-study-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.feasibility-study-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.feasibility-study-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .feasibility-study-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .feasibility-study-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .feasibility-study-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.feasibility-study-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .feasibility-study-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.feasibility-study-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.feasibility-study-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.feasibility-study-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .feasibility-study-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.feasibility-study-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .feasibility-study-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.feasibility-study-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.feasibility-study-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.feasibility-study-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .feasibility-study-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.feasibility-study-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.feasibility-study-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.feasibility-study-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.feasibility-study-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-bottom: 0;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
}
.feasibility-study-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.feasibility-study-process__wrapper--cards-card:hover
  .feasibility-study-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.feasibility-study-process__wrapper--cards-card:hover
  .feasibility-study-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .feasibility-study-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.feasibility-study-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.feasibility-study-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feasibility-study-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.feasibility-study-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.feasibility-study-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.feasibility-study-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .feasibility-study-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.feasibility-study-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.feasibility-study-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .feasibility-study-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.feasibility-study-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.feasibility-study-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .feasibility-study-industry__wrapper {
    overflow: unset;
  }
}
.feasibility-study-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.feasibility-study-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.feasibility-study-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.feasibility-study-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.feasibility-study-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    font-size: 36px;
  }
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .feasibility-study-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/pm-consulting-page/public-sector.webp);
}
.feasibility-study-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.feasibility-study-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.feasibility-study-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.feasibility-study-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .feasibility-study-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.feasibility-study-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .feasibility-study-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.feasibility-study-history__wrapper--txts {
  margin-bottom: 32px;
}
.feasibility-study-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.feasibility-study-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.feasibility-study-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.feasibility-study-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .feasibility-study-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.feasibility-study-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .feasibility-study-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .feasibility-study-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .feasibility-study-history__wrapper--cards-card {
    padding: 24px;
  }
}
.feasibility-study-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.feasibility-study-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .feasibility-study-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.feasibility-study-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.feasibility-study-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.feasibility-study-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .feasibility-study-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.feasibility-study-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .feasibility-study-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .feasibility-study-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.feasibility-study-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.feasibility-study-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .feasibility-study-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.feasibility-study-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.feasibility-study-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.feasibility-study-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.feasibility-study-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.feasibility-study-faqs {
  padding: 60px 0;
}
.feasibility-study-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .feasibility-study-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .feasibility-study-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.feasibility-study-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.feasibility-study-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.feasibility-study-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.feasibility-study-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .feasibility-study-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .feasibility-study-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .feasibility-study-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .feasibility-study-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.feasibility-study-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.feasibility-study-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.feasibility-study-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.feasibility-study-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.feasibility-study-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.feasibility-study-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.feasibility-study-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.feasibility-study-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .feasibility-study-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.feasibility-study-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.feasibility-study-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.feasibility-study-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.feasibility-study-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .feasibility-study-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.business-process-improvement-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/business-process-improvement/business-improvement-herobg.webp) !important;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.business-process-improvement-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.business-process-improvement-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .business-process-improvement-hero__wrapper--uper {
    flex-direction: row;
    gap: unset;
  }
}
.business-process-improvement-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .business-process-improvement-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.business-process-improvement-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .business-process-improvement-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .business-process-improvement-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .business-process-improvement-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.business-process-improvement-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .business-process-improvement-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.business-process-improvement-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .business-process-improvement-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .business-process-improvement-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .business-process-improvement-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.business-process-improvement-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.business-process-improvement-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .business-process-improvement-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.business-process-improvement-hero__wrapper--uper-right img {
  width: 100%;
}
@media (min-width: 768px) {
  .business-process-improvement-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-hero__wrapper--uper-right img {
    max-width: unset;
  }
}
.business-process-improvement-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .business-process-improvement-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .business-process-improvement-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.business-process-improvement-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .business-process-improvement-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .business-process-improvement-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.business-process-improvement-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.business-process-improvement-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .business-process-improvement-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.business-process-improvement-hero__wrapper--bottom-card:nth-child(1),
.business-process-improvement-hero__wrapper--bottom-card:nth-child(3),
.business-process-improvement-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.business-process-improvement-hero__wrapper--bottom-card:nth-child(1),
.business-process-improvement-hero__wrapper--bottom-card:nth-child(2),
.business-process-improvement-hero__wrapper--bottom-card:nth-child(3),
.business-process-improvement-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .business-process-improvement-hero__wrapper--bottom-card:nth-child(1),
  .business-process-improvement-hero__wrapper--bottom-card:nth-child(2),
  .business-process-improvement-hero__wrapper--bottom-card:nth-child(4),
  .business-process-improvement-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .business-process-improvement-hero__wrapper--bottom-card:nth-child(1),
  .business-process-improvement-hero__wrapper--bottom-card:nth-child(2),
  .business-process-improvement-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .business-process-improvement-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .business-process-improvement-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.business-process-improvement-hero__wrapper--bottom-card
  .business-process-improvement-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .business-process-improvement-hero__wrapper--bottom-card
    .business-process-improvement-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-hero__wrapper--bottom-card
    .business-process-improvement-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.business-process-improvement-hero__wrapper--bottom-card
  .business-process-improvement-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .business-process-improvement-hero__wrapper--bottom-card
    .business-process-improvement-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-hero__wrapper--bottom-card
    .business-process-improvement-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.business-process-improvement-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .business-process-improvement-brands {
    margin-top: 60px;
  }
}
.business-process-improvement-brands__wrapper {
  overflow: hidden;
}
.business-process-improvement-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-process-improvement-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-process-improvement-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.business-process-improvement-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.business-process-improvement-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.business-process-improvement-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.business-process-improvement-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.business-process-improvement-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .business-process-improvement-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.business-process-improvement-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.business-process-improvement-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.business-process-improvement-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-process-improvement-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.business-process-improvement-services {
  padding: 60px 0;
}
.business-process-improvement-services__wrapper--txts {
  margin-bottom: 32px;
}
.business-process-improvement-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .business-process-improvement-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-process-improvement-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-process-improvement-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.business-process-improvement-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-process-improvement-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.business-process-improvement-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .business-process-improvement-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .business-process-improvement-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.business-process-improvement-services__wrapper--cards
  #business-process-improvement-branding {
  background-color: #61beee1f;
}
.business-process-improvement-services__wrapper--cards
  #business-process-improvement-guide {
  background-color: #a6a69e1f;
}
.business-process-improvement-services__wrapper--cards
  #business-process-improvement-asset {
  background-color: #e392611f;
}
.business-process-improvement-services__wrapper--cards
  #business-process-improvement-visualization {
  background-color: #57cabd1f;
}
.business-process-improvement-services__wrapper--cards
  #business-process-improvement-consulting {
  background-color: #3c39361f;
}
.business-process-improvement-services__wrapper--cards
  #business-process-improvement-modernization {
  background-color: #7c03c91f;
}
.business-process-improvement-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.business-process-improvement-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.business-process-improvement-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .business-process-improvement-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .business-process-improvement-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .business-process-improvement-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .business-process-improvement-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 80px;
  }
}
.business-process-improvement-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 120px;
}
@media (min-width: 768px) {
  .business-process-improvement-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .business-process-improvement-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.business-process-improvement-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.business-process-improvement-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.business-process-improvement-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.business-process-improvement-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-process-improvement-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .business-process-improvement-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.business-process-improvement-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .business-process-improvement-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-growth {
    margin-top: 60px;
  }
}
.business-process-improvement-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .business-process-improvement-growth__wrapper {
    padding: 24px;
  }
}
.business-process-improvement-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .business-process-improvement-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.business-process-improvement-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.business-process-improvement-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .business-process-improvement-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.business-process-improvement-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .business-process-improvement-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.business-process-improvement-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.business-process-improvement-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/seo/why-choose-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.business-process-improvement-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.business-process-improvement-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.business-process-improvement-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .business-process-improvement-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-process-improvement-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-process-improvement-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.business-process-improvement-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.business-process-improvement-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .business-process-improvement-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.business-process-improvement-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .business-process-improvement-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.business-process-improvement-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.business-process-improvement-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.business-process-improvement-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #181818 !important;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .business-process-improvement-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.business-process-improvement-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e !important;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .business-process-improvement-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.business-process-improvement-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.business-process-improvement-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-process-improvement-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .business-process-improvement-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.business-process-improvement-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .business-process-improvement-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.business-process-improvement-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.business-process-improvement-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.business-process-improvement-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .business-process-improvement-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-process-improvement-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-process-improvement-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.business-process-improvement-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.business-process-improvement-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.business-process-improvement-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.business-process-improvement-process__wrapper--cards-card:hover
  .business-process-improvement-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.business-process-improvement-process__wrapper--cards-card:hover
  .business-process-improvement-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .business-process-improvement-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.business-process-improvement-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.business-process-improvement-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business-process-improvement-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.business-process-improvement-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  color: #181818 !important;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.business-process-improvement-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e !important;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.business-process-improvement-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.business-process-improvement-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-process-improvement-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .business-process-improvement-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.business-process-improvement-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.business-process-improvement-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .business-process-improvement-industry__wrapper {
    overflow: unset;
  }
}
.business-process-improvement-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-process-improvement-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-process-improvement-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.business-process-improvement-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
  }
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .business-process-improvement-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/portfolio-management/contruction.webp);
}
.business-process-improvement-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.business-process-improvement-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.business-process-improvement-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-process-improvement-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .business-process-improvement-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.business-process-improvement-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .business-process-improvement-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.business-process-improvement-history__wrapper--txts {
  margin-bottom: 32px;
}
.business-process-improvement-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-process-improvement-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-process-improvement-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.business-process-improvement-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .business-process-improvement-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.business-process-improvement-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .business-process-improvement-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .business-process-improvement-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .business-process-improvement-history__wrapper--cards-card {
    padding: 24px;
  }
}
.business-process-improvement-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.business-process-improvement-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .business-process-improvement-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.business-process-improvement-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.business-process-improvement-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.business-process-improvement-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .business-process-improvement-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.business-process-improvement-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .business-process-improvement-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .business-process-improvement-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.business-process-improvement-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.business-process-improvement-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .business-process-improvement-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.business-process-improvement-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.business-process-improvement-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.business-process-improvement-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.business-process-improvement-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.business-process-improvement-faqs {
  padding: 60px 0;
}
.business-process-improvement-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .business-process-improvement-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .business-process-improvement-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.business-process-improvement-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.business-process-improvement-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.business-process-improvement-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .business-process-improvement-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .business-process-improvement-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .business-process-improvement-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .business-process-improvement-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .business-process-improvement-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.business-process-improvement-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.business-process-improvement-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.business-process-improvement-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .business-process-improvement-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.portfolio-management-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/portfolio-management/hero-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-management-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.portfolio-management-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .portfolio-management-hero__wrapper--uper {
    flex-direction: row;
    gap: unset;
  }
}
.portfolio-management-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .portfolio-management-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.portfolio-management-hero__wrapper--uper-left h1 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .portfolio-management-hero__wrapper--uper-left h1 {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-hero__wrapper--uper-left h1 {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .portfolio-management-hero__wrapper--uper-left h1 {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .portfolio-management-hero__wrapper--uper-left h1 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.portfolio-management-hero__wrapper--uper-left h1 span {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .portfolio-management-hero__wrapper--uper-left h1 span {
    display: inline;
  }
}
.portfolio-management-hero__wrapper--uper-left h1 .development {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .portfolio-management-hero__wrapper--uper-left h1 .development {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-hero__wrapper--uper-left h1 .development {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .portfolio-management-hero__wrapper--uper-left h1 .development {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .portfolio-management-hero__wrapper--uper-left h1 .development {
    font-size: 60px;
    line-height: 84px;
  }
}
.portfolio-management-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.portfolio-management-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .portfolio-management-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.portfolio-management-hero__wrapper--uper-right img {
  width: 100%;
}
@media (min-width: 768px) {
  .portfolio-management-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-hero__wrapper--uper-right img {
    max-width: unset;
  }
}
.portfolio-management-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .portfolio-management-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .portfolio-management-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.portfolio-management-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .portfolio-management-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .portfolio-management-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.portfolio-management-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.portfolio-management-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .portfolio-management-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.portfolio-management-hero__wrapper--bottom-card:nth-child(1),
.portfolio-management-hero__wrapper--bottom-card:nth-child(3),
.portfolio-management-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.portfolio-management-hero__wrapper--bottom-card:nth-child(1),
.portfolio-management-hero__wrapper--bottom-card:nth-child(2),
.portfolio-management-hero__wrapper--bottom-card:nth-child(3),
.portfolio-management-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .portfolio-management-hero__wrapper--bottom-card:nth-child(1),
  .portfolio-management-hero__wrapper--bottom-card:nth-child(2),
  .portfolio-management-hero__wrapper--bottom-card:nth-child(4),
  .portfolio-management-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .portfolio-management-hero__wrapper--bottom-card:nth-child(1),
  .portfolio-management-hero__wrapper--bottom-card:nth-child(2),
  .portfolio-management-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .portfolio-management-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .portfolio-management-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.portfolio-management-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .portfolio-management-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.portfolio-management-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .portfolio-management-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.portfolio-management-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .portfolio-management-brands {
    margin-top: 60px;
  }
}
.portfolio-management-brands__wrapper {
  overflow: hidden;
}
.portfolio-management-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.portfolio-management-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.portfolio-management-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.portfolio-management-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.portfolio-management-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.portfolio-management-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.portfolio-management-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.portfolio-management-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .portfolio-management-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.portfolio-management-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.portfolio-management-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.portfolio-management-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.portfolio-management-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.portfolio-management-services {
  padding: 60px 0;
}
.portfolio-management-services__wrapper--txts {
  margin-bottom: 32px;
}
.portfolio-management-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .portfolio-management-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.portfolio-management-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.portfolio-management-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.portfolio-management-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-management-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.portfolio-management-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .portfolio-management-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .portfolio-management-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.portfolio-management-services__wrapper--cards #portfolio-management-branding {
  background-color: #61beee1f;
}
.portfolio-management-services__wrapper--cards #portfolio-management-guide {
  background-color: #a6a69e1f;
}
.portfolio-management-services__wrapper--cards #portfolio-management-asset {
  background-color: #e392611f;
}
.portfolio-management-services__wrapper--cards
  #portfolio-management-visualization {
  background-color: #57cabd1f;
}
.portfolio-management-services__wrapper--cards
  #portfolio-management-consulting {
  background-color: #3c39361f;
}
.portfolio-management-services__wrapper--cards
  #portfolio-management-modernization {
  background-color: #7c03c91f;
}
.portfolio-management-services__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex: 1;
}
.portfolio-management-services__wrapper--cards-cardbody {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.portfolio-management-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600 !important;
  margin-bottom: 16px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .portfolio-management-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .portfolio-management-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .portfolio-management-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .portfolio-management-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
  }
}
.portfolio-management-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  margin-bottom: 10px;
  flex: 1;
  min-height: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .portfolio-management-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .portfolio-management-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
  }
}
.portfolio-management-services__wrapper--cards-cardimage {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.portfolio-management-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.portfolio-management-services__wrapper--cta {
  padding-top: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .portfolio-management-services__wrapper--cta {
    padding-top: 0;
    text-align: center;
  }
}
.portfolio-management-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.portfolio-management-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .portfolio-management-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.portfolio-management-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .portfolio-management-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-growth {
    margin-top: 60px;
  }
}
.portfolio-management-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .portfolio-management-growth__wrapper {
    padding: 24px;
  }
}
.portfolio-management-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .portfolio-management-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.portfolio-management-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.portfolio-management-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .portfolio-management-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.portfolio-management-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .portfolio-management-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.portfolio-management-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.portfolio-management-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbg/portfolio-management-excellencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.portfolio-management-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.portfolio-management-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.portfolio-management-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .portfolio-management-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.portfolio-management-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.portfolio-management-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.portfolio-management-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.portfolio-management-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .portfolio-management-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.portfolio-management-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .portfolio-management-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .portfolio-management-excellence__wrapper--cards-card:last-child:nth-child(
      odd
    ) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .portfolio-management-excellence__wrapper--cards-card:last-child:nth-child(
      odd
    ) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.portfolio-management-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.portfolio-management-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.portfolio-management-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .portfolio-management-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.portfolio-management-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1c1c1c;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .portfolio-management-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.portfolio-management-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.portfolio-management-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.portfolio-management-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .portfolio-management-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.portfolio-management-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .portfolio-management-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.portfolio-management-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.portfolio-management-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.portfolio-management-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .portfolio-management-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.portfolio-management-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.portfolio-management-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.portfolio-management-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.portfolio-management-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
.portfolio-management-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.portfolio-management-process__wrapper--cards-card:hover
  .portfolio-management-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.portfolio-management-process__wrapper--cards-card:hover
  .portfolio-management-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .portfolio-management-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.portfolio-management-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.portfolio-management-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio-management-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.portfolio-management-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.portfolio-management-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.portfolio-management-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.portfolio-management-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.portfolio-management-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .portfolio-management-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.portfolio-management-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.portfolio-management-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .portfolio-management-industry__wrapper {
    overflow: unset;
  }
}
.portfolio-management-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.portfolio-management-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.portfolio-management-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.portfolio-management-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.portfolio-management-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(170px);
  }
}
@media (min-width: 1200px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(170px);
  }
}
@media (min-width: 1440px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(170px);
  }
}
@media (min-width: 1200px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(170px);
  }
}
@media (min-width: 1440px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(200px);
  }
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .portfolio-management-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/pm-consulting-page/life-science.webp);
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/portfolio-management/contruction.webp);
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/logistics.webp);
}
.portfolio-management-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/portfolio-management/supply-chain.webp);
}
.portfolio-management-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.portfolio-management-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.portfolio-management-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .portfolio-management-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.portfolio-management-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .portfolio-management-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.portfolio-management-history__wrapper--txts {
  margin-bottom: 32px;
}
.portfolio-management-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.portfolio-management-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.portfolio-management-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.portfolio-management-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .portfolio-management-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.portfolio-management-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .portfolio-management-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .portfolio-management-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .portfolio-management-history__wrapper--cards-card {
    padding: 24px;
  }
}
.portfolio-management-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.portfolio-management-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .portfolio-management-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.portfolio-management-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.portfolio-management-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.portfolio-management-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .portfolio-management-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.portfolio-management-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .portfolio-management-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .portfolio-management-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.portfolio-management-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.portfolio-management-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .portfolio-management-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.portfolio-management-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.portfolio-management-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.portfolio-management-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.portfolio-management-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.pin-section-portfolio-management-seo {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-portfolio-management-seo {
    background-position: center center;
  }
}
.pin-section-portfolio-management-seo .portfolio-management-seo {
  padding: 50px 0;
}
.pin-section-portfolio-management-seo .portfolio-management-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-portfolio-management-seo .portfolio-management-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-portfolio-management-seo .portfolio-management-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-portfolio-management-seo
    .portfolio-management-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-portfolio-management-seo
    .portfolio-management-seo__wrapper--txts-heading {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-portfolio-management-seo
    .portfolio-management-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-portfolio-management-seo
    .portfolio-management-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-portfolio-management-seo
    .portfolio-management-seo__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-portfolio-management-seo
    .portfolio-management-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-portfolio-management-seo
    .portfolio-management-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-portfolio-management-seo
    .portfolio-management-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-portfolio-management-seo
    .portfolio-management-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 5px;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-portfolio-management-seo
  .portfolio-management-seo__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-portfolio-management-seo
    .portfolio-management-seo__wrapper
    .mobile-cta {
    display: none;
  }
}
.portfolio-management-faqs {
  padding: 60px 0;
}
.portfolio-management-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .portfolio-management-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .portfolio-management-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.portfolio-management-faqs__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.portfolio-management-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.portfolio-management-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.portfolio-management-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .portfolio-management-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .portfolio-management-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .portfolio-management-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .portfolio-management-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.portfolio-management-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.portfolio-management-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.portfolio-management-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.portfolio-management-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.portfolio-management-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.portfolio-management-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.portfolio-management-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.portfolio-management-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .portfolio-management-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.portfolio-management-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.portfolio-management-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.portfolio-management-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.portfolio-management-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .portfolio-management-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.virtual-assistant-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/virtual-assistant/hero-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.virtual-assistant-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.virtual-assistant-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .virtual-assistant-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.virtual-assistant-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .virtual-assistant-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.virtual-assistant-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.virtual-assistant-hero__wrapper--uper-left-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .virtual-assistant-hero__wrapper--uper-left-heading {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-hero__wrapper--uper-left-heading {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-hero__wrapper--uper-left-heading {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .virtual-assistant-hero__wrapper--uper-left-heading {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.virtual-assistant-hero__wrapper--uper-left-heading-primary {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .virtual-assistant-hero__wrapper--uper-left-heading-primary {
    display: inline;
  }
}
.virtual-assistant-hero__wrapper--uper-left-heading-secondary {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .virtual-assistant-hero__wrapper--uper-left-heading-secondary {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-hero__wrapper--uper-left-heading-secondary {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-hero__wrapper--uper-left-heading-secondary {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .virtual-assistant-hero__wrapper--uper-left-heading-secondary {
    font-size: 60px;
    line-height: 84px;
  }
}
.virtual-assistant-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .virtual-assistant-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.virtual-assistant-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .virtual-assistant-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.virtual-assistant-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .virtual-assistant-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .virtual-assistant-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.virtual-assistant-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .virtual-assistant-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.virtual-assistant-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.virtual-assistant-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .virtual-assistant-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.virtual-assistant-hero__wrapper--bottom-card:nth-child(1),
.virtual-assistant-hero__wrapper--bottom-card:nth-child(3),
.virtual-assistant-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.virtual-assistant-hero__wrapper--bottom-card:nth-child(1),
.virtual-assistant-hero__wrapper--bottom-card:nth-child(2),
.virtual-assistant-hero__wrapper--bottom-card:nth-child(3),
.virtual-assistant-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .virtual-assistant-hero__wrapper--bottom-card:nth-child(1),
  .virtual-assistant-hero__wrapper--bottom-card:nth-child(2),
  .virtual-assistant-hero__wrapper--bottom-card:nth-child(4),
  .virtual-assistant-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .virtual-assistant-hero__wrapper--bottom-card:nth-child(1),
  .virtual-assistant-hero__wrapper--bottom-card:nth-child(2),
  .virtual-assistant-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .virtual-assistant-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .virtual-assistant-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.virtual-assistant-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .virtual-assistant-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.virtual-assistant-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .virtual-assistant-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.virtual-assistant-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .virtual-assistant-brands {
    margin-top: 60px;
  }
}
.virtual-assistant-brands__wrapper {
  overflow: hidden;
}
.virtual-assistant-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.virtual-assistant-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.virtual-assistant-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.virtual-assistant-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.virtual-assistant-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.virtual-assistant-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.virtual-assistant-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.virtual-assistant-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .virtual-assistant-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.virtual-assistant-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.virtual-assistant-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.virtual-assistant-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.virtual-assistant-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.virtual-assistant-services {
  padding: 60px 0;
}
.virtual-assistant-services__wrapper--txts {
  margin-bottom: 32px;
}
.virtual-assistant-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .virtual-assistant-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.virtual-assistant-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.virtual-assistant-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.virtual-assistant-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.virtual-assistant-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.virtual-assistant-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .virtual-assistant-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.virtual-assistant-services__wrapper--cards #service-card1 {
  background-color: #5869751f;
}
.virtual-assistant-services__wrapper--cards #service-card2 {
  background-color: #f3adcb1f;
}
.virtual-assistant-services__wrapper--cards #service-card3 {
  background-color: #003d901f;
}
.virtual-assistant-services__wrapper--cards #service-card4 {
  background-color: #5095941f;
}
.virtual-assistant-services__wrapper--cards #service-card5 {
  background-color: #2926241f;
}
.virtual-assistant-services__wrapper--cards #service-card6 {
  background-color: #93659f1f;
}
.virtual-assistant-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.virtual-assistant-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.virtual-assistant-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .virtual-assistant-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .virtual-assistant-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .virtual-assistant-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.virtual-assistant-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 40px;
}
@media (min-width: 768px) {
  .virtual-assistant-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .virtual-assistant-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.virtual-assistant-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.virtual-assistant-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.virtual-assistant-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.virtual-assistant-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.virtual-assistant-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .virtual-assistant-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.virtual-assistant-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .virtual-assistant-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-growth {
    margin-top: 60px;
  }
}
.virtual-assistant-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .virtual-assistant-growth__wrapper {
    padding: 24px;
  }
}
.virtual-assistant-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .virtual-assistant-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.virtual-assistant-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.virtual-assistant-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .virtual-assistant-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.virtual-assistant-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .virtual-assistant-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.virtual-assistant-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.virtual-assistant-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/excellen-sectionbG/feasibility-study-excellencebg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.virtual-assistant-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.virtual-assistant-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.virtual-assistant-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .virtual-assistant-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.virtual-assistant-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.virtual-assistant-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.virtual-assistant-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.virtual-assistant-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .virtual-assistant-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.virtual-assistant-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .virtual-assistant-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.virtual-assistant-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.virtual-assistant-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.virtual-assistant-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .virtual-assistant-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .virtual-assistant-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.virtual-assistant-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .virtual-assistant-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.virtual-assistant-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.virtual-assistant-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.virtual-assistant-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .virtual-assistant-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.virtual-assistant-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .virtual-assistant-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.virtual-assistant-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.virtual-assistant-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.virtual-assistant-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .virtual-assistant-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.virtual-assistant-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.virtual-assistant-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.virtual-assistant-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.virtual-assistant-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.virtual-assistant-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.virtual-assistant-process__wrapper--cards-card:hover
  .virtual-assistant-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.virtual-assistant-process__wrapper--cards-card:hover
  .virtual-assistant-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .virtual-assistant-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.virtual-assistant-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.virtual-assistant-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.virtual-assistant-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.virtual-assistant-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.virtual-assistant-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.virtual-assistant-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .virtual-assistant-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.virtual-assistant-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.virtual-assistant-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .virtual-assistant-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.virtual-assistant-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.virtual-assistant-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .virtual-assistant-industry__wrapper {
    overflow: unset;
  }
}
.virtual-assistant-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.virtual-assistant-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.virtual-assistant-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.virtual-assistant-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.virtual-assistant-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    font-size: 36px;
  }
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-icon {
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-icon {
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-icon {
    transform: translateY(150px);
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-heading {
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .virtual-assistant-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-heading {
    transform: translateY(150px);
    font-size: 36px;
  }
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6
  .card-content:hover {
  background: linear-gradient(to bottom, #0000002d, #00000080);
  transition: ease-in-out 1s;
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6
  .card-content:hover
  .card-heading {
  transform: translateY(0);
  transition: ease-in-out 1s;
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6
  .card-content:hover
  .card-icon {
  transform: translateY(0);
  transform: rotate(-30deg);
  box-shadow: -2px 4px 4px #c7e7ff;
  transition: ease-in-out 1s;
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6
  .card-content:hover
  .card-desc,
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6
  .card-content:hover
  a {
  opacity: 1;
  transition: ease-in-out 1.25s;
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/entertainment.webp);
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.virtual-assistant-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/virtual-assistant/public-sector-img.webp);
}
.virtual-assistant-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.virtual-assistant-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.virtual-assistant-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .virtual-assistant-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.virtual-assistant-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .virtual-assistant-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.virtual-assistant-history__wrapper--txts {
  margin-bottom: 32px;
}
.virtual-assistant-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.virtual-assistant-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.virtual-assistant-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.virtual-assistant-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .virtual-assistant-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.virtual-assistant-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .virtual-assistant-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .virtual-assistant-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-history__wrapper--cards-card {
    padding: 24px;
  }
}
.virtual-assistant-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.virtual-assistant-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .virtual-assistant-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.virtual-assistant-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.virtual-assistant-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.virtual-assistant-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .virtual-assistant-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.virtual-assistant-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .virtual-assistant-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-history__wrapper--lowercards-card {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.virtual-assistant-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.virtual-assistant-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .virtual-assistant-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .virtual-assistant-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.virtual-assistant-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.virtual-assistant-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.virtual-assistant-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.virtual-assistant-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.virtual-assistant-faqs {
  padding: 60px 0;
}
.virtual-assistant-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .virtual-assistant-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .virtual-assistant-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.virtual-assistant-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.virtual-assistant-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.virtual-assistant-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.virtual-assistant-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .virtual-assistant-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .virtual-assistant-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .virtual-assistant-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .virtual-assistant-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.virtual-assistant-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.virtual-assistant-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.virtual-assistant-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.virtual-assistant-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.virtual-assistant-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.virtual-assistant-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.virtual-assistant-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.virtual-assistant-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .virtual-assistant-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.virtual-assistant-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.virtual-assistant-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.virtual-assistant-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.virtual-assistant-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .virtual-assistant-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.legacy-system-modernization-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/legacy-system-modernization/hero-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.legacy-system-modernization-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.legacy-system-modernization-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.legacy-system-modernization-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.legacy-system-modernization-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.legacy-system-modernization-hero__wrapper--uper-left-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .legacy-system-modernization-hero__wrapper--uper-left-heading {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-hero__wrapper--uper-left-heading {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-hero__wrapper--uper-left-heading {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .legacy-system-modernization-hero__wrapper--uper-left-heading {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.legacy-system-modernization-hero__wrapper--uper-left-heading-primary {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .legacy-system-modernization-hero__wrapper--uper-left-heading-primary {
    display: inline;
  }
}
.legacy-system-modernization-hero__wrapper--uper-left-heading-secondary {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .legacy-system-modernization-hero__wrapper--uper-left-heading-secondary {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-hero__wrapper--uper-left-heading-secondary {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-hero__wrapper--uper-left-heading-secondary {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .legacy-system-modernization-hero__wrapper--uper-left-heading-secondary {
    font-size: 60px;
    line-height: 84px;
  }
}
.legacy-system-modernization-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .legacy-system-modernization-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.legacy-system-modernization-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .legacy-system-modernization-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.legacy-system-modernization-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .legacy-system-modernization-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .legacy-system-modernization-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.legacy-system-modernization-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .legacy-system-modernization-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.legacy-system-modernization-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.legacy-system-modernization-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .legacy-system-modernization-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.legacy-system-modernization-hero__wrapper--bottom-card:nth-child(1),
.legacy-system-modernization-hero__wrapper--bottom-card:nth-child(3),
.legacy-system-modernization-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.legacy-system-modernization-hero__wrapper--bottom-card:nth-child(1),
.legacy-system-modernization-hero__wrapper--bottom-card:nth-child(2),
.legacy-system-modernization-hero__wrapper--bottom-card:nth-child(3),
.legacy-system-modernization-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .legacy-system-modernization-hero__wrapper--bottom-card:nth-child(1),
  .legacy-system-modernization-hero__wrapper--bottom-card:nth-child(2),
  .legacy-system-modernization-hero__wrapper--bottom-card:nth-child(4),
  .legacy-system-modernization-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .legacy-system-modernization-hero__wrapper--bottom-card:nth-child(1),
  .legacy-system-modernization-hero__wrapper--bottom-card:nth-child(2),
  .legacy-system-modernization-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .legacy-system-modernization-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .legacy-system-modernization-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.legacy-system-modernization-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .legacy-system-modernization-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.legacy-system-modernization-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .legacy-system-modernization-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.legacy-system-modernization-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-brands {
    margin-top: 60px;
  }
}
.legacy-system-modernization-brands__wrapper {
  overflow: hidden;
}
.legacy-system-modernization-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.legacy-system-modernization-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.legacy-system-modernization-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.legacy-system-modernization-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.legacy-system-modernization-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.legacy-system-modernization-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.legacy-system-modernization-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.legacy-system-modernization-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .legacy-system-modernization-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.legacy-system-modernization-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.legacy-system-modernization-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.legacy-system-modernization-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.legacy-system-modernization-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.legacy-system-modernization-services {
  padding: 60px 0;
}
.legacy-system-modernization-services__wrapper--txts {
  margin-bottom: 32px;
}
.legacy-system-modernization-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.legacy-system-modernization-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.legacy-system-modernization-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.legacy-system-modernization-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.legacy-system-modernization-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.legacy-system-modernization-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .legacy-system-modernization-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.legacy-system-modernization-services__wrapper--cards #service-card1 {
  background-color: #5869751f;
}
.legacy-system-modernization-services__wrapper--cards #service-card2 {
  background-color: #f3adcb1f;
}
.legacy-system-modernization-services__wrapper--cards #service-card3 {
  background-color: #003d901f;
}
.legacy-system-modernization-services__wrapper--cards #service-card4 {
  background-color: #5095941f;
}
.legacy-system-modernization-services__wrapper--cards #service-card5 {
  background-color: #2926241f;
}
.legacy-system-modernization-services__wrapper--cards #service-card6 {
  background-color: #93659f1f;
}
.legacy-system-modernization-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.legacy-system-modernization-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.legacy-system-modernization-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .legacy-system-modernization-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .legacy-system-modernization-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.legacy-system-modernization-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 40px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .legacy-system-modernization-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.legacy-system-modernization-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.legacy-system-modernization-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.legacy-system-modernization-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.legacy-system-modernization-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.legacy-system-modernization-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.legacy-system-modernization-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-growth {
    margin-top: 60px;
  }
}
.legacy-system-modernization-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .legacy-system-modernization-growth__wrapper {
    padding: 24px;
  }
}
.legacy-system-modernization-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.legacy-system-modernization-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.legacy-system-modernization-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.legacy-system-modernization-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.legacy-system-modernization-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.legacy-system-modernization-excellence {
  background: linear-gradient(45deg, #c7f29547 10%, #f9f9f9 30%);
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.legacy-system-modernization-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.legacy-system-modernization-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.legacy-system-modernization-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.legacy-system-modernization-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.legacy-system-modernization-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.legacy-system-modernization-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.legacy-system-modernization-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) {
  .legacy-system-modernization-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.legacy-system-modernization-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.legacy-system-modernization-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.legacy-system-modernization-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.legacy-system-modernization-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .legacy-system-modernization-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .legacy-system-modernization-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.legacy-system-modernization-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .legacy-system-modernization-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.legacy-system-modernization-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.legacy-system-modernization-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.legacy-system-modernization-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.legacy-system-modernization-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.legacy-system-modernization-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.legacy-system-modernization-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.legacy-system-modernization-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.legacy-system-modernization-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.legacy-system-modernization-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.legacy-system-modernization-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.legacy-system-modernization-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
}
.legacy-system-modernization-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.legacy-system-modernization-process__wrapper--cards-card:hover
  .legacy-system-modernization-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.legacy-system-modernization-process__wrapper--cards-card:hover
  .legacy-system-modernization-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .legacy-system-modernization-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.legacy-system-modernization-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.legacy-system-modernization-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.legacy-system-modernization-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.legacy-system-modernization-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.legacy-system-modernization-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.legacy-system-modernization-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.legacy-system-modernization-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.legacy-system-modernization-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.legacy-system-modernization-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.legacy-system-modernization-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-industry__wrapper {
    overflow: unset;
  }
}
.legacy-system-modernization-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.legacy-system-modernization-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.legacy-system-modernization-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.legacy-system-modernization-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(225px);
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
@media (min-width: 1440px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(250px);
  }
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(225px);
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(250px);
    font-size: 36px;
  }
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/retail.webp);
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/travelntourism.webp);
}
.legacy-system-modernization-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.legacy-system-modernization-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.legacy-system-modernization-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.legacy-system-modernization-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.legacy-system-modernization-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.legacy-system-modernization-history__wrapper--txts {
  margin-bottom: 32px;
}
.legacy-system-modernization-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.legacy-system-modernization-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.legacy-system-modernization-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.legacy-system-modernization-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.legacy-system-modernization-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .legacy-system-modernization-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .legacy-system-modernization-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-history__wrapper--cards-card {
    padding: 24px;
  }
}
.legacy-system-modernization-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.legacy-system-modernization-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .legacy-system-modernization-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.legacy-system-modernization-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.legacy-system-modernization-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.legacy-system-modernization-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .legacy-system-modernization-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.legacy-system-modernization-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .legacy-system-modernization-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-history__wrapper--lowercards-card {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.legacy-system-modernization-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.legacy-system-modernization-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .legacy-system-modernization-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .legacy-system-modernization-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.legacy-system-modernization-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.legacy-system-modernization-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.legacy-system-modernization-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.legacy-system-modernization-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.legacy-system-modernization-faqs {
  padding: 60px 0;
}
.legacy-system-modernization-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .legacy-system-modernization-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .legacy-system-modernization-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.legacy-system-modernization-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.legacy-system-modernization-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.legacy-system-modernization-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.legacy-system-modernization-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .legacy-system-modernization-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .legacy-system-modernization-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .legacy-system-modernization-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .legacy-system-modernization-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.legacy-system-modernization-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.legacy-system-modernization-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.legacy-system-modernization-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.legacy-system-modernization-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.legacy-system-modernization-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.legacy-system-modernization-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.legacy-system-modernization-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.legacy-system-modernization-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .legacy-system-modernization-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.legacy-system-modernization-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.legacy-system-modernization-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.legacy-system-modernization-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.legacy-system-modernization-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .legacy-system-modernization-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.expert-accessibility-testing-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/expert-accessibility-testing/hero-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.expert-accessibility-testing-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.expert-accessibility-testing-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.expert-accessibility-testing-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.expert-accessibility-testing-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.expert-accessibility-testing-hero__wrapper--uper-left-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-hero__wrapper--uper-left-heading {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-hero__wrapper--uper-left-heading {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-hero__wrapper--uper-left-heading {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .expert-accessibility-testing-hero__wrapper--uper-left-heading {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.expert-accessibility-testing-hero__wrapper--uper-left-heading-primary {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .expert-accessibility-testing-hero__wrapper--uper-left-heading-primary {
    display: inline;
  }
}
.expert-accessibility-testing-hero__wrapper--uper-left-heading-secondary {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .expert-accessibility-testing-hero__wrapper--uper-left-heading-secondary {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-hero__wrapper--uper-left-heading-secondary {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-hero__wrapper--uper-left-heading-secondary {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .expert-accessibility-testing-hero__wrapper--uper-left-heading-secondary {
    font-size: 60px;
    line-height: 84px;
  }
}
.expert-accessibility-testing-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.expert-accessibility-testing-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.expert-accessibility-testing-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .expert-accessibility-testing-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .expert-accessibility-testing-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.expert-accessibility-testing-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .expert-accessibility-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.expert-accessibility-testing-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.expert-accessibility-testing-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(1),
.expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(3),
.expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(1),
.expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(2),
.expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(3),
.expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(1),
  .expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(2),
  .expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(4),
  .expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(1),
  .expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(2),
  .expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .expert-accessibility-testing-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.expert-accessibility-testing-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .expert-accessibility-testing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.expert-accessibility-testing-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .expert-accessibility-testing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.expert-accessibility-testing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-brands {
    margin-top: 60px;
  }
}
.expert-accessibility-testing-brands__wrapper {
  overflow: hidden;
}
.expert-accessibility-testing-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.expert-accessibility-testing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.expert-accessibility-testing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.expert-accessibility-testing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.expert-accessibility-testing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.expert-accessibility-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.expert-accessibility-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.expert-accessibility-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.expert-accessibility-testing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.expert-accessibility-testing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.expert-accessibility-testing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.expert-accessibility-testing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.expert-accessibility-testing-services {
  padding: 60px 0;
}
.expert-accessibility-testing-services__wrapper--txts {
  margin-bottom: 32px;
}
.expert-accessibility-testing-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.expert-accessibility-testing-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.expert-accessibility-testing-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.expert-accessibility-testing-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expert-accessibility-testing-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.expert-accessibility-testing-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.expert-accessibility-testing-services__wrapper--cards #service-card1 {
  background-color: #00deeb1f;
}
.expert-accessibility-testing-services__wrapper--cards #service-card2 {
  background-color: #7c21741f;
}
.expert-accessibility-testing-services__wrapper--cards #service-card3 {
  background-color: #cd75431f;
}
.expert-accessibility-testing-services__wrapper--cards #service-card4 {
  background-color: #df12331f;
}
.expert-accessibility-testing-services__wrapper--cards #service-card5 {
  background-color: #89a4531f;
}
.expert-accessibility-testing-services__wrapper--cards #service-card6 {
  background-color: #5b3a351f;
}
.expert-accessibility-testing-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.expert-accessibility-testing-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.expert-accessibility-testing-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .expert-accessibility-testing-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .expert-accessibility-testing-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.expert-accessibility-testing-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 40px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .expert-accessibility-testing-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.expert-accessibility-testing-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.expert-accessibility-testing-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.expert-accessibility-testing-services__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.expert-accessibility-testing-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.expert-accessibility-testing-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.expert-accessibility-testing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-growth {
    margin-top: 60px;
  }
}
.expert-accessibility-testing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .expert-accessibility-testing-growth__wrapper {
    padding: 24px;
  }
}
.expert-accessibility-testing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.expert-accessibility-testing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.expert-accessibility-testing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.expert-accessibility-testing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.expert-accessibility-testing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.expert-accessibility-testing-excellence {
  background: linear-gradient(45deg, #9595f247 10%, #f9f9f9 30%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.expert-accessibility-testing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.expert-accessibility-testing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.expert-accessibility-testing-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.expert-accessibility-testing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.expert-accessibility-testing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.expert-accessibility-testing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.expert-accessibility-testing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.expert-accessibility-testing-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.expert-accessibility-testing-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.expert-accessibility-testing-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.expert-accessibility-testing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .expert-accessibility-testing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.expert-accessibility-testing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.expert-accessibility-testing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.expert-accessibility-testing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.expert-accessibility-testing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.expert-accessibility-testing-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.expert-accessibility-testing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.expert-accessibility-testing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.expert-accessibility-testing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.expert-accessibility-testing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.expert-accessibility-testing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.expert-accessibility-testing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.expert-accessibility-testing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-process__wrapper--cards-card:nth-child(4n) {
    width: 48.5%;
  }
}
@media (min-width: 768px) {
  .expert-accessibility-testing-process__wrapper--cards-card:last-child {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-process__wrapper--cards-card:last-child {
    width: 48.5%;
  }
}
.expert-accessibility-testing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.expert-accessibility-testing-process__wrapper--cards-card:hover
  .expert-accessibility-testing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.expert-accessibility-testing-process__wrapper--cards-card:hover
  .expert-accessibility-testing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.expert-accessibility-testing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.expert-accessibility-testing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expert-accessibility-testing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.expert-accessibility-testing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.expert-accessibility-testing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.expert-accessibility-testing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.expert-accessibility-testing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.expert-accessibility-testing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.expert-accessibility-testing-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.expert-accessibility-testing-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-industry__wrapper {
    overflow: unset;
  }
}
.expert-accessibility-testing-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.expert-accessibility-testing-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.expert-accessibility-testing-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.expert-accessibility-testing-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(200px);
  }
}
@media (min-width: 1440px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(220px);
  }
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(220px);
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(200px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(220px);
    font-size: 36px;
  }
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/pm-consulting-page/public-sector.webp);
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/pm-consulting-page/life-science.webp);
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/bussiness-analysis-page/manufacturing-bg-image.webp);
}
.expert-accessibility-testing-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-9 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/expert-accessibility-testing/insurance.webp);
}
.expert-accessibility-testing-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.expert-accessibility-testing-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.expert-accessibility-testing-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.expert-accessibility-testing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.expert-accessibility-testing-history__wrapper--txts {
  margin-bottom: 32px;
}
.expert-accessibility-testing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.expert-accessibility-testing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.expert-accessibility-testing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.expert-accessibility-testing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.expert-accessibility-testing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .expert-accessibility-testing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .expert-accessibility-testing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.expert-accessibility-testing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.expert-accessibility-testing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.expert-accessibility-testing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.expert-accessibility-testing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.expert-accessibility-testing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.expert-accessibility-testing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .expert-accessibility-testing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-history__wrapper--lowercards-card {
    width: 24%;
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.expert-accessibility-testing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.expert-accessibility-testing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .expert-accessibility-testing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.expert-accessibility-testing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.expert-accessibility-testing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.expert-accessibility-testing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.expert-accessibility-testing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.expert-accessibility-testing-faqs {
  padding: 60px 0;
}
.expert-accessibility-testing-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.expert-accessibility-testing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.expert-accessibility-testing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.expert-accessibility-testing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .expert-accessibility-testing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .expert-accessibility-testing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .expert-accessibility-testing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .expert-accessibility-testing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .expert-accessibility-testing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.expert-accessibility-testing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.expert-accessibility-testing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.expert-accessibility-testing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .expert-accessibility-testing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.plumbing-digital-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-hero {
    padding-top: 130px;
  }
}
.plumbing-digital-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.plumbing-digital-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.plumbing-digital-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.plumbing-digital-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.plumbing-digital-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-hero__wrapper--headings-img {
    width: 36%;
  }
}
.plumbing-digital-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.plumbing-digital-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.plumbing-digital-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.plumbing-digital-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-hero__wrapper--desc-cards {
    flex-wrap: no-wrap;
    justify-content: center;
  }
}
.plumbing-digital-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(4),
  .plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.plumbing-digital-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .plumbing-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.plumbing-digital-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .plumbing-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.plumbing-digital-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.plumbing-digital-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.plumbing-digital-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-brands {
    margin-top: 60px;
  }
}
.plumbing-digital-marketing-brands__wrapper {
  overflow: hidden;
}
.plumbing-digital-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.plumbing-digital-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.plumbing-digital-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.plumbing-digital-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.plumbing-digital-marketing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.plumbing-digital-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.plumbing-digital-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.plumbing-digital-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.plumbing-digital-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.plumbing-digital-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.plumbing-digital-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services__header--heading {
    max-width: 80%;
  }
}
.plumbing-digital-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .plumbing-digital-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .plumbing-digital-marketing-services__details {
    top: 220px;
  }
}
.plumbing-digital-marketing-services__details {
  display: none;
}
.plumbing-digital-marketing-services__details:first-of-type {
  display: block;
}
.plumbing-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.plumbing-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.plumbing-digital-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.plumbing-digital-marketing-services__details--heading {
  margin-bottom: 10px;
}
.plumbing-digital-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.plumbing-digital-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .plumbing-digital-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.plumbing-digital-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.plumbing-digital-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services__slidesdiv--slide-img {
    bottom: 130px;
  }
}
.plumbing-digital-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.plumbing-digital-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.plumbing-digital-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.plumbing-digital-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.plumbing-digital-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.plumbing-digital-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.plumbing-digital-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.plumbing-digital-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services__timeline {
    bottom: 15px;
  }
}
.plumbing-digital-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.plumbing-digital-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.plumbing-digital-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.plumbing-digital-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.plumbing-digital-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services-mob {
    display: none;
  }
}
.plumbing-digital-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.plumbing-digital-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.plumbing-digital-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.plumbing-digital-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.plumbing-digital-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.plumbing-digital-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.plumbing-digital-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.plumbing-digital-marketing-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.plumbing-digital-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.plumbing-digital-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.plumbing-digital-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.plumbing-digital-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.plumbing-digital-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.plumbing-digital-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.plumbing-digital-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.plumbing-digital-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.plumbing-digital-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-growth {
    margin-top: 60px;
  }
}
.plumbing-digital-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-growth__wrapper {
    padding: 24px;
  }
}
.plumbing-digital-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.plumbing-digital-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.plumbing-digital-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.plumbing-digital-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.plumbing-digital-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.plumbing-digital-marketing-casestudies {
  padding: 24px 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-casestudies {
    margin-top: 60px;
  }
}
.plumbing-digital-marketing-casestudies__wrapper {
  overflow: hidden;
}
.plumbing-digital-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--txts-heading {
    text-align: start;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.plumbing-digital-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  display: none;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--txts-col2 {
    display: flex;
    justify-content: end;
    width: 50%;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.plumbing-digital-marketing-casestudies__wrapper--button {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--button {
    display: none;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--button .btn-primary {
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 16px 32px;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-position: outside;
  padding-left: 40px;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  transform: translateY(25px);
  width: 100%;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CLSwDzRW.webp);
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-DOihJYPK.webp);
  }
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-B6vYScjy.webp);
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-DuMUgwCr.webp);
  }
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(105.14deg, #2e7fff -30.82%, #00d98c 160.87%);
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #f97316, #10b981);
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.plumbing-digital-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.plumbing-digital-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.plumbing-digital-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-history {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-history {
    margin-inline: 40px;
    margin-top: 60px;
    border-radius: 24px;
  }
}
.plumbing-digital-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.plumbing-digital-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.plumbing-digital-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.plumbing-digital-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.plumbing-digital-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.plumbing-digital-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.plumbing-digital-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .plumbing-digital-marketing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .plumbing-digital-marketing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.plumbing-digital-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.plumbing-digital-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.plumbing-digital-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.plumbing-digital-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.plumbing-digital-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.plumbing-digital-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.plumbing-digital-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.plumbing-digital-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.plumbing-digital-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.plumbing-digital-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.plumbing-digital-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.plumbing-digital-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.plumbing-digital-marketing-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.plumbing-digital-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.plumbing-digital-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.plumbing-digital-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.plumbing-digital-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.plumbing-digital-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.plumbing-digital-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.plumbing-digital-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.plumbing-digital-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.plumbing-digital-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.plumbing-digital-marketing-voices {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-voices {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-voices {
    margin-top: 60px;
  }
}
.plumbing-digital-marketing-why-choose {
  background-image: url(/build/assets/why-choose-gb-BfzbMfZP.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.plumbing-digital-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.plumbing-digital-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.plumbing-digital-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.plumbing-digital-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.plumbing-digital-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.plumbing-digital-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.plumbing-digital-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.plumbing-digital-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.plumbing-digital-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.plumbing-digital-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.plumbing-digital-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.plumbing-digital-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.plumbing-digital-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.plumbing-digital-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.plumbing-digital-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.plumbing-digital-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.plumbing-digital-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.plumbing-digital-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.plumbing-digital-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.plumbing-digital-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.plumbing-digital-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.plumbing-digital-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.plumbing-digital-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.plumbing-digital-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.plumbing-digital-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.plumbing-digital-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.plumbing-digital-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.plumbing-digital-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.plumbing-digital-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.plumbing-digital-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.plumbing-digital-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.plumbing-digital-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.plumbing-digital-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.plumbing-digital-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.plumbing-digital-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.plumbing-digital-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.plumbing-digital-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.plumbing-digital-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.plumbing-digital-marketing-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.plumbing-digital-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.plumbing-digital-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.plumbing-digital-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.plumbing-digital-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.plumbing-digital-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.plumbing-digital-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.plumbing-digital-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.plumbing-digital-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.plumbing-digital-marketing-process__wrapper--cards-card:hover
  .plumbing-digital-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.plumbing-digital-marketing-process__wrapper--cards-card:hover
  .plumbing-digital-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.plumbing-digital-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.plumbing-digital-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plumbing-digital-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.plumbing-digital-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.plumbing-digital-marketing-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.plumbing-digital-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.plumbing-digital-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.plumbing-digital-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.plumbing-digital-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.plumbing-digital-marketing-toolsntech {
  padding: 60px 0;
}
.plumbing-digital-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.plumbing-digital-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.plumbing-digital-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.plumbing-digital-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    width: 32%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.plumbing-digital-marketing-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotateSeoAnalytics 3s linear infinite;
}
.plumbing-digital-marketing-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotatedPaidAdvertising 3s linear infinite;
}
.plumbing-digital-marketing-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotateEmailMarketing 3s linear infinite;
}
.plumbing-digital-marketing-toolsntech__wrapper--cards .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.plumbing-digital-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.plumbing-digital-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.plumbing-digital-marketing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.plumbing-digital-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.plumbing-digital-marketing-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.plumbing-digital-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.plumbing-digital-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.plumbing-digital-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.plumbing-digital-marketing-faqs {
  padding: 60px 0;
}
.plumbing-digital-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.plumbing-digital-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.plumbing-digital-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.plumbing-digital-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.plumbing-digital-marketing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.plumbing-digital-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.plumbing-digital-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .plumbing-digital-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.ecommerce-deigitalmarketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-hero {
    padding-top: 130px;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.ecommerce-deigitalmarketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.ecommerce-deigitalmarketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-hero__wrapper--headings-img {
    width: 36%;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-cards {
    flex-wrap: no-wrap;
    justify-content: center;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-deigitalmarketing-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-deigitalmarketing-hero__wrapper--desc-card:nth-child(4),
  .ecommerce-deigitalmarketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-deigitalmarketing-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-deigitalmarketing-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-deigitalmarketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-deigitalmarketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .ecommerce-deigitalmarketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-hero__wrapper--img2 {
    display: none;
  }
}
.ecommerce-deigitalmarketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-hero__wrapper--img2 img {
    display: none;
  }
}
.ecommerce-deigitalmarketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-brands {
    margin-top: 60px;
  }
}
.ecommerce-deigitalmarketing-brands__wrapper {
  overflow: hidden;
}
.ecommerce-deigitalmarketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-deigitalmarketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-deigitalmarketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-deigitalmarketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-deigitalmarketing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-deigitalmarketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-deigitalmarketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.ecommerce-deigitalmarketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.ecommerce-deigitalmarketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.ecommerce-deigitalmarketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.ecommerce-deigitalmarketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-deigitalmarketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-deigitalmarketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ecommerce-deigitalmarketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ecommerce-deigitalmarketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services__header--heading {
    max-width: 80%;
  }
}
.ecommerce-deigitalmarketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-deigitalmarketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-deigitalmarketing-services__details {
    top: 220px;
  }
}
.ecommerce-deigitalmarketing-services__details {
  display: none;
}
.ecommerce-deigitalmarketing-services__details:first-of-type {
  display: block;
}
.ecommerce-deigitalmarketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-deigitalmarketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ecommerce-deigitalmarketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-deigitalmarketing-services__details--heading {
  margin-bottom: 10px;
}
.ecommerce-deigitalmarketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.ecommerce-deigitalmarketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-deigitalmarketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ecommerce-deigitalmarketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ecommerce-deigitalmarketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-deigitalmarketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ecommerce-deigitalmarketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services__slidesdiv--slide-img {
    bottom: 130px;
  }
}
.ecommerce-deigitalmarketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ecommerce-deigitalmarketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.ecommerce-deigitalmarketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.ecommerce-deigitalmarketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ecommerce-deigitalmarketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ecommerce-deigitalmarketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ecommerce-deigitalmarketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.ecommerce-deigitalmarketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services__timeline {
    bottom: 15px;
  }
}
.ecommerce-deigitalmarketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ecommerce-deigitalmarketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ecommerce-deigitalmarketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-deigitalmarketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ecommerce-deigitalmarketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ecommerce-deigitalmarketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-deigitalmarketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services-mob {
    display: none;
  }
}
.ecommerce-deigitalmarketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ecommerce-deigitalmarketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.ecommerce-deigitalmarketing-services-mob__header--heading span {
  color: #d1202d;
}
.ecommerce-deigitalmarketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ecommerce-deigitalmarketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ecommerce-deigitalmarketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-growth {
    margin-top: 60px;
  }
}
.ecommerce-deigitalmarketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-growth__wrapper {
    padding: 24px;
  }
}
.ecommerce-deigitalmarketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.ecommerce-deigitalmarketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.ecommerce-deigitalmarketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-deigitalmarketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.ecommerce-deigitalmarketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-deigitalmarketing-casestudies {
  padding: 24px 0;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-casestudies {
    margin-top: 60px;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper {
  overflow: hidden;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--txts-heading {
    text-align: start;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  display: none;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--txts-col2 {
    display: flex;
    justify-content: end;
    width: 50%;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--button {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--button {
    display: none;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--button .btn-primary {
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 16px 32px;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 10px;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-position: outside;
  padding-left: 40px;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  transform: translateY(25px);
  width: 100%;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-digital-marketing/case-study-bg1.webp);
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-seo-services/behmothz-labbg.webp);
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-digital-marketing/case-study-bg2.webp);
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/swift-slide-bg.webp);
  }
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(105.14deg, #5993ff -30.82%, #00293a 160.87%);
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #3fb9b3, #4f8df5);
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-deigitalmarketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.ecommerce-deigitalmarketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-history {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-history {
    margin-inline: 40px;
    margin-top: 60px;
    border-radius: 24px;
  }
}
.ecommerce-deigitalmarketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-deigitalmarketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-deigitalmarketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-deigitalmarketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-deigitalmarketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.ecommerce-deigitalmarketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.ecommerce-deigitalmarketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .ecommerce-deigitalmarketing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .ecommerce-deigitalmarketing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.ecommerce-deigitalmarketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.ecommerce-deigitalmarketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-deigitalmarketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-deigitalmarketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.ecommerce-deigitalmarketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ecommerce-deigitalmarketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.ecommerce-deigitalmarketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.ecommerce-deigitalmarketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-deigitalmarketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-deigitalmarketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-deigitalmarketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-deigitalmarketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.ecommerce-deigitalmarketing-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.ecommerce-deigitalmarketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-awards__wrapper {
    flex-direction: row;
  }
}
.ecommerce-deigitalmarketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.ecommerce-deigitalmarketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-deigitalmarketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-deigitalmarketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.ecommerce-deigitalmarketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.ecommerce-deigitalmarketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.ecommerce-deigitalmarketing-awards__wrapper--col2-award img {
  width: 100%;
}
.ecommerce-deigitalmarketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.ecommerce-deigitalmarketing-voices {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-voices {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-voices {
    margin-top: 60px;
  }
}
.ecommerce-deigitalmarketing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-digital-marketing/why-chose-background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.ecommerce-deigitalmarketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-deigitalmarketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.ecommerce-deigitalmarketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-deigitalmarketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-deigitalmarketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-deigitalmarketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.ecommerce-deigitalmarketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.ecommerce-deigitalmarketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.ecommerce-deigitalmarketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.ecommerce-deigitalmarketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.ecommerce-deigitalmarketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-deigitalmarketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-deigitalmarketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-deigitalmarketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-deigitalmarketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-deigitalmarketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.ecommerce-deigitalmarketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-deigitalmarketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-deigitalmarketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-deigitalmarketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-deigitalmarketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-deigitalmarketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.ecommerce-deigitalmarketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-deigitalmarketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.ecommerce-deigitalmarketing-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-deigitalmarketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-deigitalmarketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-deigitalmarketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-deigitalmarketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-deigitalmarketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-deigitalmarketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-deigitalmarketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.ecommerce-deigitalmarketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.ecommerce-deigitalmarketing-process__wrapper--cards-card:hover
  .ecommerce-deigitalmarketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.ecommerce-deigitalmarketing-process__wrapper--cards-card:hover
  .ecommerce-deigitalmarketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.ecommerce-deigitalmarketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ecommerce-deigitalmarketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecommerce-deigitalmarketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.ecommerce-deigitalmarketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-deigitalmarketing-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.ecommerce-deigitalmarketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-deigitalmarketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.ecommerce-deigitalmarketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-deigitalmarketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-deigitalmarketing-toolsntech {
  padding: 60px 0;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-toolsntech__wrapper--cards-cardwrap {
    width: 32%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotateSeoAnalytics 3s linear infinite;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedPaidAdvertising 3s linear infinite;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotateEmailMarketing 3s linear infinite;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-deigitalmarketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-deigitalmarketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
@keyframes gradientRotateSeoAnalytics {
  0% {
    background: linear-gradient(0deg, #e6ffe4, #c9ffc5);
  }
  1% {
    background: linear-gradient(3.6deg, #e6ffe4, #c9ffc5);
  }
  2% {
    background: linear-gradient(7.2deg, #e6ffe4, #c9ffc5);
  }
  3% {
    background: linear-gradient(10.8deg, #e6ffe4, #c9ffc5);
  }
  4% {
    background: linear-gradient(14.4deg, #e6ffe4, #c9ffc5);
  }
  5% {
    background: linear-gradient(18deg, #e6ffe4, #c9ffc5);
  }
  6% {
    background: linear-gradient(21.6deg, #e6ffe4, #c9ffc5);
  }
  7% {
    background: linear-gradient(25.2deg, #e6ffe4, #c9ffc5);
  }
  8% {
    background: linear-gradient(28.8deg, #e6ffe4, #c9ffc5);
  }
  9% {
    background: linear-gradient(32.4deg, #e6ffe4, #c9ffc5);
  }
  10% {
    background: linear-gradient(36deg, #e6ffe4, #c9ffc5);
  }
  11% {
    background: linear-gradient(39.6deg, #e6ffe4, #c9ffc5);
  }
  12% {
    background: linear-gradient(43.2deg, #e6ffe4, #c9ffc5);
  }
  13% {
    background: linear-gradient(46.8deg, #e6ffe4, #c9ffc5);
  }
  14% {
    background: linear-gradient(50.4deg, #e6ffe4, #c9ffc5);
  }
  15% {
    background: linear-gradient(54deg, #e6ffe4, #c9ffc5);
  }
  16% {
    background: linear-gradient(57.6deg, #e6ffe4, #c9ffc5);
  }
  17% {
    background: linear-gradient(61.2deg, #e6ffe4, #c9ffc5);
  }
  18% {
    background: linear-gradient(64.8deg, #e6ffe4, #c9ffc5);
  }
  19% {
    background: linear-gradient(68.4deg, #e6ffe4, #c9ffc5);
  }
  20% {
    background: linear-gradient(72deg, #e6ffe4, #c9ffc5);
  }
  21% {
    background: linear-gradient(75.6deg, #e6ffe4, #c9ffc5);
  }
  22% {
    background: linear-gradient(79.2deg, #e6ffe4, #c9ffc5);
  }
  23% {
    background: linear-gradient(82.8deg, #e6ffe4, #c9ffc5);
  }
  24% {
    background: linear-gradient(86.4deg, #e6ffe4, #c9ffc5);
  }
  25% {
    background: linear-gradient(90deg, #e6ffe4, #c9ffc5);
  }
  26% {
    background: linear-gradient(93.6deg, #e6ffe4, #c9ffc5);
  }
  27% {
    background: linear-gradient(97.2deg, #e6ffe4, #c9ffc5);
  }
  28% {
    background: linear-gradient(100.8deg, #e6ffe4, #c9ffc5);
  }
  29% {
    background: linear-gradient(104.4deg, #e6ffe4, #c9ffc5);
  }
  30% {
    background: linear-gradient(108deg, #e6ffe4, #c9ffc5);
  }
  31% {
    background: linear-gradient(111.6deg, #e6ffe4, #c9ffc5);
  }
  32% {
    background: linear-gradient(115.2deg, #e6ffe4, #c9ffc5);
  }
  33% {
    background: linear-gradient(118.8deg, #e6ffe4, #c9ffc5);
  }
  34% {
    background: linear-gradient(122.4deg, #e6ffe4, #c9ffc5);
  }
  35% {
    background: linear-gradient(126deg, #e6ffe4, #c9ffc5);
  }
  36% {
    background: linear-gradient(129.6deg, #e6ffe4, #c9ffc5);
  }
  37% {
    background: linear-gradient(133.2deg, #e6ffe4, #c9ffc5);
  }
  38% {
    background: linear-gradient(136.8deg, #e6ffe4, #c9ffc5);
  }
  39% {
    background: linear-gradient(140.4deg, #e6ffe4, #c9ffc5);
  }
  40% {
    background: linear-gradient(144deg, #e6ffe4, #c9ffc5);
  }
  41% {
    background: linear-gradient(147.6deg, #e6ffe4, #c9ffc5);
  }
  42% {
    background: linear-gradient(151.2deg, #e6ffe4, #c9ffc5);
  }
  43% {
    background: linear-gradient(154.8deg, #e6ffe4, #c9ffc5);
  }
  44% {
    background: linear-gradient(158.4deg, #e6ffe4, #c9ffc5);
  }
  45% {
    background: linear-gradient(162deg, #e6ffe4, #c9ffc5);
  }
  46% {
    background: linear-gradient(165.6deg, #e6ffe4, #c9ffc5);
  }
  47% {
    background: linear-gradient(169.2deg, #e6ffe4, #c9ffc5);
  }
  48% {
    background: linear-gradient(172.8deg, #e6ffe4, #c9ffc5);
  }
  49% {
    background: linear-gradient(176.4deg, #e6ffe4, #c9ffc5);
  }
  50% {
    background: linear-gradient(180deg, #e6ffe4, #c9ffc5);
  }
  51% {
    background: linear-gradient(183.6deg, #e6ffe4, #c9ffc5);
  }
  52% {
    background: linear-gradient(187.2deg, #e6ffe4, #c9ffc5);
  }
  53% {
    background: linear-gradient(190.8deg, #e6ffe4, #c9ffc5);
  }
  54% {
    background: linear-gradient(194.4deg, #e6ffe4, #c9ffc5);
  }
  55% {
    background: linear-gradient(198deg, #e6ffe4, #c9ffc5);
  }
  56% {
    background: linear-gradient(201.6deg, #e6ffe4, #c9ffc5);
  }
  57% {
    background: linear-gradient(205.2deg, #e6ffe4, #c9ffc5);
  }
  58% {
    background: linear-gradient(208.8deg, #e6ffe4, #c9ffc5);
  }
  59% {
    background: linear-gradient(212.4deg, #e6ffe4, #c9ffc5);
  }
  60% {
    background: linear-gradient(216deg, #e6ffe4, #c9ffc5);
  }
  61% {
    background: linear-gradient(219.6deg, #e6ffe4, #c9ffc5);
  }
  62% {
    background: linear-gradient(223.2deg, #e6ffe4, #c9ffc5);
  }
  63% {
    background: linear-gradient(226.8deg, #e6ffe4, #c9ffc5);
  }
  64% {
    background: linear-gradient(230.4deg, #e6ffe4, #c9ffc5);
  }
  65% {
    background: linear-gradient(234deg, #e6ffe4, #c9ffc5);
  }
  66% {
    background: linear-gradient(237.6deg, #e6ffe4, #c9ffc5);
  }
  67% {
    background: linear-gradient(241.2deg, #e6ffe4, #c9ffc5);
  }
  68% {
    background: linear-gradient(244.8deg, #e6ffe4, #c9ffc5);
  }
  69% {
    background: linear-gradient(248.4deg, #e6ffe4, #c9ffc5);
  }
  70% {
    background: linear-gradient(252deg, #e6ffe4, #c9ffc5);
  }
  71% {
    background: linear-gradient(255.6deg, #e6ffe4, #c9ffc5);
  }
  72% {
    background: linear-gradient(259.2deg, #e6ffe4, #c9ffc5);
  }
  73% {
    background: linear-gradient(262.8deg, #e6ffe4, #c9ffc5);
  }
  74% {
    background: linear-gradient(266.4deg, #e6ffe4, #c9ffc5);
  }
  75% {
    background: linear-gradient(270deg, #e6ffe4, #c9ffc5);
  }
  76% {
    background: linear-gradient(273.6deg, #e6ffe4, #c9ffc5);
  }
  77% {
    background: linear-gradient(277.2deg, #e6ffe4, #c9ffc5);
  }
  78% {
    background: linear-gradient(280.8deg, #e6ffe4, #c9ffc5);
  }
  79% {
    background: linear-gradient(284.4deg, #e6ffe4, #c9ffc5);
  }
  80% {
    background: linear-gradient(288deg, #e6ffe4, #c9ffc5);
  }
  81% {
    background: linear-gradient(291.6deg, #e6ffe4, #c9ffc5);
  }
  82% {
    background: linear-gradient(295.2deg, #e6ffe4, #c9ffc5);
  }
  83% {
    background: linear-gradient(298.8deg, #e6ffe4, #c9ffc5);
  }
  84% {
    background: linear-gradient(302.4deg, #e6ffe4, #c9ffc5);
  }
  85% {
    background: linear-gradient(306deg, #e6ffe4, #c9ffc5);
  }
  86% {
    background: linear-gradient(309.6deg, #e6ffe4, #c9ffc5);
  }
  87% {
    background: linear-gradient(313.2deg, #e6ffe4, #c9ffc5);
  }
  88% {
    background: linear-gradient(316.8deg, #e6ffe4, #c9ffc5);
  }
  89% {
    background: linear-gradient(320.4deg, #e6ffe4, #c9ffc5);
  }
  90% {
    background: linear-gradient(324deg, #e6ffe4, #c9ffc5);
  }
  91% {
    background: linear-gradient(327.6deg, #e6ffe4, #c9ffc5);
  }
  92% {
    background: linear-gradient(331.2deg, #e6ffe4, #c9ffc5);
  }
  93% {
    background: linear-gradient(334.8deg, #e6ffe4, #c9ffc5);
  }
  94% {
    background: linear-gradient(338.4deg, #e6ffe4, #c9ffc5);
  }
  95% {
    background: linear-gradient(342deg, #e6ffe4, #c9ffc5);
  }
  96% {
    background: linear-gradient(345.6deg, #e6ffe4, #c9ffc5);
  }
  97% {
    background: linear-gradient(349.2deg, #e6ffe4, #c9ffc5);
  }
  98% {
    background: linear-gradient(352.8deg, #e6ffe4, #c9ffc5);
  }
  99% {
    background: linear-gradient(356.4deg, #e6ffe4, #c9ffc5);
  }
  to {
    background: linear-gradient(360deg, #e6ffe4, #c9ffc5);
  }
}
@keyframes gradientRotatedPaidAdvertising {
  0% {
    background: linear-gradient(0deg, #e4f8ff, #c5f0ff);
  }
  1% {
    background: linear-gradient(3.6deg, #e4f8ff, #c5f0ff);
  }
  2% {
    background: linear-gradient(7.2deg, #e4f8ff, #c5f0ff);
  }
  3% {
    background: linear-gradient(10.8deg, #e4f8ff, #c5f0ff);
  }
  4% {
    background: linear-gradient(14.4deg, #e4f8ff, #c5f0ff);
  }
  5% {
    background: linear-gradient(18deg, #e4f8ff, #c5f0ff);
  }
  6% {
    background: linear-gradient(21.6deg, #e4f8ff, #c5f0ff);
  }
  7% {
    background: linear-gradient(25.2deg, #e4f8ff, #c5f0ff);
  }
  8% {
    background: linear-gradient(28.8deg, #e4f8ff, #c5f0ff);
  }
  9% {
    background: linear-gradient(32.4deg, #e4f8ff, #c5f0ff);
  }
  10% {
    background: linear-gradient(36deg, #e4f8ff, #c5f0ff);
  }
  11% {
    background: linear-gradient(39.6deg, #e4f8ff, #c5f0ff);
  }
  12% {
    background: linear-gradient(43.2deg, #e4f8ff, #c5f0ff);
  }
  13% {
    background: linear-gradient(46.8deg, #e4f8ff, #c5f0ff);
  }
  14% {
    background: linear-gradient(50.4deg, #e4f8ff, #c5f0ff);
  }
  15% {
    background: linear-gradient(54deg, #e4f8ff, #c5f0ff);
  }
  16% {
    background: linear-gradient(57.6deg, #e4f8ff, #c5f0ff);
  }
  17% {
    background: linear-gradient(61.2deg, #e4f8ff, #c5f0ff);
  }
  18% {
    background: linear-gradient(64.8deg, #e4f8ff, #c5f0ff);
  }
  19% {
    background: linear-gradient(68.4deg, #e4f8ff, #c5f0ff);
  }
  20% {
    background: linear-gradient(72deg, #e4f8ff, #c5f0ff);
  }
  21% {
    background: linear-gradient(75.6deg, #e4f8ff, #c5f0ff);
  }
  22% {
    background: linear-gradient(79.2deg, #e4f8ff, #c5f0ff);
  }
  23% {
    background: linear-gradient(82.8deg, #e4f8ff, #c5f0ff);
  }
  24% {
    background: linear-gradient(86.4deg, #e4f8ff, #c5f0ff);
  }
  25% {
    background: linear-gradient(90deg, #e4f8ff, #c5f0ff);
  }
  26% {
    background: linear-gradient(93.6deg, #e4f8ff, #c5f0ff);
  }
  27% {
    background: linear-gradient(97.2deg, #e4f8ff, #c5f0ff);
  }
  28% {
    background: linear-gradient(100.8deg, #e4f8ff, #c5f0ff);
  }
  29% {
    background: linear-gradient(104.4deg, #e4f8ff, #c5f0ff);
  }
  30% {
    background: linear-gradient(108deg, #e4f8ff, #c5f0ff);
  }
  31% {
    background: linear-gradient(111.6deg, #e4f8ff, #c5f0ff);
  }
  32% {
    background: linear-gradient(115.2deg, #e4f8ff, #c5f0ff);
  }
  33% {
    background: linear-gradient(118.8deg, #e4f8ff, #c5f0ff);
  }
  34% {
    background: linear-gradient(122.4deg, #e4f8ff, #c5f0ff);
  }
  35% {
    background: linear-gradient(126deg, #e4f8ff, #c5f0ff);
  }
  36% {
    background: linear-gradient(129.6deg, #e4f8ff, #c5f0ff);
  }
  37% {
    background: linear-gradient(133.2deg, #e4f8ff, #c5f0ff);
  }
  38% {
    background: linear-gradient(136.8deg, #e4f8ff, #c5f0ff);
  }
  39% {
    background: linear-gradient(140.4deg, #e4f8ff, #c5f0ff);
  }
  40% {
    background: linear-gradient(144deg, #e4f8ff, #c5f0ff);
  }
  41% {
    background: linear-gradient(147.6deg, #e4f8ff, #c5f0ff);
  }
  42% {
    background: linear-gradient(151.2deg, #e4f8ff, #c5f0ff);
  }
  43% {
    background: linear-gradient(154.8deg, #e4f8ff, #c5f0ff);
  }
  44% {
    background: linear-gradient(158.4deg, #e4f8ff, #c5f0ff);
  }
  45% {
    background: linear-gradient(162deg, #e4f8ff, #c5f0ff);
  }
  46% {
    background: linear-gradient(165.6deg, #e4f8ff, #c5f0ff);
  }
  47% {
    background: linear-gradient(169.2deg, #e4f8ff, #c5f0ff);
  }
  48% {
    background: linear-gradient(172.8deg, #e4f8ff, #c5f0ff);
  }
  49% {
    background: linear-gradient(176.4deg, #e4f8ff, #c5f0ff);
  }
  50% {
    background: linear-gradient(180deg, #e4f8ff, #c5f0ff);
  }
  51% {
    background: linear-gradient(183.6deg, #e4f8ff, #c5f0ff);
  }
  52% {
    background: linear-gradient(187.2deg, #e4f8ff, #c5f0ff);
  }
  53% {
    background: linear-gradient(190.8deg, #e4f8ff, #c5f0ff);
  }
  54% {
    background: linear-gradient(194.4deg, #e4f8ff, #c5f0ff);
  }
  55% {
    background: linear-gradient(198deg, #e4f8ff, #c5f0ff);
  }
  56% {
    background: linear-gradient(201.6deg, #e4f8ff, #c5f0ff);
  }
  57% {
    background: linear-gradient(205.2deg, #e4f8ff, #c5f0ff);
  }
  58% {
    background: linear-gradient(208.8deg, #e4f8ff, #c5f0ff);
  }
  59% {
    background: linear-gradient(212.4deg, #e4f8ff, #c5f0ff);
  }
  60% {
    background: linear-gradient(216deg, #e4f8ff, #c5f0ff);
  }
  61% {
    background: linear-gradient(219.6deg, #e4f8ff, #c5f0ff);
  }
  62% {
    background: linear-gradient(223.2deg, #e4f8ff, #c5f0ff);
  }
  63% {
    background: linear-gradient(226.8deg, #e4f8ff, #c5f0ff);
  }
  64% {
    background: linear-gradient(230.4deg, #e4f8ff, #c5f0ff);
  }
  65% {
    background: linear-gradient(234deg, #e4f8ff, #c5f0ff);
  }
  66% {
    background: linear-gradient(237.6deg, #e4f8ff, #c5f0ff);
  }
  67% {
    background: linear-gradient(241.2deg, #e4f8ff, #c5f0ff);
  }
  68% {
    background: linear-gradient(244.8deg, #e4f8ff, #c5f0ff);
  }
  69% {
    background: linear-gradient(248.4deg, #e4f8ff, #c5f0ff);
  }
  70% {
    background: linear-gradient(252deg, #e4f8ff, #c5f0ff);
  }
  71% {
    background: linear-gradient(255.6deg, #e4f8ff, #c5f0ff);
  }
  72% {
    background: linear-gradient(259.2deg, #e4f8ff, #c5f0ff);
  }
  73% {
    background: linear-gradient(262.8deg, #e4f8ff, #c5f0ff);
  }
  74% {
    background: linear-gradient(266.4deg, #e4f8ff, #c5f0ff);
  }
  75% {
    background: linear-gradient(270deg, #e4f8ff, #c5f0ff);
  }
  76% {
    background: linear-gradient(273.6deg, #e4f8ff, #c5f0ff);
  }
  77% {
    background: linear-gradient(277.2deg, #e4f8ff, #c5f0ff);
  }
  78% {
    background: linear-gradient(280.8deg, #e4f8ff, #c5f0ff);
  }
  79% {
    background: linear-gradient(284.4deg, #e4f8ff, #c5f0ff);
  }
  80% {
    background: linear-gradient(288deg, #e4f8ff, #c5f0ff);
  }
  81% {
    background: linear-gradient(291.6deg, #e4f8ff, #c5f0ff);
  }
  82% {
    background: linear-gradient(295.2deg, #e4f8ff, #c5f0ff);
  }
  83% {
    background: linear-gradient(298.8deg, #e4f8ff, #c5f0ff);
  }
  84% {
    background: linear-gradient(302.4deg, #e4f8ff, #c5f0ff);
  }
  85% {
    background: linear-gradient(306deg, #e4f8ff, #c5f0ff);
  }
  86% {
    background: linear-gradient(309.6deg, #e4f8ff, #c5f0ff);
  }
  87% {
    background: linear-gradient(313.2deg, #e4f8ff, #c5f0ff);
  }
  88% {
    background: linear-gradient(316.8deg, #e4f8ff, #c5f0ff);
  }
  89% {
    background: linear-gradient(320.4deg, #e4f8ff, #c5f0ff);
  }
  90% {
    background: linear-gradient(324deg, #e4f8ff, #c5f0ff);
  }
  91% {
    background: linear-gradient(327.6deg, #e4f8ff, #c5f0ff);
  }
  92% {
    background: linear-gradient(331.2deg, #e4f8ff, #c5f0ff);
  }
  93% {
    background: linear-gradient(334.8deg, #e4f8ff, #c5f0ff);
  }
  94% {
    background: linear-gradient(338.4deg, #e4f8ff, #c5f0ff);
  }
  95% {
    background: linear-gradient(342deg, #e4f8ff, #c5f0ff);
  }
  96% {
    background: linear-gradient(345.6deg, #e4f8ff, #c5f0ff);
  }
  97% {
    background: linear-gradient(349.2deg, #e4f8ff, #c5f0ff);
  }
  98% {
    background: linear-gradient(352.8deg, #e4f8ff, #c5f0ff);
  }
  99% {
    background: linear-gradient(356.4deg, #e4f8ff, #c5f0ff);
  }
  to {
    background: linear-gradient(360deg, #e4f8ff, #c5f0ff);
  }
}
@keyframes gradientRotateEmailMarketing {
  0% {
    background: linear-gradient(0deg, #faedff, #f1c7ff);
  }
  1% {
    background: linear-gradient(3.6deg, #faedff, #f1c7ff);
  }
  2% {
    background: linear-gradient(7.2deg, #faedff, #f1c7ff);
  }
  3% {
    background: linear-gradient(10.8deg, #faedff, #f1c7ff);
  }
  4% {
    background: linear-gradient(14.4deg, #faedff, #f1c7ff);
  }
  5% {
    background: linear-gradient(18deg, #faedff, #f1c7ff);
  }
  6% {
    background: linear-gradient(21.6deg, #faedff, #f1c7ff);
  }
  7% {
    background: linear-gradient(25.2deg, #faedff, #f1c7ff);
  }
  8% {
    background: linear-gradient(28.8deg, #faedff, #f1c7ff);
  }
  9% {
    background: linear-gradient(32.4deg, #faedff, #f1c7ff);
  }
  10% {
    background: linear-gradient(36deg, #faedff, #f1c7ff);
  }
  11% {
    background: linear-gradient(39.6deg, #faedff, #f1c7ff);
  }
  12% {
    background: linear-gradient(43.2deg, #faedff, #f1c7ff);
  }
  13% {
    background: linear-gradient(46.8deg, #faedff, #f1c7ff);
  }
  14% {
    background: linear-gradient(50.4deg, #faedff, #f1c7ff);
  }
  15% {
    background: linear-gradient(54deg, #faedff, #f1c7ff);
  }
  16% {
    background: linear-gradient(57.6deg, #faedff, #f1c7ff);
  }
  17% {
    background: linear-gradient(61.2deg, #faedff, #f1c7ff);
  }
  18% {
    background: linear-gradient(64.8deg, #faedff, #f1c7ff);
  }
  19% {
    background: linear-gradient(68.4deg, #faedff, #f1c7ff);
  }
  20% {
    background: linear-gradient(72deg, #faedff, #f1c7ff);
  }
  21% {
    background: linear-gradient(75.6deg, #faedff, #f1c7ff);
  }
  22% {
    background: linear-gradient(79.2deg, #faedff, #f1c7ff);
  }
  23% {
    background: linear-gradient(82.8deg, #faedff, #f1c7ff);
  }
  24% {
    background: linear-gradient(86.4deg, #faedff, #f1c7ff);
  }
  25% {
    background: linear-gradient(90deg, #faedff, #f1c7ff);
  }
  26% {
    background: linear-gradient(93.6deg, #faedff, #f1c7ff);
  }
  27% {
    background: linear-gradient(97.2deg, #faedff, #f1c7ff);
  }
  28% {
    background: linear-gradient(100.8deg, #faedff, #f1c7ff);
  }
  29% {
    background: linear-gradient(104.4deg, #faedff, #f1c7ff);
  }
  30% {
    background: linear-gradient(108deg, #faedff, #f1c7ff);
  }
  31% {
    background: linear-gradient(111.6deg, #faedff, #f1c7ff);
  }
  32% {
    background: linear-gradient(115.2deg, #faedff, #f1c7ff);
  }
  33% {
    background: linear-gradient(118.8deg, #faedff, #f1c7ff);
  }
  34% {
    background: linear-gradient(122.4deg, #faedff, #f1c7ff);
  }
  35% {
    background: linear-gradient(126deg, #faedff, #f1c7ff);
  }
  36% {
    background: linear-gradient(129.6deg, #faedff, #f1c7ff);
  }
  37% {
    background: linear-gradient(133.2deg, #faedff, #f1c7ff);
  }
  38% {
    background: linear-gradient(136.8deg, #faedff, #f1c7ff);
  }
  39% {
    background: linear-gradient(140.4deg, #faedff, #f1c7ff);
  }
  40% {
    background: linear-gradient(144deg, #faedff, #f1c7ff);
  }
  41% {
    background: linear-gradient(147.6deg, #faedff, #f1c7ff);
  }
  42% {
    background: linear-gradient(151.2deg, #faedff, #f1c7ff);
  }
  43% {
    background: linear-gradient(154.8deg, #faedff, #f1c7ff);
  }
  44% {
    background: linear-gradient(158.4deg, #faedff, #f1c7ff);
  }
  45% {
    background: linear-gradient(162deg, #faedff, #f1c7ff);
  }
  46% {
    background: linear-gradient(165.6deg, #faedff, #f1c7ff);
  }
  47% {
    background: linear-gradient(169.2deg, #faedff, #f1c7ff);
  }
  48% {
    background: linear-gradient(172.8deg, #faedff, #f1c7ff);
  }
  49% {
    background: linear-gradient(176.4deg, #faedff, #f1c7ff);
  }
  50% {
    background: linear-gradient(180deg, #faedff, #f1c7ff);
  }
  51% {
    background: linear-gradient(183.6deg, #faedff, #f1c7ff);
  }
  52% {
    background: linear-gradient(187.2deg, #faedff, #f1c7ff);
  }
  53% {
    background: linear-gradient(190.8deg, #faedff, #f1c7ff);
  }
  54% {
    background: linear-gradient(194.4deg, #faedff, #f1c7ff);
  }
  55% {
    background: linear-gradient(198deg, #faedff, #f1c7ff);
  }
  56% {
    background: linear-gradient(201.6deg, #faedff, #f1c7ff);
  }
  57% {
    background: linear-gradient(205.2deg, #faedff, #f1c7ff);
  }
  58% {
    background: linear-gradient(208.8deg, #faedff, #f1c7ff);
  }
  59% {
    background: linear-gradient(212.4deg, #faedff, #f1c7ff);
  }
  60% {
    background: linear-gradient(216deg, #faedff, #f1c7ff);
  }
  61% {
    background: linear-gradient(219.6deg, #faedff, #f1c7ff);
  }
  62% {
    background: linear-gradient(223.2deg, #faedff, #f1c7ff);
  }
  63% {
    background: linear-gradient(226.8deg, #faedff, #f1c7ff);
  }
  64% {
    background: linear-gradient(230.4deg, #faedff, #f1c7ff);
  }
  65% {
    background: linear-gradient(234deg, #faedff, #f1c7ff);
  }
  66% {
    background: linear-gradient(237.6deg, #faedff, #f1c7ff);
  }
  67% {
    background: linear-gradient(241.2deg, #faedff, #f1c7ff);
  }
  68% {
    background: linear-gradient(244.8deg, #faedff, #f1c7ff);
  }
  69% {
    background: linear-gradient(248.4deg, #faedff, #f1c7ff);
  }
  70% {
    background: linear-gradient(252deg, #faedff, #f1c7ff);
  }
  71% {
    background: linear-gradient(255.6deg, #faedff, #f1c7ff);
  }
  72% {
    background: linear-gradient(259.2deg, #faedff, #f1c7ff);
  }
  73% {
    background: linear-gradient(262.8deg, #faedff, #f1c7ff);
  }
  74% {
    background: linear-gradient(266.4deg, #faedff, #f1c7ff);
  }
  75% {
    background: linear-gradient(270deg, #faedff, #f1c7ff);
  }
  76% {
    background: linear-gradient(273.6deg, #faedff, #f1c7ff);
  }
  77% {
    background: linear-gradient(277.2deg, #faedff, #f1c7ff);
  }
  78% {
    background: linear-gradient(280.8deg, #faedff, #f1c7ff);
  }
  79% {
    background: linear-gradient(284.4deg, #faedff, #f1c7ff);
  }
  80% {
    background: linear-gradient(288deg, #faedff, #f1c7ff);
  }
  81% {
    background: linear-gradient(291.6deg, #faedff, #f1c7ff);
  }
  82% {
    background: linear-gradient(295.2deg, #faedff, #f1c7ff);
  }
  83% {
    background: linear-gradient(298.8deg, #faedff, #f1c7ff);
  }
  84% {
    background: linear-gradient(302.4deg, #faedff, #f1c7ff);
  }
  85% {
    background: linear-gradient(306deg, #faedff, #f1c7ff);
  }
  86% {
    background: linear-gradient(309.6deg, #faedff, #f1c7ff);
  }
  87% {
    background: linear-gradient(313.2deg, #faedff, #f1c7ff);
  }
  88% {
    background: linear-gradient(316.8deg, #faedff, #f1c7ff);
  }
  89% {
    background: linear-gradient(320.4deg, #faedff, #f1c7ff);
  }
  90% {
    background: linear-gradient(324deg, #faedff, #f1c7ff);
  }
  91% {
    background: linear-gradient(327.6deg, #faedff, #f1c7ff);
  }
  92% {
    background: linear-gradient(331.2deg, #faedff, #f1c7ff);
  }
  93% {
    background: linear-gradient(334.8deg, #faedff, #f1c7ff);
  }
  94% {
    background: linear-gradient(338.4deg, #faedff, #f1c7ff);
  }
  95% {
    background: linear-gradient(342deg, #faedff, #f1c7ff);
  }
  96% {
    background: linear-gradient(345.6deg, #faedff, #f1c7ff);
  }
  97% {
    background: linear-gradient(349.2deg, #faedff, #f1c7ff);
  }
  98% {
    background: linear-gradient(352.8deg, #faedff, #f1c7ff);
  }
  99% {
    background: linear-gradient(356.4deg, #faedff, #f1c7ff);
  }
  to {
    background: linear-gradient(360deg, #faedff, #f1c7ff);
  }
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.ecommerce-deigitalmarketing-faqs {
  padding: 60px 0;
}
.ecommerce-deigitalmarketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-deigitalmarketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.ecommerce-deigitalmarketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .ecommerce-deigitalmarketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .ecommerce-deigitalmarketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .ecommerce-deigitalmarketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .ecommerce-deigitalmarketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ecommerce-deigitalmarketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.ecommerce-deigitalmarketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.ecommerce-deigitalmarketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ecommerce-deigitalmarketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-deigitalmarketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.ecommerce-migration-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .ecommerce-migration-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-hero {
    padding-top: 130px;
  }
}
.ecommerce-migration-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.ecommerce-migration-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-migration-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.ecommerce-migration-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.ecommerce-migration-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.ecommerce-migration-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .ecommerce-migration-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: -50px;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-hero__wrapper--headings-img {
    top: 60px;
    right: -50px;
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-hero__wrapper--headings-img {
    top: 30px;
    width: 45%;
  }
}
.ecommerce-migration-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #fbedfe99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-migration-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
.ecommerce-migration-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.ecommerce-migration-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .ecommerce-migration-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.ecommerce-migration-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-migration-hero__wrapper--desc-cards {
    flex-wrap: no-wrap;
    justify-content: center;
  }
}
.ecommerce-migration-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-migration-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .ecommerce-migration-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-migration-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-migration-hero__wrapper--desc-card:nth-child(4),
  .ecommerce-migration-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-migration-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-migration-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-migration-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-migration-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .ecommerce-migration-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.ecommerce-migration-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-migration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-migration-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-migration-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.ecommerce-migration-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .ecommerce-migration-hero__wrapper--img2 {
    display: none;
  }
}
.ecommerce-migration-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .ecommerce-migration-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-hero__wrapper--img2 img {
    display: none;
  }
}
.ecommerce-migration-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .ecommerce-migration-brands {
    margin-top: 60px;
  }
}
.ecommerce-migration-brands__wrapper {
  overflow: hidden;
}
.ecommerce-migration-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-migration-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-migration-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-migration-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-migration-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-migration-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.ecommerce-migration-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.ecommerce-migration-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-migration-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-migration-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ecommerce-migration-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ecommerce-migration-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ecommerce-migration-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-migration-services__header--heading {
    max-width: 80%;
  }
}
.ecommerce-migration-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-migration-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-migration-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .ecommerce-migration-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-migration-services__details {
    top: 220px;
  }
}
.ecommerce-migration-services__details {
  display: none;
}
.ecommerce-migration-services__details:first-of-type {
  display: block;
}
.ecommerce-migration-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-migration-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-migration-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .ecommerce-migration-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ecommerce-migration-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-migration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-migration-services__details--heading {
  margin-bottom: 10px;
}
.ecommerce-migration-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.ecommerce-migration-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-migration-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-migration-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ecommerce-migration-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-migration-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.ecommerce-migration-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ecommerce-migration-services__slidesdiv #s-1 img {
  width: 40%;
}
.ecommerce-migration-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.ecommerce-migration-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ecommerce-migration-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ecommerce-migration-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ecommerce-migration-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.ecommerce-migration-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-migration-services__timeline {
    bottom: 15px;
  }
}
.ecommerce-migration-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ecommerce-migration-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ecommerce-migration-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-migration-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ecommerce-migration-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-migration-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ecommerce-migration-services-mob {
    display: none;
  }
}
.ecommerce-migration-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ecommerce-migration-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.ecommerce-migration-services-mob__header--heading span {
  color: #d1202d;
}
.ecommerce-migration-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-services-mob__header--text {
    padding-right: 340px;
  }
}
.ecommerce-migration-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ecommerce-migration-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-migration-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ecommerce-migration-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-migration-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ecommerce-migration-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ecommerce-migration-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ecommerce-migration-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.ecommerce-migration-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ecommerce-migration-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ecommerce-migration-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ecommerce-migration-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ecommerce-migration-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-migration-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-growth {
    margin-top: 60px;
  }
}
.ecommerce-migration-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .ecommerce-migration-growth__wrapper {
    padding: 24px;
  }
}
.ecommerce-migration-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .ecommerce-migration-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.ecommerce-migration-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.ecommerce-migration-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-migration-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-migration-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-migration-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.ecommerce-migration-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-migration-casestudies {
  padding: 24px 0;
}
.ecommerce-migration-casestudies__wrapper {
  overflow: hidden;
}
.ecommerce-migration-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.ecommerce-migration-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.ecommerce-migration-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.ecommerce-migration-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-migration-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecommerce-migration-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.ecommerce-migration-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.ecommerce-migration-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider .slider .slides {
    padding-bottom: 50px;
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style-position: outside;
  padding-left: 40px;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 10px 28px;
  border-radius: 10px;
  margin-block: 15px;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-btn {
    margin-left: 10px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-btn {
    margin-left: 10px;
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-migration/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-migration/case-study-bg-img1.webp);
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-migration/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-migration/case-study-bg-img2.webp);
  }
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5692f1, #074079);
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #948530, #820e51);
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.ecommerce-migration-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-migration-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.ecommerce-migration-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-migration-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-migration-history__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-migration-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-migration-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-migration-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-migration-history__wrapper--txts-desc {
    padding: 0 20px;
  }
}
.ecommerce-migration-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-migration-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.ecommerce-migration-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .ecommerce-migration-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .ecommerce-migration-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-history__wrapper--cards-card {
    padding: 24px;
  }
}
.ecommerce-migration-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.ecommerce-migration-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .ecommerce-migration-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-migration-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-migration-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.ecommerce-migration-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-migration-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ecommerce-migration-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .ecommerce-migration-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.ecommerce-migration-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.ecommerce-migration-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .ecommerce-migration-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-migration-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-migration-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-migration-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-migration-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.ecommerce-migration-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-migration-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.ecommerce-migration-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .ecommerce-migration-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-awards__wrapper {
    flex-direction: row;
  }
}
.ecommerce-migration-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-migration-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-awards__wrapper--col1 {
    width: 50%;
  }
}
.ecommerce-migration-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-migration-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-migration-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-migration-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .ecommerce-migration-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.ecommerce-migration-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecommerce-migration-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.ecommerce-migration-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ecommerce-migration-awards__wrapper--col2-award {
    width: 30%;
  }
}
.ecommerce-migration-awards__wrapper--col2-award img {
  width: 100%;
}
.ecommerce-migration-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .ecommerce-migration-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.ecommerce-migration-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-migration/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.ecommerce-migration-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-migration-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.ecommerce-migration-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-migration-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-migration-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-migration-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-migration-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.ecommerce-migration-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-migration-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.ecommerce-migration-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .ecommerce-migration-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.ecommerce-migration-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.ecommerce-migration-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.ecommerce-migration-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-migration-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .ecommerce-migration-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-migration-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-migration-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-migration-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-migration-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-migration-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.ecommerce-migration-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-migration-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-migration-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecommerce-migration-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-migration-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-migration-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-migration-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.ecommerce-migration-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-migration-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.ecommerce-migration-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-migration-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.ecommerce-migration-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-migration-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.ecommerce-migration-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-migration-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.ecommerce-migration-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-migration-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
.ecommerce-migration-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.ecommerce-migration-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-migration-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.ecommerce-migration-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.ecommerce-migration-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.ecommerce-migration-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-migration-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-migration-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-migration-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.ecommerce-migration-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .ecommerce-migration-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-migration-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-migration-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-migration-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-migration-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-migration-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-migration-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-migration-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-migration-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.ecommerce-migration-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.ecommerce-migration-process__wrapper--cards-card:hover
  .ecommerce-migration-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.ecommerce-migration-process__wrapper--cards-card:hover
  .ecommerce-migration-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .ecommerce-migration-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.ecommerce-migration-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ecommerce-migration-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecommerce-migration-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.ecommerce-migration-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-migration-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-migration-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.ecommerce-migration-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-migration-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-migration-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-migration-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.ecommerce-migration-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-migration-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-migration-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-migration-toolsntech {
  padding: 60px 0;
}
.ecommerce-migration-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-migration-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-migration-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-migration-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-migration-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-migration-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ecommerce-migration-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.ecommerce-migration-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.ecommerce-migration-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotateMigrationDesign 3s linear infinite;
}
.ecommerce-migration-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotatedMigrationBackend 3s linear infinite;
}
.ecommerce-migration-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotateMigrationMobdev 3s linear infinite;
}
.ecommerce-migration-toolsntech__wrapper--cards .mob-dev-cardwrap:hover {
  animation: gradientRotateMigrationCloud 3s linear infinite;
}
.ecommerce-migration-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .ecommerce-migration-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-migration-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.ecommerce-migration-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.ecommerce-migration-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.ecommerce-migration-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-migration-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.ecommerce-migration-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-migration-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-migration-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-migration-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
@keyframes gradientRotateMigrationDesign {
  0% {
    background: linear-gradient(0deg, #ffede4, #ffdcc5);
  }
  1% {
    background: linear-gradient(3.6deg, #ffede4, #ffdcc5);
  }
  2% {
    background: linear-gradient(7.2deg, #ffede4, #ffdcc5);
  }
  3% {
    background: linear-gradient(10.8deg, #ffede4, #ffdcc5);
  }
  4% {
    background: linear-gradient(14.4deg, #ffede4, #ffdcc5);
  }
  5% {
    background: linear-gradient(18deg, #ffede4, #ffdcc5);
  }
  6% {
    background: linear-gradient(21.6deg, #ffede4, #ffdcc5);
  }
  7% {
    background: linear-gradient(25.2deg, #ffede4, #ffdcc5);
  }
  8% {
    background: linear-gradient(28.8deg, #ffede4, #ffdcc5);
  }
  9% {
    background: linear-gradient(32.4deg, #ffede4, #ffdcc5);
  }
  10% {
    background: linear-gradient(36deg, #ffede4, #ffdcc5);
  }
  11% {
    background: linear-gradient(39.6deg, #ffede4, #ffdcc5);
  }
  12% {
    background: linear-gradient(43.2deg, #ffede4, #ffdcc5);
  }
  13% {
    background: linear-gradient(46.8deg, #ffede4, #ffdcc5);
  }
  14% {
    background: linear-gradient(50.4deg, #ffede4, #ffdcc5);
  }
  15% {
    background: linear-gradient(54deg, #ffede4, #ffdcc5);
  }
  16% {
    background: linear-gradient(57.6deg, #ffede4, #ffdcc5);
  }
  17% {
    background: linear-gradient(61.2deg, #ffede4, #ffdcc5);
  }
  18% {
    background: linear-gradient(64.8deg, #ffede4, #ffdcc5);
  }
  19% {
    background: linear-gradient(68.4deg, #ffede4, #ffdcc5);
  }
  20% {
    background: linear-gradient(72deg, #ffede4, #ffdcc5);
  }
  21% {
    background: linear-gradient(75.6deg, #ffede4, #ffdcc5);
  }
  22% {
    background: linear-gradient(79.2deg, #ffede4, #ffdcc5);
  }
  23% {
    background: linear-gradient(82.8deg, #ffede4, #ffdcc5);
  }
  24% {
    background: linear-gradient(86.4deg, #ffede4, #ffdcc5);
  }
  25% {
    background: linear-gradient(90deg, #ffede4, #ffdcc5);
  }
  26% {
    background: linear-gradient(93.6deg, #ffede4, #ffdcc5);
  }
  27% {
    background: linear-gradient(97.2deg, #ffede4, #ffdcc5);
  }
  28% {
    background: linear-gradient(100.8deg, #ffede4, #ffdcc5);
  }
  29% {
    background: linear-gradient(104.4deg, #ffede4, #ffdcc5);
  }
  30% {
    background: linear-gradient(108deg, #ffede4, #ffdcc5);
  }
  31% {
    background: linear-gradient(111.6deg, #ffede4, #ffdcc5);
  }
  32% {
    background: linear-gradient(115.2deg, #ffede4, #ffdcc5);
  }
  33% {
    background: linear-gradient(118.8deg, #ffede4, #ffdcc5);
  }
  34% {
    background: linear-gradient(122.4deg, #ffede4, #ffdcc5);
  }
  35% {
    background: linear-gradient(126deg, #ffede4, #ffdcc5);
  }
  36% {
    background: linear-gradient(129.6deg, #ffede4, #ffdcc5);
  }
  37% {
    background: linear-gradient(133.2deg, #ffede4, #ffdcc5);
  }
  38% {
    background: linear-gradient(136.8deg, #ffede4, #ffdcc5);
  }
  39% {
    background: linear-gradient(140.4deg, #ffede4, #ffdcc5);
  }
  40% {
    background: linear-gradient(144deg, #ffede4, #ffdcc5);
  }
  41% {
    background: linear-gradient(147.6deg, #ffede4, #ffdcc5);
  }
  42% {
    background: linear-gradient(151.2deg, #ffede4, #ffdcc5);
  }
  43% {
    background: linear-gradient(154.8deg, #ffede4, #ffdcc5);
  }
  44% {
    background: linear-gradient(158.4deg, #ffede4, #ffdcc5);
  }
  45% {
    background: linear-gradient(162deg, #ffede4, #ffdcc5);
  }
  46% {
    background: linear-gradient(165.6deg, #ffede4, #ffdcc5);
  }
  47% {
    background: linear-gradient(169.2deg, #ffede4, #ffdcc5);
  }
  48% {
    background: linear-gradient(172.8deg, #ffede4, #ffdcc5);
  }
  49% {
    background: linear-gradient(176.4deg, #ffede4, #ffdcc5);
  }
  50% {
    background: linear-gradient(180deg, #ffede4, #ffdcc5);
  }
  51% {
    background: linear-gradient(183.6deg, #ffede4, #ffdcc5);
  }
  52% {
    background: linear-gradient(187.2deg, #ffede4, #ffdcc5);
  }
  53% {
    background: linear-gradient(190.8deg, #ffede4, #ffdcc5);
  }
  54% {
    background: linear-gradient(194.4deg, #ffede4, #ffdcc5);
  }
  55% {
    background: linear-gradient(198deg, #ffede4, #ffdcc5);
  }
  56% {
    background: linear-gradient(201.6deg, #ffede4, #ffdcc5);
  }
  57% {
    background: linear-gradient(205.2deg, #ffede4, #ffdcc5);
  }
  58% {
    background: linear-gradient(208.8deg, #ffede4, #ffdcc5);
  }
  59% {
    background: linear-gradient(212.4deg, #ffede4, #ffdcc5);
  }
  60% {
    background: linear-gradient(216deg, #ffede4, #ffdcc5);
  }
  61% {
    background: linear-gradient(219.6deg, #ffede4, #ffdcc5);
  }
  62% {
    background: linear-gradient(223.2deg, #ffede4, #ffdcc5);
  }
  63% {
    background: linear-gradient(226.8deg, #ffede4, #ffdcc5);
  }
  64% {
    background: linear-gradient(230.4deg, #ffede4, #ffdcc5);
  }
  65% {
    background: linear-gradient(234deg, #ffede4, #ffdcc5);
  }
  66% {
    background: linear-gradient(237.6deg, #ffede4, #ffdcc5);
  }
  67% {
    background: linear-gradient(241.2deg, #ffede4, #ffdcc5);
  }
  68% {
    background: linear-gradient(244.8deg, #ffede4, #ffdcc5);
  }
  69% {
    background: linear-gradient(248.4deg, #ffede4, #ffdcc5);
  }
  70% {
    background: linear-gradient(252deg, #ffede4, #ffdcc5);
  }
  71% {
    background: linear-gradient(255.6deg, #ffede4, #ffdcc5);
  }
  72% {
    background: linear-gradient(259.2deg, #ffede4, #ffdcc5);
  }
  73% {
    background: linear-gradient(262.8deg, #ffede4, #ffdcc5);
  }
  74% {
    background: linear-gradient(266.4deg, #ffede4, #ffdcc5);
  }
  75% {
    background: linear-gradient(270deg, #ffede4, #ffdcc5);
  }
  76% {
    background: linear-gradient(273.6deg, #ffede4, #ffdcc5);
  }
  77% {
    background: linear-gradient(277.2deg, #ffede4, #ffdcc5);
  }
  78% {
    background: linear-gradient(280.8deg, #ffede4, #ffdcc5);
  }
  79% {
    background: linear-gradient(284.4deg, #ffede4, #ffdcc5);
  }
  80% {
    background: linear-gradient(288deg, #ffede4, #ffdcc5);
  }
  81% {
    background: linear-gradient(291.6deg, #ffede4, #ffdcc5);
  }
  82% {
    background: linear-gradient(295.2deg, #ffede4, #ffdcc5);
  }
  83% {
    background: linear-gradient(298.8deg, #ffede4, #ffdcc5);
  }
  84% {
    background: linear-gradient(302.4deg, #ffede4, #ffdcc5);
  }
  85% {
    background: linear-gradient(306deg, #ffede4, #ffdcc5);
  }
  86% {
    background: linear-gradient(309.6deg, #ffede4, #ffdcc5);
  }
  87% {
    background: linear-gradient(313.2deg, #ffede4, #ffdcc5);
  }
  88% {
    background: linear-gradient(316.8deg, #ffede4, #ffdcc5);
  }
  89% {
    background: linear-gradient(320.4deg, #ffede4, #ffdcc5);
  }
  90% {
    background: linear-gradient(324deg, #ffede4, #ffdcc5);
  }
  91% {
    background: linear-gradient(327.6deg, #ffede4, #ffdcc5);
  }
  92% {
    background: linear-gradient(331.2deg, #ffede4, #ffdcc5);
  }
  93% {
    background: linear-gradient(334.8deg, #ffede4, #ffdcc5);
  }
  94% {
    background: linear-gradient(338.4deg, #ffede4, #ffdcc5);
  }
  95% {
    background: linear-gradient(342deg, #ffede4, #ffdcc5);
  }
  96% {
    background: linear-gradient(345.6deg, #ffede4, #ffdcc5);
  }
  97% {
    background: linear-gradient(349.2deg, #ffede4, #ffdcc5);
  }
  98% {
    background: linear-gradient(352.8deg, #ffede4, #ffdcc5);
  }
  99% {
    background: linear-gradient(356.4deg, #ffede4, #ffdcc5);
  }
  to {
    background: linear-gradient(360deg, #ffede4, #ffdcc5);
  }
}
@keyframes gradientRotatedMigrationBackend {
  0% {
    background: linear-gradient(0deg, #faedff, #f1c7ff);
  }
  1% {
    background: linear-gradient(3.6deg, #faedff, #f1c7ff);
  }
  2% {
    background: linear-gradient(7.2deg, #faedff, #f1c7ff);
  }
  3% {
    background: linear-gradient(10.8deg, #faedff, #f1c7ff);
  }
  4% {
    background: linear-gradient(14.4deg, #faedff, #f1c7ff);
  }
  5% {
    background: linear-gradient(18deg, #faedff, #f1c7ff);
  }
  6% {
    background: linear-gradient(21.6deg, #faedff, #f1c7ff);
  }
  7% {
    background: linear-gradient(25.2deg, #faedff, #f1c7ff);
  }
  8% {
    background: linear-gradient(28.8deg, #faedff, #f1c7ff);
  }
  9% {
    background: linear-gradient(32.4deg, #faedff, #f1c7ff);
  }
  10% {
    background: linear-gradient(36deg, #faedff, #f1c7ff);
  }
  11% {
    background: linear-gradient(39.6deg, #faedff, #f1c7ff);
  }
  12% {
    background: linear-gradient(43.2deg, #faedff, #f1c7ff);
  }
  13% {
    background: linear-gradient(46.8deg, #faedff, #f1c7ff);
  }
  14% {
    background: linear-gradient(50.4deg, #faedff, #f1c7ff);
  }
  15% {
    background: linear-gradient(54deg, #faedff, #f1c7ff);
  }
  16% {
    background: linear-gradient(57.6deg, #faedff, #f1c7ff);
  }
  17% {
    background: linear-gradient(61.2deg, #faedff, #f1c7ff);
  }
  18% {
    background: linear-gradient(64.8deg, #faedff, #f1c7ff);
  }
  19% {
    background: linear-gradient(68.4deg, #faedff, #f1c7ff);
  }
  20% {
    background: linear-gradient(72deg, #faedff, #f1c7ff);
  }
  21% {
    background: linear-gradient(75.6deg, #faedff, #f1c7ff);
  }
  22% {
    background: linear-gradient(79.2deg, #faedff, #f1c7ff);
  }
  23% {
    background: linear-gradient(82.8deg, #faedff, #f1c7ff);
  }
  24% {
    background: linear-gradient(86.4deg, #faedff, #f1c7ff);
  }
  25% {
    background: linear-gradient(90deg, #faedff, #f1c7ff);
  }
  26% {
    background: linear-gradient(93.6deg, #faedff, #f1c7ff);
  }
  27% {
    background: linear-gradient(97.2deg, #faedff, #f1c7ff);
  }
  28% {
    background: linear-gradient(100.8deg, #faedff, #f1c7ff);
  }
  29% {
    background: linear-gradient(104.4deg, #faedff, #f1c7ff);
  }
  30% {
    background: linear-gradient(108deg, #faedff, #f1c7ff);
  }
  31% {
    background: linear-gradient(111.6deg, #faedff, #f1c7ff);
  }
  32% {
    background: linear-gradient(115.2deg, #faedff, #f1c7ff);
  }
  33% {
    background: linear-gradient(118.8deg, #faedff, #f1c7ff);
  }
  34% {
    background: linear-gradient(122.4deg, #faedff, #f1c7ff);
  }
  35% {
    background: linear-gradient(126deg, #faedff, #f1c7ff);
  }
  36% {
    background: linear-gradient(129.6deg, #faedff, #f1c7ff);
  }
  37% {
    background: linear-gradient(133.2deg, #faedff, #f1c7ff);
  }
  38% {
    background: linear-gradient(136.8deg, #faedff, #f1c7ff);
  }
  39% {
    background: linear-gradient(140.4deg, #faedff, #f1c7ff);
  }
  40% {
    background: linear-gradient(144deg, #faedff, #f1c7ff);
  }
  41% {
    background: linear-gradient(147.6deg, #faedff, #f1c7ff);
  }
  42% {
    background: linear-gradient(151.2deg, #faedff, #f1c7ff);
  }
  43% {
    background: linear-gradient(154.8deg, #faedff, #f1c7ff);
  }
  44% {
    background: linear-gradient(158.4deg, #faedff, #f1c7ff);
  }
  45% {
    background: linear-gradient(162deg, #faedff, #f1c7ff);
  }
  46% {
    background: linear-gradient(165.6deg, #faedff, #f1c7ff);
  }
  47% {
    background: linear-gradient(169.2deg, #faedff, #f1c7ff);
  }
  48% {
    background: linear-gradient(172.8deg, #faedff, #f1c7ff);
  }
  49% {
    background: linear-gradient(176.4deg, #faedff, #f1c7ff);
  }
  50% {
    background: linear-gradient(180deg, #faedff, #f1c7ff);
  }
  51% {
    background: linear-gradient(183.6deg, #faedff, #f1c7ff);
  }
  52% {
    background: linear-gradient(187.2deg, #faedff, #f1c7ff);
  }
  53% {
    background: linear-gradient(190.8deg, #faedff, #f1c7ff);
  }
  54% {
    background: linear-gradient(194.4deg, #faedff, #f1c7ff);
  }
  55% {
    background: linear-gradient(198deg, #faedff, #f1c7ff);
  }
  56% {
    background: linear-gradient(201.6deg, #faedff, #f1c7ff);
  }
  57% {
    background: linear-gradient(205.2deg, #faedff, #f1c7ff);
  }
  58% {
    background: linear-gradient(208.8deg, #faedff, #f1c7ff);
  }
  59% {
    background: linear-gradient(212.4deg, #faedff, #f1c7ff);
  }
  60% {
    background: linear-gradient(216deg, #faedff, #f1c7ff);
  }
  61% {
    background: linear-gradient(219.6deg, #faedff, #f1c7ff);
  }
  62% {
    background: linear-gradient(223.2deg, #faedff, #f1c7ff);
  }
  63% {
    background: linear-gradient(226.8deg, #faedff, #f1c7ff);
  }
  64% {
    background: linear-gradient(230.4deg, #faedff, #f1c7ff);
  }
  65% {
    background: linear-gradient(234deg, #faedff, #f1c7ff);
  }
  66% {
    background: linear-gradient(237.6deg, #faedff, #f1c7ff);
  }
  67% {
    background: linear-gradient(241.2deg, #faedff, #f1c7ff);
  }
  68% {
    background: linear-gradient(244.8deg, #faedff, #f1c7ff);
  }
  69% {
    background: linear-gradient(248.4deg, #faedff, #f1c7ff);
  }
  70% {
    background: linear-gradient(252deg, #faedff, #f1c7ff);
  }
  71% {
    background: linear-gradient(255.6deg, #faedff, #f1c7ff);
  }
  72% {
    background: linear-gradient(259.2deg, #faedff, #f1c7ff);
  }
  73% {
    background: linear-gradient(262.8deg, #faedff, #f1c7ff);
  }
  74% {
    background: linear-gradient(266.4deg, #faedff, #f1c7ff);
  }
  75% {
    background: linear-gradient(270deg, #faedff, #f1c7ff);
  }
  76% {
    background: linear-gradient(273.6deg, #faedff, #f1c7ff);
  }
  77% {
    background: linear-gradient(277.2deg, #faedff, #f1c7ff);
  }
  78% {
    background: linear-gradient(280.8deg, #faedff, #f1c7ff);
  }
  79% {
    background: linear-gradient(284.4deg, #faedff, #f1c7ff);
  }
  80% {
    background: linear-gradient(288deg, #faedff, #f1c7ff);
  }
  81% {
    background: linear-gradient(291.6deg, #faedff, #f1c7ff);
  }
  82% {
    background: linear-gradient(295.2deg, #faedff, #f1c7ff);
  }
  83% {
    background: linear-gradient(298.8deg, #faedff, #f1c7ff);
  }
  84% {
    background: linear-gradient(302.4deg, #faedff, #f1c7ff);
  }
  85% {
    background: linear-gradient(306deg, #faedff, #f1c7ff);
  }
  86% {
    background: linear-gradient(309.6deg, #faedff, #f1c7ff);
  }
  87% {
    background: linear-gradient(313.2deg, #faedff, #f1c7ff);
  }
  88% {
    background: linear-gradient(316.8deg, #faedff, #f1c7ff);
  }
  89% {
    background: linear-gradient(320.4deg, #faedff, #f1c7ff);
  }
  90% {
    background: linear-gradient(324deg, #faedff, #f1c7ff);
  }
  91% {
    background: linear-gradient(327.6deg, #faedff, #f1c7ff);
  }
  92% {
    background: linear-gradient(331.2deg, #faedff, #f1c7ff);
  }
  93% {
    background: linear-gradient(334.8deg, #faedff, #f1c7ff);
  }
  94% {
    background: linear-gradient(338.4deg, #faedff, #f1c7ff);
  }
  95% {
    background: linear-gradient(342deg, #faedff, #f1c7ff);
  }
  96% {
    background: linear-gradient(345.6deg, #faedff, #f1c7ff);
  }
  97% {
    background: linear-gradient(349.2deg, #faedff, #f1c7ff);
  }
  98% {
    background: linear-gradient(352.8deg, #faedff, #f1c7ff);
  }
  99% {
    background: linear-gradient(356.4deg, #faedff, #f1c7ff);
  }
  to {
    background: linear-gradient(360deg, #faedff, #f1c7ff);
  }
}
@keyframes gradientRotateMigrationMobdev {
  0% {
    background: linear-gradient(0deg, #e4f8ff, #c5f0ff);
  }
  1% {
    background: linear-gradient(3.6deg, #e4f8ff, #c5f0ff);
  }
  2% {
    background: linear-gradient(7.2deg, #e4f8ff, #c5f0ff);
  }
  3% {
    background: linear-gradient(10.8deg, #e4f8ff, #c5f0ff);
  }
  4% {
    background: linear-gradient(14.4deg, #e4f8ff, #c5f0ff);
  }
  5% {
    background: linear-gradient(18deg, #e4f8ff, #c5f0ff);
  }
  6% {
    background: linear-gradient(21.6deg, #e4f8ff, #c5f0ff);
  }
  7% {
    background: linear-gradient(25.2deg, #e4f8ff, #c5f0ff);
  }
  8% {
    background: linear-gradient(28.8deg, #e4f8ff, #c5f0ff);
  }
  9% {
    background: linear-gradient(32.4deg, #e4f8ff, #c5f0ff);
  }
  10% {
    background: linear-gradient(36deg, #e4f8ff, #c5f0ff);
  }
  11% {
    background: linear-gradient(39.6deg, #e4f8ff, #c5f0ff);
  }
  12% {
    background: linear-gradient(43.2deg, #e4f8ff, #c5f0ff);
  }
  13% {
    background: linear-gradient(46.8deg, #e4f8ff, #c5f0ff);
  }
  14% {
    background: linear-gradient(50.4deg, #e4f8ff, #c5f0ff);
  }
  15% {
    background: linear-gradient(54deg, #e4f8ff, #c5f0ff);
  }
  16% {
    background: linear-gradient(57.6deg, #e4f8ff, #c5f0ff);
  }
  17% {
    background: linear-gradient(61.2deg, #e4f8ff, #c5f0ff);
  }
  18% {
    background: linear-gradient(64.8deg, #e4f8ff, #c5f0ff);
  }
  19% {
    background: linear-gradient(68.4deg, #e4f8ff, #c5f0ff);
  }
  20% {
    background: linear-gradient(72deg, #e4f8ff, #c5f0ff);
  }
  21% {
    background: linear-gradient(75.6deg, #e4f8ff, #c5f0ff);
  }
  22% {
    background: linear-gradient(79.2deg, #e4f8ff, #c5f0ff);
  }
  23% {
    background: linear-gradient(82.8deg, #e4f8ff, #c5f0ff);
  }
  24% {
    background: linear-gradient(86.4deg, #e4f8ff, #c5f0ff);
  }
  25% {
    background: linear-gradient(90deg, #e4f8ff, #c5f0ff);
  }
  26% {
    background: linear-gradient(93.6deg, #e4f8ff, #c5f0ff);
  }
  27% {
    background: linear-gradient(97.2deg, #e4f8ff, #c5f0ff);
  }
  28% {
    background: linear-gradient(100.8deg, #e4f8ff, #c5f0ff);
  }
  29% {
    background: linear-gradient(104.4deg, #e4f8ff, #c5f0ff);
  }
  30% {
    background: linear-gradient(108deg, #e4f8ff, #c5f0ff);
  }
  31% {
    background: linear-gradient(111.6deg, #e4f8ff, #c5f0ff);
  }
  32% {
    background: linear-gradient(115.2deg, #e4f8ff, #c5f0ff);
  }
  33% {
    background: linear-gradient(118.8deg, #e4f8ff, #c5f0ff);
  }
  34% {
    background: linear-gradient(122.4deg, #e4f8ff, #c5f0ff);
  }
  35% {
    background: linear-gradient(126deg, #e4f8ff, #c5f0ff);
  }
  36% {
    background: linear-gradient(129.6deg, #e4f8ff, #c5f0ff);
  }
  37% {
    background: linear-gradient(133.2deg, #e4f8ff, #c5f0ff);
  }
  38% {
    background: linear-gradient(136.8deg, #e4f8ff, #c5f0ff);
  }
  39% {
    background: linear-gradient(140.4deg, #e4f8ff, #c5f0ff);
  }
  40% {
    background: linear-gradient(144deg, #e4f8ff, #c5f0ff);
  }
  41% {
    background: linear-gradient(147.6deg, #e4f8ff, #c5f0ff);
  }
  42% {
    background: linear-gradient(151.2deg, #e4f8ff, #c5f0ff);
  }
  43% {
    background: linear-gradient(154.8deg, #e4f8ff, #c5f0ff);
  }
  44% {
    background: linear-gradient(158.4deg, #e4f8ff, #c5f0ff);
  }
  45% {
    background: linear-gradient(162deg, #e4f8ff, #c5f0ff);
  }
  46% {
    background: linear-gradient(165.6deg, #e4f8ff, #c5f0ff);
  }
  47% {
    background: linear-gradient(169.2deg, #e4f8ff, #c5f0ff);
  }
  48% {
    background: linear-gradient(172.8deg, #e4f8ff, #c5f0ff);
  }
  49% {
    background: linear-gradient(176.4deg, #e4f8ff, #c5f0ff);
  }
  50% {
    background: linear-gradient(180deg, #e4f8ff, #c5f0ff);
  }
  51% {
    background: linear-gradient(183.6deg, #e4f8ff, #c5f0ff);
  }
  52% {
    background: linear-gradient(187.2deg, #e4f8ff, #c5f0ff);
  }
  53% {
    background: linear-gradient(190.8deg, #e4f8ff, #c5f0ff);
  }
  54% {
    background: linear-gradient(194.4deg, #e4f8ff, #c5f0ff);
  }
  55% {
    background: linear-gradient(198deg, #e4f8ff, #c5f0ff);
  }
  56% {
    background: linear-gradient(201.6deg, #e4f8ff, #c5f0ff);
  }
  57% {
    background: linear-gradient(205.2deg, #e4f8ff, #c5f0ff);
  }
  58% {
    background: linear-gradient(208.8deg, #e4f8ff, #c5f0ff);
  }
  59% {
    background: linear-gradient(212.4deg, #e4f8ff, #c5f0ff);
  }
  60% {
    background: linear-gradient(216deg, #e4f8ff, #c5f0ff);
  }
  61% {
    background: linear-gradient(219.6deg, #e4f8ff, #c5f0ff);
  }
  62% {
    background: linear-gradient(223.2deg, #e4f8ff, #c5f0ff);
  }
  63% {
    background: linear-gradient(226.8deg, #e4f8ff, #c5f0ff);
  }
  64% {
    background: linear-gradient(230.4deg, #e4f8ff, #c5f0ff);
  }
  65% {
    background: linear-gradient(234deg, #e4f8ff, #c5f0ff);
  }
  66% {
    background: linear-gradient(237.6deg, #e4f8ff, #c5f0ff);
  }
  67% {
    background: linear-gradient(241.2deg, #e4f8ff, #c5f0ff);
  }
  68% {
    background: linear-gradient(244.8deg, #e4f8ff, #c5f0ff);
  }
  69% {
    background: linear-gradient(248.4deg, #e4f8ff, #c5f0ff);
  }
  70% {
    background: linear-gradient(252deg, #e4f8ff, #c5f0ff);
  }
  71% {
    background: linear-gradient(255.6deg, #e4f8ff, #c5f0ff);
  }
  72% {
    background: linear-gradient(259.2deg, #e4f8ff, #c5f0ff);
  }
  73% {
    background: linear-gradient(262.8deg, #e4f8ff, #c5f0ff);
  }
  74% {
    background: linear-gradient(266.4deg, #e4f8ff, #c5f0ff);
  }
  75% {
    background: linear-gradient(270deg, #e4f8ff, #c5f0ff);
  }
  76% {
    background: linear-gradient(273.6deg, #e4f8ff, #c5f0ff);
  }
  77% {
    background: linear-gradient(277.2deg, #e4f8ff, #c5f0ff);
  }
  78% {
    background: linear-gradient(280.8deg, #e4f8ff, #c5f0ff);
  }
  79% {
    background: linear-gradient(284.4deg, #e4f8ff, #c5f0ff);
  }
  80% {
    background: linear-gradient(288deg, #e4f8ff, #c5f0ff);
  }
  81% {
    background: linear-gradient(291.6deg, #e4f8ff, #c5f0ff);
  }
  82% {
    background: linear-gradient(295.2deg, #e4f8ff, #c5f0ff);
  }
  83% {
    background: linear-gradient(298.8deg, #e4f8ff, #c5f0ff);
  }
  84% {
    background: linear-gradient(302.4deg, #e4f8ff, #c5f0ff);
  }
  85% {
    background: linear-gradient(306deg, #e4f8ff, #c5f0ff);
  }
  86% {
    background: linear-gradient(309.6deg, #e4f8ff, #c5f0ff);
  }
  87% {
    background: linear-gradient(313.2deg, #e4f8ff, #c5f0ff);
  }
  88% {
    background: linear-gradient(316.8deg, #e4f8ff, #c5f0ff);
  }
  89% {
    background: linear-gradient(320.4deg, #e4f8ff, #c5f0ff);
  }
  90% {
    background: linear-gradient(324deg, #e4f8ff, #c5f0ff);
  }
  91% {
    background: linear-gradient(327.6deg, #e4f8ff, #c5f0ff);
  }
  92% {
    background: linear-gradient(331.2deg, #e4f8ff, #c5f0ff);
  }
  93% {
    background: linear-gradient(334.8deg, #e4f8ff, #c5f0ff);
  }
  94% {
    background: linear-gradient(338.4deg, #e4f8ff, #c5f0ff);
  }
  95% {
    background: linear-gradient(342deg, #e4f8ff, #c5f0ff);
  }
  96% {
    background: linear-gradient(345.6deg, #e4f8ff, #c5f0ff);
  }
  97% {
    background: linear-gradient(349.2deg, #e4f8ff, #c5f0ff);
  }
  98% {
    background: linear-gradient(352.8deg, #e4f8ff, #c5f0ff);
  }
  99% {
    background: linear-gradient(356.4deg, #e4f8ff, #c5f0ff);
  }
  to {
    background: linear-gradient(360deg, #e4f8ff, #c5f0ff);
  }
}
@keyframes gradientRotateMigrationCloud {
  0% {
    background: linear-gradient(0deg, #fff5df, #ffe6ac);
  }
  1% {
    background: linear-gradient(3.6deg, #fff5df, #ffe6ac);
  }
  2% {
    background: linear-gradient(7.2deg, #fff5df, #ffe6ac);
  }
  3% {
    background: linear-gradient(10.8deg, #fff5df, #ffe6ac);
  }
  4% {
    background: linear-gradient(14.4deg, #fff5df, #ffe6ac);
  }
  5% {
    background: linear-gradient(18deg, #fff5df, #ffe6ac);
  }
  6% {
    background: linear-gradient(21.6deg, #fff5df, #ffe6ac);
  }
  7% {
    background: linear-gradient(25.2deg, #fff5df, #ffe6ac);
  }
  8% {
    background: linear-gradient(28.8deg, #fff5df, #ffe6ac);
  }
  9% {
    background: linear-gradient(32.4deg, #fff5df, #ffe6ac);
  }
  10% {
    background: linear-gradient(36deg, #fff5df, #ffe6ac);
  }
  11% {
    background: linear-gradient(39.6deg, #fff5df, #ffe6ac);
  }
  12% {
    background: linear-gradient(43.2deg, #fff5df, #ffe6ac);
  }
  13% {
    background: linear-gradient(46.8deg, #fff5df, #ffe6ac);
  }
  14% {
    background: linear-gradient(50.4deg, #fff5df, #ffe6ac);
  }
  15% {
    background: linear-gradient(54deg, #fff5df, #ffe6ac);
  }
  16% {
    background: linear-gradient(57.6deg, #fff5df, #ffe6ac);
  }
  17% {
    background: linear-gradient(61.2deg, #fff5df, #ffe6ac);
  }
  18% {
    background: linear-gradient(64.8deg, #fff5df, #ffe6ac);
  }
  19% {
    background: linear-gradient(68.4deg, #fff5df, #ffe6ac);
  }
  20% {
    background: linear-gradient(72deg, #fff5df, #ffe6ac);
  }
  21% {
    background: linear-gradient(75.6deg, #fff5df, #ffe6ac);
  }
  22% {
    background: linear-gradient(79.2deg, #fff5df, #ffe6ac);
  }
  23% {
    background: linear-gradient(82.8deg, #fff5df, #ffe6ac);
  }
  24% {
    background: linear-gradient(86.4deg, #fff5df, #ffe6ac);
  }
  25% {
    background: linear-gradient(90deg, #fff5df, #ffe6ac);
  }
  26% {
    background: linear-gradient(93.6deg, #fff5df, #ffe6ac);
  }
  27% {
    background: linear-gradient(97.2deg, #fff5df, #ffe6ac);
  }
  28% {
    background: linear-gradient(100.8deg, #fff5df, #ffe6ac);
  }
  29% {
    background: linear-gradient(104.4deg, #fff5df, #ffe6ac);
  }
  30% {
    background: linear-gradient(108deg, #fff5df, #ffe6ac);
  }
  31% {
    background: linear-gradient(111.6deg, #fff5df, #ffe6ac);
  }
  32% {
    background: linear-gradient(115.2deg, #fff5df, #ffe6ac);
  }
  33% {
    background: linear-gradient(118.8deg, #fff5df, #ffe6ac);
  }
  34% {
    background: linear-gradient(122.4deg, #fff5df, #ffe6ac);
  }
  35% {
    background: linear-gradient(126deg, #fff5df, #ffe6ac);
  }
  36% {
    background: linear-gradient(129.6deg, #fff5df, #ffe6ac);
  }
  37% {
    background: linear-gradient(133.2deg, #fff5df, #ffe6ac);
  }
  38% {
    background: linear-gradient(136.8deg, #fff5df, #ffe6ac);
  }
  39% {
    background: linear-gradient(140.4deg, #fff5df, #ffe6ac);
  }
  40% {
    background: linear-gradient(144deg, #fff5df, #ffe6ac);
  }
  41% {
    background: linear-gradient(147.6deg, #fff5df, #ffe6ac);
  }
  42% {
    background: linear-gradient(151.2deg, #fff5df, #ffe6ac);
  }
  43% {
    background: linear-gradient(154.8deg, #fff5df, #ffe6ac);
  }
  44% {
    background: linear-gradient(158.4deg, #fff5df, #ffe6ac);
  }
  45% {
    background: linear-gradient(162deg, #fff5df, #ffe6ac);
  }
  46% {
    background: linear-gradient(165.6deg, #fff5df, #ffe6ac);
  }
  47% {
    background: linear-gradient(169.2deg, #fff5df, #ffe6ac);
  }
  48% {
    background: linear-gradient(172.8deg, #fff5df, #ffe6ac);
  }
  49% {
    background: linear-gradient(176.4deg, #fff5df, #ffe6ac);
  }
  50% {
    background: linear-gradient(180deg, #fff5df, #ffe6ac);
  }
  51% {
    background: linear-gradient(183.6deg, #fff5df, #ffe6ac);
  }
  52% {
    background: linear-gradient(187.2deg, #fff5df, #ffe6ac);
  }
  53% {
    background: linear-gradient(190.8deg, #fff5df, #ffe6ac);
  }
  54% {
    background: linear-gradient(194.4deg, #fff5df, #ffe6ac);
  }
  55% {
    background: linear-gradient(198deg, #fff5df, #ffe6ac);
  }
  56% {
    background: linear-gradient(201.6deg, #fff5df, #ffe6ac);
  }
  57% {
    background: linear-gradient(205.2deg, #fff5df, #ffe6ac);
  }
  58% {
    background: linear-gradient(208.8deg, #fff5df, #ffe6ac);
  }
  59% {
    background: linear-gradient(212.4deg, #fff5df, #ffe6ac);
  }
  60% {
    background: linear-gradient(216deg, #fff5df, #ffe6ac);
  }
  61% {
    background: linear-gradient(219.6deg, #fff5df, #ffe6ac);
  }
  62% {
    background: linear-gradient(223.2deg, #fff5df, #ffe6ac);
  }
  63% {
    background: linear-gradient(226.8deg, #fff5df, #ffe6ac);
  }
  64% {
    background: linear-gradient(230.4deg, #fff5df, #ffe6ac);
  }
  65% {
    background: linear-gradient(234deg, #fff5df, #ffe6ac);
  }
  66% {
    background: linear-gradient(237.6deg, #fff5df, #ffe6ac);
  }
  67% {
    background: linear-gradient(241.2deg, #fff5df, #ffe6ac);
  }
  68% {
    background: linear-gradient(244.8deg, #fff5df, #ffe6ac);
  }
  69% {
    background: linear-gradient(248.4deg, #fff5df, #ffe6ac);
  }
  70% {
    background: linear-gradient(252deg, #fff5df, #ffe6ac);
  }
  71% {
    background: linear-gradient(255.6deg, #fff5df, #ffe6ac);
  }
  72% {
    background: linear-gradient(259.2deg, #fff5df, #ffe6ac);
  }
  73% {
    background: linear-gradient(262.8deg, #fff5df, #ffe6ac);
  }
  74% {
    background: linear-gradient(266.4deg, #fff5df, #ffe6ac);
  }
  75% {
    background: linear-gradient(270deg, #fff5df, #ffe6ac);
  }
  76% {
    background: linear-gradient(273.6deg, #fff5df, #ffe6ac);
  }
  77% {
    background: linear-gradient(277.2deg, #fff5df, #ffe6ac);
  }
  78% {
    background: linear-gradient(280.8deg, #fff5df, #ffe6ac);
  }
  79% {
    background: linear-gradient(284.4deg, #fff5df, #ffe6ac);
  }
  80% {
    background: linear-gradient(288deg, #fff5df, #ffe6ac);
  }
  81% {
    background: linear-gradient(291.6deg, #fff5df, #ffe6ac);
  }
  82% {
    background: linear-gradient(295.2deg, #fff5df, #ffe6ac);
  }
  83% {
    background: linear-gradient(298.8deg, #fff5df, #ffe6ac);
  }
  84% {
    background: linear-gradient(302.4deg, #fff5df, #ffe6ac);
  }
  85% {
    background: linear-gradient(306deg, #fff5df, #ffe6ac);
  }
  86% {
    background: linear-gradient(309.6deg, #fff5df, #ffe6ac);
  }
  87% {
    background: linear-gradient(313.2deg, #fff5df, #ffe6ac);
  }
  88% {
    background: linear-gradient(316.8deg, #fff5df, #ffe6ac);
  }
  89% {
    background: linear-gradient(320.4deg, #fff5df, #ffe6ac);
  }
  90% {
    background: linear-gradient(324deg, #fff5df, #ffe6ac);
  }
  91% {
    background: linear-gradient(327.6deg, #fff5df, #ffe6ac);
  }
  92% {
    background: linear-gradient(331.2deg, #fff5df, #ffe6ac);
  }
  93% {
    background: linear-gradient(334.8deg, #fff5df, #ffe6ac);
  }
  94% {
    background: linear-gradient(338.4deg, #fff5df, #ffe6ac);
  }
  95% {
    background: linear-gradient(342deg, #fff5df, #ffe6ac);
  }
  96% {
    background: linear-gradient(345.6deg, #fff5df, #ffe6ac);
  }
  97% {
    background: linear-gradient(349.2deg, #fff5df, #ffe6ac);
  }
  98% {
    background: linear-gradient(352.8deg, #fff5df, #ffe6ac);
  }
  99% {
    background: linear-gradient(356.4deg, #fff5df, #ffe6ac);
  }
  to {
    background: linear-gradient(360deg, #fff5df, #ffe6ac);
  }
}
.ecommerce-migration-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.ecommerce-migration-voices .left-gradient-shadow,
.ecommerce-migration-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.ecommerce-migration-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.ecommerce-migration-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.ecommerce-migration-voices__wrapper {
  overflow: hidden;
}
.ecommerce-migration-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-migration-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-migration-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-migration-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-migration-voices__wrapper--testimonial-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.ecommerce-migration-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-migration-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ecommerce-migration {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-ecommerce-migration {
    background-position: center center;
  }
}
.pin-section-ecommerce-migration .ecommerce-migration {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecommerce-migration .ecommerce-migration__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-migration .ecommerce-migration__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ecommerce-migration .ecommerce-migration__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-migration .ecommerce-migration__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecommerce-migration .ecommerce-migration__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-migration .ecommerce-migration__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecommerce-migration .ecommerce-migration__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecommerce-migration .ecommerce-migration__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-migration .ecommerce-migration__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecommerce-migration .ecommerce-migration__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-migration .ecommerce-migration__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ecommerce-migration .ecommerce-migration__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-migration .ecommerce-migration__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecommerce-migration .ecommerce-migration__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-migration
    .ecommerce-migration__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-migration
    .ecommerce-migration__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecommerce-migration
    .ecommerce-migration__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecommerce-migration
  .ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecommerce-migration .ecommerce-migration__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-migration .ecommerce-migration__wrapper .mobile-cta {
    display: none;
  }
}
.ecommerce-migration-faqs {
  padding: 60px 0;
}
.ecommerce-migration-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-migration-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-migration-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-migration-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.ecommerce-migration-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.ecommerce-migration-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ecommerce-migration-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-migration-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.ecommerce-content-writing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-hero {
    padding-top: 130px;
  }
}
.ecommerce-content-writing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.ecommerce-content-writing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.ecommerce-content-writing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.ecommerce-content-writing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.ecommerce-content-writing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.ecommerce-content-writing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
.ecommerce-content-writing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.ecommerce-content-writing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.ecommerce-content-writing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.ecommerce-content-writing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .ecommerce-content-writing-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-content-writing-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-content-writing-hero__wrapper--desc-card:nth-child(4),
  .ecommerce-content-writing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-content-writing-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-content-writing-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-content-writing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-content-writing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .ecommerce-content-writing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.ecommerce-content-writing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-content-writing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-content-writing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-content-writing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.ecommerce-content-writing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero__wrapper--img2 {
    display: none;
  }
}
.ecommerce-content-writing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-hero__wrapper--img2 img {
    display: none;
  }
}
.ecommerce-content-writing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-brands {
    margin-top: 60px;
  }
}
.ecommerce-content-writing-brands__wrapper {
  overflow: hidden;
}
.ecommerce-content-writing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.ecommerce-content-writing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-content-writing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-content-writing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-content-writing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-content-writing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.ecommerce-content-writing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.ecommerce-content-writing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-content-writing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-content-writing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ecommerce-content-writing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ecommerce-content-writing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services__header--heading {
    max-width: 80%;
  }
}
.ecommerce-content-writing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-content-writing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-content-writing-services__details {
    top: 220px;
  }
}
.ecommerce-content-writing-services__details {
  display: none;
}
.ecommerce-content-writing-services__details:first-of-type {
  display: block;
}
.ecommerce-content-writing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-content-writing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ecommerce-content-writing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-content-writing-services__details--heading {
  margin-bottom: 10px;
}
.ecommerce-content-writing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.ecommerce-content-writing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-content-writing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-content-writing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ecommerce-content-writing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.ecommerce-content-writing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ecommerce-content-writing-services__slidesdiv #s-1 img {
  width: 40%;
}
.ecommerce-content-writing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.ecommerce-content-writing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ecommerce-content-writing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ecommerce-content-writing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ecommerce-content-writing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.ecommerce-content-writing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services__timeline {
    bottom: 15px;
  }
}
.ecommerce-content-writing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ecommerce-content-writing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ecommerce-content-writing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-content-writing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-content-writing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services-mob {
    display: none;
  }
}
.ecommerce-content-writing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ecommerce-content-writing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.ecommerce-content-writing-services-mob__header--heading span {
  color: #d1202d;
}
.ecommerce-content-writing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services-mob__header--text {
    padding-right: 340px;
  }
}
.ecommerce-content-writing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ecommerce-content-writing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-content-writing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-content-writing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ecommerce-content-writing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ecommerce-content-writing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ecommerce-content-writing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.ecommerce-content-writing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ecommerce-content-writing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ecommerce-content-writing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ecommerce-content-writing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ecommerce-content-writing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-growth {
    margin-top: 60px;
  }
}
.ecommerce-content-writing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-growth__wrapper {
    padding: 24px;
  }
}
.ecommerce-content-writing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.ecommerce-content-writing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.ecommerce-content-writing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-content-writing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.ecommerce-content-writing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-content-writing-casestudies {
  padding: 24px 0;
}
.ecommerce-content-writing-casestudies__wrapper {
  overflow: hidden;
}
.ecommerce-content-writing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.ecommerce-content-writing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.ecommerce-content-writing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.ecommerce-content-writing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-content-writing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.ecommerce-content-writing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.ecommerce-content-writing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-content-writing/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-content-writing/case-study-img1.webp);
  }
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-content-writing/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-content-writing/case-study-img2.webp);
  }
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #1cdcea, #03ba71);
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #17e443, #078119);
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.ecommerce-content-writing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-content-writing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.ecommerce-content-writing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-content-writing-history__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-content-writing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-content-writing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-content-writing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-history__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-content-writing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.ecommerce-content-writing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .ecommerce-content-writing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .ecommerce-content-writing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.ecommerce-content-writing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.ecommerce-content-writing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-content-writing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-content-writing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.ecommerce-content-writing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ecommerce-content-writing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .ecommerce-content-writing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.ecommerce-content-writing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.ecommerce-content-writing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-content-writing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-content-writing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-content-writing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-content-writing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.ecommerce-content-writing-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.ecommerce-content-writing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-awards__wrapper {
    flex-direction: row;
  }
}
.ecommerce-content-writing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-awards__wrapper--col1 {
    width: 50%;
  }
}
.ecommerce-content-writing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-content-writing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-content-writing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.ecommerce-content-writing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.ecommerce-content-writing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.ecommerce-content-writing-awards__wrapper--col2-award img {
  width: 100%;
}
.ecommerce-content-writing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.ecommerce-content-writing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-content-writing/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.ecommerce-content-writing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-content-writing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.ecommerce-content-writing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-content-writing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-content-writing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-content-writing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.ecommerce-content-writing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.ecommerce-content-writing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.ecommerce-content-writing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.ecommerce-content-writing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.ecommerce-content-writing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-content-writing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-content-writing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-content-writing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-content-writing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-content-writing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.ecommerce-content-writing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-content-writing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-content-writing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-content-writing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-content-writing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-content-writing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.ecommerce-content-writing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-content-writing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.ecommerce-content-writing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-content-writing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.ecommerce-content-writing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-content-writing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.ecommerce-content-writing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-content-writing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.ecommerce-content-writing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .ecommerce-content-writing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.ecommerce-content-writing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.ecommerce-content-writing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.ecommerce-content-writing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.ecommerce-content-writing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.ecommerce-content-writing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-content-writing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-content-writing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.ecommerce-content-writing-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-content-writing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-content-writing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-content-writing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-content-writing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-content-writing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-content-writing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-content-writing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.ecommerce-content-writing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.ecommerce-content-writing-process__wrapper--cards-card:hover
  .ecommerce-content-writing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.ecommerce-content-writing-process__wrapper--cards-card:hover
  .ecommerce-content-writing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.ecommerce-content-writing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ecommerce-content-writing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecommerce-content-writing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.ecommerce-content-writing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-content-writing-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.ecommerce-content-writing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-content-writing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.ecommerce-content-writing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-content-writing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-content-writing-toolsntech {
  padding: 60px 0;
}
.ecommerce-content-writing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-content-writing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-content-writing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-content-writing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-content-writing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
    width: 31%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.ecommerce-content-writing-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.ecommerce-content-writing-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.ecommerce-content-writing-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.ecommerce-content-writing-toolsntech__wrapper--cards .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.ecommerce-content-writing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.ecommerce-content-writing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.ecommerce-content-writing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-content-writing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.ecommerce-content-writing-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-content-writing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-content-writing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-content-writing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.ecommerce-content-writing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.ecommerce-content-writing-voices .left-gradient-shadow,
.ecommerce-content-writing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.ecommerce-content-writing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.ecommerce-content-writing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.ecommerce-content-writing-voices__wrapper {
  overflow: hidden;
}
.ecommerce-content-writing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-content-writing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-content-writing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.ecommerce-content-writing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-content-writing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ecommerce-content-writing {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-ecommerce-content-writing {
    background-position: center center;
  }
}
.pin-section-ecommerce-content-writing .ecommerce-content-writing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecommerce-content-writing .ecommerce-content-writing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-content-writing .ecommerce-content-writing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-content-writing
    .ecommerce-content-writing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-content-writing
    .ecommerce-content-writing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecommerce-content-writing
    .ecommerce-content-writing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-content-writing
    .ecommerce-content-writing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-content-writing
    .ecommerce-content-writing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-content-writing
    .ecommerce-content-writing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-content-writing
    .ecommerce-content-writing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-content-writing
    .ecommerce-content-writing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecommerce-content-writing
    .ecommerce-content-writing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecommerce-content-writing
  .ecommerce-content-writing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-content-writing
    .ecommerce-content-writing__wrapper
    .mobile-cta {
    display: none;
  }
}
.ecommerce-content-writing-faqs {
  padding: 60px 0;
}
.ecommerce-content-writing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-content-writing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.ecommerce-content-writing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-content-writing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.ecommerce-content-writing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.ecommerce-content-writing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ecommerce-content-writing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-content-writing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.ecommerce-website-design-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-hero {
    padding-top: 130px;
  }
}
.ecommerce-website-design-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.ecommerce-website-design-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-website-design-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.ecommerce-website-design-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.ecommerce-website-design-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.ecommerce-website-design-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-hero__wrapper--headings-img {
    width: 45%;
  }
}
.ecommerce-website-design-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-website-design-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
.ecommerce-website-design-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.ecommerce-website-design-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .ecommerce-website-design-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.ecommerce-website-design-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-website-design-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.ecommerce-website-design-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-website-design-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .ecommerce-website-design-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-website-design-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-website-design-hero__wrapper--desc-card:nth-child(4),
  .ecommerce-website-design-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-website-design-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-website-design-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-website-design-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-website-design-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .ecommerce-website-design-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.ecommerce-website-design-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-website-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-website-design-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-website-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.ecommerce-website-design-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero__wrapper--img2 {
    display: none;
  }
}
.ecommerce-website-design-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .ecommerce-website-design-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-hero__wrapper--img2 img {
    display: none;
  }
}
.ecommerce-website-design-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-brands {
    margin-top: 60px;
  }
}
.ecommerce-website-design-brands__wrapper {
  overflow: hidden;
}
.ecommerce-website-design-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.ecommerce-website-design-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-website-design-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-website-design-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-website-design-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-website-design-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-website-design-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.ecommerce-website-design-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.ecommerce-website-design-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-website-design-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-website-design-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ecommerce-website-design-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ecommerce-website-design-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services__header--heading {
    max-width: 80%;
  }
}
.ecommerce-website-design-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-website-design-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .ecommerce-website-design-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-website-design-services__details {
    top: 220px;
  }
}
.ecommerce-website-design-services__details {
  display: none;
}
.ecommerce-website-design-services__details:first-of-type {
  display: block;
}
.ecommerce-website-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-website-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ecommerce-website-design-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-website-design-services__details--heading {
  margin-bottom: 10px;
}
.ecommerce-website-design-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.ecommerce-website-design-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-website-design-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-website-design-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ecommerce-website-design-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.ecommerce-website-design-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ecommerce-website-design-services__slidesdiv #s-1 img {
  width: 40%;
}
.ecommerce-website-design-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.ecommerce-website-design-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ecommerce-website-design-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ecommerce-website-design-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ecommerce-website-design-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.ecommerce-website-design-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services__timeline {
    bottom: 15px;
  }
}
.ecommerce-website-design-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ecommerce-website-design-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ecommerce-website-design-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-website-design-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-website-design-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services-mob {
    display: none;
  }
}
.ecommerce-website-design-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ecommerce-website-design-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.ecommerce-website-design-services-mob__header--heading span {
  color: #d1202d;
}
.ecommerce-website-design-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services-mob__header--text {
    padding-right: 340px;
  }
}
.ecommerce-website-design-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ecommerce-website-design-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-website-design-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ecommerce-website-design-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-website-design-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ecommerce-website-design-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ecommerce-website-design-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ecommerce-website-design-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.ecommerce-website-design-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ecommerce-website-design-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ecommerce-website-design-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ecommerce-website-design-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ecommerce-website-design-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-growth {
    margin-top: 60px;
  }
}
.ecommerce-website-design-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .ecommerce-website-design-growth__wrapper {
    padding: 24px;
  }
}
.ecommerce-website-design-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.ecommerce-website-design-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.ecommerce-website-design-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-website-design-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.ecommerce-website-design-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-website-design-casestudies {
  padding: 24px 0;
}
.ecommerce-website-design-casestudies__wrapper {
  overflow: hidden;
}
.ecommerce-website-design-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.ecommerce-website-design-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-website-design-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.ecommerce-website-design-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-website-design-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.ecommerce-website-design-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-website-design-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.ecommerce-website-design-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.ecommerce-website-design-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-website-design/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-website-design/case-study-img1.webp);
  }
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-website-design/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-website-design/case-study-img2.webp);
  }
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #f96e3b, #421504);
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #06b6d4, #002279);
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.ecommerce-website-design-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-website-design-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.ecommerce-website-design-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-website-design-history__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-website-design-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-website-design-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-website-design-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-history__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-website-design-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.ecommerce-website-design-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .ecommerce-website-design-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .ecommerce-website-design-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-history__wrapper--cards-card {
    padding: 24px;
  }
}
.ecommerce-website-design-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.ecommerce-website-design-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .ecommerce-website-design-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-website-design-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-website-design-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.ecommerce-website-design-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ecommerce-website-design-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .ecommerce-website-design-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.ecommerce-website-design-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.ecommerce-website-design-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .ecommerce-website-design-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-website-design-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-website-design-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-website-design-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-website-design-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.ecommerce-website-design-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.ecommerce-website-design-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .ecommerce-website-design-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-awards__wrapper {
    flex-direction: row;
  }
}
.ecommerce-website-design-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-website-design-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-awards__wrapper--col1 {
    width: 50%;
  }
}
.ecommerce-website-design-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-website-design-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-website-design-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-website-design-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.ecommerce-website-design-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.ecommerce-website-design-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-awards__wrapper--col2-award {
    width: 30%;
  }
}
.ecommerce-website-design-awards__wrapper--col2-award img {
  width: 100%;
}
.ecommerce-website-design-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.ecommerce-website-design-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-website-design/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.ecommerce-website-design-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-website-design-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.ecommerce-website-design-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-website-design-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-website-design-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-website-design-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.ecommerce-website-design-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-website-design-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.ecommerce-website-design-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.ecommerce-website-design-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.ecommerce-website-design-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.ecommerce-website-design-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-website-design-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .ecommerce-website-design-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-website-design-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-website-design-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-website-design-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-website-design-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.ecommerce-website-design-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-website-design-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-website-design-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-website-design-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-website-design-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-website-design-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.ecommerce-website-design-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-website-design-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.ecommerce-website-design-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-website-design-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.ecommerce-website-design-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-website-design-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.ecommerce-website-design-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-website-design-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.ecommerce-website-design-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-website-design-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .ecommerce-website-design-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.ecommerce-website-design-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.ecommerce-website-design-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-website-design-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.ecommerce-website-design-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.ecommerce-website-design-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.ecommerce-website-design-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-website-design-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-website-design-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.ecommerce-website-design-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-website-design-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-website-design-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-website-design-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-website-design-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-website-design-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-website-design-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-website-design-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.ecommerce-website-design-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.ecommerce-website-design-process__wrapper--cards-card:hover
  .ecommerce-website-design-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.ecommerce-website-design-process__wrapper--cards-card:hover
  .ecommerce-website-design-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .ecommerce-website-design-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.ecommerce-website-design-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ecommerce-website-design-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecommerce-website-design-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.ecommerce-website-design-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-website-design-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-website-design-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.ecommerce-website-design-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-website-design-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-website-design-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.ecommerce-website-design-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-website-design-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-website-design-toolsntech {
  padding: 60px 0;
}
.ecommerce-website-design-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-website-design-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-website-design-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-website-design-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-website-design-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.ecommerce-website-design-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.ecommerce-website-design-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.ecommerce-website-design-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.ecommerce-website-design-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.ecommerce-website-design-toolsntech__wrapper--cards .last-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.ecommerce-website-design-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-website-design-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.ecommerce-website-design-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.ecommerce-website-design-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.ecommerce-website-design-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-website-design-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.ecommerce-website-design-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-website-design-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-website-design-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-website-design-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.ecommerce-website-design-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.ecommerce-website-design-voices .left-gradient-shadow,
.ecommerce-website-design-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.ecommerce-website-design-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.ecommerce-website-design-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.ecommerce-website-design-voices__wrapper {
  overflow: hidden;
}
.ecommerce-website-design-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-website-design-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-website-design-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.ecommerce-website-design-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-website-design-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ecommerce-website-design {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-ecommerce-website-design {
    background-position: center center;
  }
}
.pin-section-ecommerce-website-design .ecommerce-website-design {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecommerce-website-design .ecommerce-website-design__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-website-design .ecommerce-website-design__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ecommerce-website-design .ecommerce-website-design__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-website-design
    .ecommerce-website-design__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-website-design
    .ecommerce-website-design__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecommerce-website-design
    .ecommerce-website-design__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-website-design
    .ecommerce-website-design__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-website-design
    .ecommerce-website-design__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-website-design
    .ecommerce-website-design__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-website-design
    .ecommerce-website-design__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-website-design
    .ecommerce-website-design__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecommerce-website-design
    .ecommerce-website-design__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecommerce-website-design
  .ecommerce-website-design__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-website-design
    .ecommerce-website-design__wrapper
    .mobile-cta {
    display: none;
  }
}
.ecommerce-website-design-faqs {
  padding: 60px 0;
}
.ecommerce-website-design-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-website-design-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-website-design-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-website-design-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.ecommerce-website-design-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-website-design-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.ecommerce-website-design-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.ecommerce-website-design-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ecommerce-website-design-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-website-design-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.ecommerce-ux-design-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-design-hero {
    padding-top: 130px;
  }
}
.ecommerce-ux-design-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.ecommerce-ux-design-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-design-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.ecommerce-ux-design-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-design-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.ecommerce-ux-design-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.ecommerce-ux-design-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-design-hero__wrapper--headings-img {
    width: 45%;
  }
}
.ecommerce-ux-design-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-design-hero__wrapper--desc {
    padding: 30px;
  }
}
.ecommerce-ux-design-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-design-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.ecommerce-ux-design-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.ecommerce-ux-design-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.ecommerce-ux-design-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .ecommerce-ux-design-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-ux-design-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-ux-design-hero__wrapper--desc-card:nth-child(4),
  .ecommerce-ux-design-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-ux-design-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-ux-design-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-ux-design-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-ux-design-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .ecommerce-ux-design-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.ecommerce-ux-design-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-ux-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-ux-design-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-ux-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.ecommerce-ux-design-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero__wrapper--img2 {
    display: none;
  }
}
.ecommerce-ux-design-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-hero__wrapper--img2 img {
    display: none;
  }
}
.ecommerce-ux-design-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-brands {
    margin-top: 60px;
  }
}
.ecommerce-ux-design-brands__wrapper {
  overflow: hidden;
}
.ecommerce-ux-design-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.ecommerce-ux-design-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-ux-design-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-ux-design-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-ux-design-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-ux-design-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-ux-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-ux-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.ecommerce-ux-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.ecommerce-ux-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.ecommerce-ux-design-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.ecommerce-ux-design-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-ux-design-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-ux-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ecommerce-ux-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ecommerce-ux-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ecommerce-ux-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-ux-services__header--heading {
    max-width: 80%;
  }
}
.ecommerce-ux-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-ux-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-ux-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .ecommerce-ux-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-ux-services__details {
    top: 220px;
  }
}
.ecommerce-ux-services__details {
  display: none;
}
.ecommerce-ux-services__details:first-of-type {
  display: block;
}
.ecommerce-ux-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-ux-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-ux-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .ecommerce-ux-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ecommerce-ux-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-ux-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-ux-services__details--heading {
  margin-bottom: 10px;
}
.ecommerce-ux-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.ecommerce-ux-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-ux-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-ux-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ecommerce-ux-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ecommerce-ux-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-ux-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ecommerce-ux-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-ux-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-services__slidesdiv--slide-img {
    bottom: 130px;
  }
}
.ecommerce-ux-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ecommerce-ux-services__slidesdiv #s-1 img {
  width: 40%;
}
.ecommerce-ux-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.ecommerce-ux-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ecommerce-ux-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ecommerce-ux-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ecommerce-ux-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.ecommerce-ux-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-ux-services__timeline {
    bottom: 15px;
  }
}
.ecommerce-ux-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ecommerce-ux-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ecommerce-ux-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-ux-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-ux-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ecommerce-ux-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ecommerce-ux-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ecommerce-ux-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-ux-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ecommerce-ux-services-mob {
    display: none;
  }
}
.ecommerce-ux-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ecommerce-ux-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.ecommerce-ux-services-mob__header--heading span {
  color: #d1202d;
}
.ecommerce-ux-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-services-mob__header--text {
    padding-right: 340px;
  }
}
.ecommerce-ux-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ecommerce-ux-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-ux-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-ux-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-ux-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-ux-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ecommerce-ux-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-ux-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-ux-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.ecommerce-ux-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ecommerce-ux-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ecommerce-ux-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ecommerce-ux-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.ecommerce-ux-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ecommerce-ux-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ecommerce-ux-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ecommerce-ux-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ecommerce-ux-design-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-growth {
    margin-top: 60px;
  }
}
.ecommerce-ux-design-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .ecommerce-ux-design-growth__wrapper {
    padding: 24px;
  }
}
.ecommerce-ux-design-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.ecommerce-ux-design-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.ecommerce-ux-design-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-ux-design-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.ecommerce-ux-design-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-ux-design-casestudies {
  padding: 24px 0;
}
.ecommerce-ux-design-casestudies__wrapper {
  overflow: hidden;
}
.ecommerce-ux-design-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.ecommerce-ux-design-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.ecommerce-ux-design-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.ecommerce-ux-design-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-ux-design-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.ecommerce-ux-design-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.ecommerce-ux-design-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider .slider .slides {
    padding-bottom: 50px;
  }
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-ux-design/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-ux-design/case-study-img1.webp);
  }
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-ux-design/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .ecommerce-ux-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-ux-design/case-study-img2.webp);
  }
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #ebbd03, #729307);
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #e6c47b, #9c5d22);
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.ecommerce-ux-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.ecommerce-ux-design-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-ux-design-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.ecommerce-ux-design-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-ux-design-history__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-ux-design-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-ux-design-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-ux-design-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-ux-design-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.ecommerce-ux-design-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.ecommerce-ux-design-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .ecommerce-ux-design-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .ecommerce-ux-design-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-history__wrapper--cards-card {
    padding: 24px;
  }
}
.ecommerce-ux-design-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.ecommerce-ux-design-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-ux-design-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-ux-design-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.ecommerce-ux-design-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ecommerce-ux-design-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .ecommerce-ux-design-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.ecommerce-ux-design-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.ecommerce-ux-design-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-ux-design-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-ux-design-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-ux-design-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-ux-design-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.ecommerce-ux-design-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.ecommerce-ux-design-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-awards__wrapper {
    flex-direction: row;
  }
}
.ecommerce-ux-design-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-awards__wrapper--col1 {
    width: 50%;
  }
}
.ecommerce-ux-design-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-ux-design-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-ux-design-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.ecommerce-ux-design-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.ecommerce-ux-design-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-awards__wrapper--col2-award {
    width: 30%;
  }
}
.ecommerce-ux-design-awards__wrapper--col2-award img {
  width: 100%;
}
.ecommerce-ux-design-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.ecommerce-ux-design-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-content-writing/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.ecommerce-ux-design-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-ux-design-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.ecommerce-ux-design-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-ux-design-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-ux-design-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-ux-design-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.ecommerce-ux-design-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.ecommerce-ux-design-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.ecommerce-ux-design-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.ecommerce-ux-design-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.ecommerce-ux-design-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-ux-design-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-ux-design-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-ux-design-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-ux-design-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-ux-design-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.ecommerce-ux-design-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-ux-design-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-ux-design-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-ux-design-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-ux-design-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-ux-design-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.ecommerce-ux-design-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-ux-design-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.ecommerce-ux-design-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-ux-design-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.ecommerce-ux-design-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-ux-design-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.ecommerce-ux-design-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-ux-design-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.ecommerce-ux-design-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .ecommerce-ux-design-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.ecommerce-ux-design-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.ecommerce-ux-design-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.ecommerce-ux-design-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.ecommerce-ux-design-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.ecommerce-ux-design-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-ux-design-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-ux-design-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.ecommerce-ux-design-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-ux-design-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-ux-design-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-ux-design-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-ux-design-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-ux-design-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-ux-design-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-ux-design-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.ecommerce-ux-design-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.ecommerce-ux-design-process__wrapper--cards-card:hover
  .ecommerce-ux-design-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.ecommerce-ux-design-process__wrapper--cards-card:hover
  .ecommerce-ux-design-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.ecommerce-ux-design-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ecommerce-ux-design-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecommerce-ux-design-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.ecommerce-ux-design-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-ux-design-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-ux-design-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.ecommerce-ux-design-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-ux-design-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-ux-design-toolsntech {
  padding: 60px 0;
}
.ecommerce-ux-design-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-ux-design-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-ux-design-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-ux-design-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-ux-design-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.ecommerce-ux-design-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.ecommerce-ux-design-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.ecommerce-ux-design-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotateDesign 3s linear infinite;
}
.ecommerce-ux-design-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotateMobdev 3s linear infinite;
}
.ecommerce-ux-design-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotatedBackend 3s linear infinite;
}
.ecommerce-ux-design-toolsntech__wrapper--cards .mob-dev-cardwrap:hover {
  animation: gradientRotateCloud 3s linear infinite;
}
.ecommerce-ux-design-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-ux-design-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.ecommerce-ux-design-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.ecommerce-ux-design-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.ecommerce-ux-design-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-ux-design-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.ecommerce-ux-design-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-ux-design-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-ux-design-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-ux-design-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.ecommerce-ux-design-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.ecommerce-ux-design-voices .left-gradient-shadow,
.ecommerce-ux-design-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.ecommerce-ux-design-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.ecommerce-ux-design-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.ecommerce-ux-design-voices__wrapper {
  overflow: hidden;
}
.ecommerce-ux-design-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-ux-design-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-ux-design-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.ecommerce-ux-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.ecommerce-ux-design-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-ux-design-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ux-design {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ux-design .ecommerce-ux-design {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-ux-design .ecommerce-ux-design__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .ecommerce-ux-design__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ux-design .ecommerce-ux-design__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .ecommerce-ux-design__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ux-design .ecommerce-ux-design__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ux-design .ecommerce-ux-design__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ux-design .ecommerce-ux-design__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ux-design .ecommerce-ux-design__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ux-design .ecommerce-ux-design__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ux-design .ecommerce-ux-design__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ux-design .ecommerce-ux-design__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ux-design .ecommerce-ux-design__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ux-design .ecommerce-ux-design__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .ecommerce-ux-design__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ux-design .ecommerce-ux-design__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ux-design .ecommerce-ux-design__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .ecommerce-ux-design__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .ecommerce-ux-design__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ux-design
    .ecommerce-ux-design__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ux-design
  .ecommerce-ux-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ux-design .ecommerce-ux-design__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ux-design .ecommerce-ux-design__wrapper .mobile-cta {
    display: none;
  }
}
.ecommerce-ux-design-faqs {
  padding: 60px 0;
}
.ecommerce-ux-design-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-ux-design-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.ecommerce-ux-design-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-ux-design-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.ecommerce-ux-design-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .ecommerce-ux-design-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .ecommerce-ux-design-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .ecommerce-ux-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .ecommerce-ux-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.ecommerce-ux-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.ecommerce-ux-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.ecommerce-ux-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.ecommerce-ux-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.ecommerce-ux-design-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.ecommerce-ux-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-ux-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-ux-design-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ecommerce-ux-design-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.ecommerce-ux-design-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.ecommerce-ux-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.ecommerce-ux-design-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ecommerce-ux-design-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-ux-design-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.ecommerce-integration-service-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-hero {
    padding-top: 130px;
  }
}
.ecommerce-integration-service-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.ecommerce-integration-service-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.ecommerce-integration-service-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.ecommerce-integration-service-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.ecommerce-integration-service-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-hero__wrapper--headings-img {
    width: 45%;
  }
}
.ecommerce-integration-service-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-hero__wrapper--desc {
    padding: 30px;
  }
}
.ecommerce-integration-service-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.ecommerce-integration-service-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.ecommerce-integration-service-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.ecommerce-integration-service-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .ecommerce-integration-service-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-integration-service-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-integration-service-hero__wrapper--desc-card:nth-child(4),
  .ecommerce-integration-service-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-integration-service-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-integration-service-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-integration-service-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-integration-service-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .ecommerce-integration-service-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.ecommerce-integration-service-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-integration-service-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-integration-service-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-integration-service-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.ecommerce-integration-service-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero__wrapper--img2 {
    display: none;
  }
}
.ecommerce-integration-service-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-hero__wrapper--img2 img {
    display: none;
  }
}
.ecommerce-integration-service-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-brands {
    margin-top: 60px;
  }
}
.ecommerce-integration-service-brands__wrapper {
  overflow: hidden;
}
.ecommerce-integration-service-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.ecommerce-integration-service-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-integration-service-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-integration-service-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-integration-service-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-integration-service-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-integration-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-integration-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.ecommerce-integration-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.ecommerce-integration-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.ecommerce-integration-service-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.ecommerce-integration-service-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-integration-service-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-integration-service-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ecommerce-integration-service-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ecommerce-integration-service-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services__header--heading {
    max-width: 80%;
  }
}
.ecommerce-integration-service-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-integration-service-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-integration-service-services__details {
    top: 220px;
  }
}
.ecommerce-integration-service-services__details {
  display: none;
}
.ecommerce-integration-service-services__details:first-of-type {
  display: block;
}
.ecommerce-integration-service-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-integration-service-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ecommerce-integration-service-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-integration-service-services__details--heading {
  margin-bottom: 10px;
}
.ecommerce-integration-service-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.ecommerce-integration-service-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-integration-service-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ecommerce-integration-service-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ecommerce-integration-service-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-integration-service-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ecommerce-integration-service-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.ecommerce-integration-service-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ecommerce-integration-service-services__slidesdiv #s-1 img {
  width: 40%;
}
.ecommerce-integration-service-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.ecommerce-integration-service-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ecommerce-integration-service-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ecommerce-integration-service-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ecommerce-integration-service-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.ecommerce-integration-service-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services__timeline {
    bottom: 15px;
  }
}
.ecommerce-integration-service-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ecommerce-integration-service-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ecommerce-integration-service-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-integration-service-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ecommerce-integration-service-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ecommerce-integration-service-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-integration-service-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services-mob {
    display: none;
  }
}
.ecommerce-integration-service-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ecommerce-integration-service-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.ecommerce-integration-service-services-mob__header--heading span {
  color: #d1202d;
}
.ecommerce-integration-service-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services-mob__header--text {
    padding-right: 340px;
  }
}
.ecommerce-integration-service-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ecommerce-integration-service-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-integration-service-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-integration-service-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-integration-service-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ecommerce-integration-service-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-integration-service-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ecommerce-integration-service-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ecommerce-integration-service-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ecommerce-integration-service-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.ecommerce-integration-service-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ecommerce-integration-service-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ecommerce-integration-service-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ecommerce-integration-service-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ecommerce-integration-service-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-growth {
    margin-top: 60px;
  }
}
.ecommerce-integration-service-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-growth__wrapper {
    padding: 24px;
  }
}
.ecommerce-integration-service-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.ecommerce-integration-service-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.ecommerce-integration-service-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-integration-service-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.ecommerce-integration-service-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-integration-service-casestudies {
  padding: 24px 0;
}
.ecommerce-integration-service-casestudies__wrapper {
  overflow: hidden;
}
.ecommerce-integration-service-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.ecommerce-integration-service-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.ecommerce-integration-service-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.ecommerce-integration-service-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-integration-service-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.ecommerce-integration-service-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.ecommerce-integration-service-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-integration-service/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-integration-service/case-study-img1.webp);
  }
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-integration-service/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .ecommerce-integration-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-integration-service/case-study-img2.webp);
  }
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #9baeec, #152768);
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #52acdc, #1a39d3);
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.ecommerce-integration-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.ecommerce-integration-service-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-integration-service-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.ecommerce-integration-service-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-integration-service-history__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-integration-service-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-integration-service-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-integration-service-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-history__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-integration-service-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.ecommerce-integration-service-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.ecommerce-integration-service-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .ecommerce-integration-service-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .ecommerce-integration-service-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-history__wrapper--cards-card {
    padding: 24px;
  }
}
.ecommerce-integration-service-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.ecommerce-integration-service-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-integration-service-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-integration-service-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.ecommerce-integration-service-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ecommerce-integration-service-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .ecommerce-integration-service-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.ecommerce-integration-service-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.ecommerce-integration-service-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-integration-service-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-integration-service-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-integration-service-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-integration-service-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.ecommerce-integration-service-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.ecommerce-integration-service-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-awards__wrapper {
    flex-direction: row;
  }
}
.ecommerce-integration-service-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-awards__wrapper--col1 {
    width: 50%;
  }
}
.ecommerce-integration-service-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-integration-service-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-integration-service-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.ecommerce-integration-service-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.ecommerce-integration-service-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-awards__wrapper--col2-award {
    width: 30%;
  }
}
.ecommerce-integration-service-awards__wrapper--col2-award img {
  width: 100%;
}
.ecommerce-integration-service-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.ecommerce-integration-service-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-integration-service/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.ecommerce-integration-service-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-integration-service-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.ecommerce-integration-service-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-integration-service-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-integration-service-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-integration-service-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.ecommerce-integration-service-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.ecommerce-integration-service-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.ecommerce-integration-service-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.ecommerce-integration-service-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.ecommerce-integration-service-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-integration-service-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-integration-service-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-integration-service-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-integration-service-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-integration-service-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.ecommerce-integration-service-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-integration-service-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-integration-service-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-integration-service-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-integration-service-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-integration-service-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.ecommerce-integration-service-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-integration-service-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.ecommerce-integration-service-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-integration-service-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.ecommerce-integration-service-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-integration-service-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.ecommerce-integration-service-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-integration-service-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.ecommerce-integration-service-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 768px) {
  .ecommerce-integration-service-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.ecommerce-integration-service-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.ecommerce-integration-service-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.ecommerce-integration-service-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.ecommerce-integration-service-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.ecommerce-integration-service-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-integration-service-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-integration-service-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.ecommerce-integration-service-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-integration-service-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-integration-service-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-integration-service-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-integration-service-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-integration-service-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-integration-service-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-integration-service-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.ecommerce-integration-service-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.ecommerce-integration-service-process__wrapper--cards-card:hover
  .ecommerce-integration-service-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.ecommerce-integration-service-process__wrapper--cards-card:hover
  .ecommerce-integration-service-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.ecommerce-integration-service-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ecommerce-integration-service-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecommerce-integration-service-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.ecommerce-integration-service-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-integration-service-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.ecommerce-integration-service-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-integration-service-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.ecommerce-integration-service-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-integration-service-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-integration-service-toolsntech {
  padding: 60px 0;
}
.ecommerce-integration-service-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-integration-service-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-integration-service-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-integration-service-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-integration-service-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.ecommerce-integration-service-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.ecommerce-integration-service-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-toolsntech__wrapper--cards-cardwrap {
    width: 31%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.ecommerce-integration-service-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotateMobdev 3s linear infinite;
}
.ecommerce-integration-service-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotateDesign 3s linear infinite;
}
.ecommerce-integration-service-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedBackend 3s linear infinite;
}
.ecommerce-integration-service-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.ecommerce-integration-service-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-integration-service-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.ecommerce-integration-service-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.ecommerce-integration-service-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.ecommerce-integration-service-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-integration-service-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.ecommerce-integration-service-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-integration-service-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-integration-service-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-integration-service-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.ecommerce-integration-service-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.ecommerce-integration-service-voices .left-gradient-shadow,
.ecommerce-integration-service-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.ecommerce-integration-service-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.ecommerce-integration-service-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.ecommerce-integration-service-voices__wrapper {
  overflow: hidden;
}
.ecommerce-integration-service-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-integration-service-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-integration-service-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.ecommerce-integration-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.ecommerce-integration-service-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-integration-service-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ecommerce-integration-service {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-ecommerce-integration-service {
    background-position: center center;
  }
}
.pin-section-ecommerce-integration-service .ecommerce-integration-service {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecommerce-integration-service
  .ecommerce-integration-service__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecommerce-integration-service
    .ecommerce-integration-service__wrapper
    .mobile-cta {
    display: none;
  }
}
.ecommerce-integration-service-faqs {
  padding: 60px 0;
}
.ecommerce-integration-service-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-integration-service-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.ecommerce-integration-service-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-integration-service-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .ecommerce-integration-service-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .ecommerce-integration-service-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .ecommerce-integration-service-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .ecommerce-integration-service-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ecommerce-integration-service-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.ecommerce-integration-service-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.ecommerce-integration-service-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ecommerce-integration-service-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-integration-service-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.real-estate-email-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/public/assets/img/industries-pages/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-hero {
    padding-top: 130px;
  }
}
.real-estate-email-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.real-estate-email-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.real-estate-email-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.real-estate-email-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.real-estate-email-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.real-estate-email-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.real-estate-email-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.real-estate-email-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.real-estate-email-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.real-estate-email-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .real-estate-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .real-estate-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .real-estate-email-marketing-hero__wrapper--desc-card:nth-child(4),
  .real-estate-email-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .real-estate-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .real-estate-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .real-estate-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .real-estate-email-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .real-estate-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.real-estate-email-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.real-estate-email-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.real-estate-email-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.real-estate-email-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.real-estate-email-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-brands {
    margin-top: 60px;
  }
}
.real-estate-email-marketing-brands__wrapper {
  overflow: hidden;
}
.real-estate-email-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-email-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-email-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.real-estate-email-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-email-marketing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.real-estate-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.real-estate-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.real-estate-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.real-estate-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.real-estate-email-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.real-estate-email-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-email-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-email-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.real-estate-email-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.real-estate-email-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services__header--heading {
    max-width: 80%;
  }
}
.real-estate-email-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-email-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-email-marketing-services__details {
    top: 220px;
  }
}
.real-estate-email-marketing-services__details {
  display: none;
}
.real-estate-email-marketing-services__details:first-of-type {
  display: block;
}
.real-estate-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.real-estate-email-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-email-marketing-services__details--heading {
  margin-bottom: 10px;
}
.real-estate-email-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.real-estate-email-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-email-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .real-estate-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .real-estate-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.real-estate-email-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.real-estate-email-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.real-estate-email-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.real-estate-email-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.real-estate-email-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.real-estate-email-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.real-estate-email-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.real-estate-email-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.real-estate-email-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.real-estate-email-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services__timeline {
    bottom: 15px;
  }
}
.real-estate-email-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.real-estate-email-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.real-estate-email-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-email-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .real-estate-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .real-estate-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-email-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services-mob {
    display: none;
  }
}
.real-estate-email-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.real-estate-email-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.real-estate-email-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.real-estate-email-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.real-estate-email-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.real-estate-email-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-email-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.real-estate-email-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-email-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.real-estate-email-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.real-estate-email-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.real-estate-email-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.real-estate-email-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.real-estate-email-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.real-estate-email-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.real-estate-email-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.real-estate-email-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-growth {
    margin-top: 60px;
  }
}
.real-estate-email-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-growth__wrapper {
    padding: 24px;
  }
}
.real-estate-email-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.real-estate-email-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.real-estate-email-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.real-estate-email-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.real-estate-email-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-email-marketing-casestudies {
  padding: 24px 0;
}
.real-estate-email-marketing-casestudies__wrapper {
  overflow: hidden;
}
.real-estate-email-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.real-estate-email-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.real-estate-email-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 52px;
  }
}
.real-estate-email-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-email-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.real-estate-email-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.real-estate-email-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/public/assets/img/industries-pages/real-estate-seo-services/behe-cs-mbl-bg.webp);
}
@media (min-width: 768px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/public/assets/img/industries-pages/real-estate-seo-services/behmothz-labbg.webp);
  }
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-integration/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-integration/case-study-img2.webp);
  }
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(104.53deg, #55b15d -31.62%, #1b612e 160.98%);
  transition: width linear;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  #casestudy-progress1
  span {
  background: linear-gradient(105.14deg, #5993ff -30.82%, #00293a 160.87%);
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.real-estate-email-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-email-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.real-estate-email-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-email-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-email-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-email-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-email-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-email-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.real-estate-email-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.real-estate-email-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .real-estate-email-marketing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .real-estate-email-marketing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.real-estate-email-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.real-estate-email-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-email-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-email-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.real-estate-email-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.real-estate-email-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .real-estate-email-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.real-estate-email-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.real-estate-email-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-email-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-email-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-email-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-email-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.real-estate-email-marketing-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.real-estate-email-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.real-estate-email-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.real-estate-email-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.real-estate-email-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-email-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.real-estate-email-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.real-estate-email-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.real-estate-email-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.real-estate-email-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.real-estate-email-marketing-why-choose {
  background-image: url(/build/assets/why-choose-gb-DZDzUW9I.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.real-estate-email-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-email-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.real-estate-email-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-email-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-email-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-email-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.real-estate-email-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.real-estate-email-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.real-estate-email-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.real-estate-email-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.real-estate-email-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .real-estate-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-email-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-email-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-email-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-email-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-email-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.real-estate-email-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-email-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-email-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.real-estate-email-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-email-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-email-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.real-estate-email-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.real-estate-email-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.real-estate-email-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-email-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.real-estate-email-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-email-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.real-estate-email-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-email-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.real-estate-email-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.real-estate-email-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.real-estate-email-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.real-estate-email-marketing-excellence__wrapper--cards #card6 {
  background-color: #f1fbff66;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-email-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.real-estate-email-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.real-estate-email-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-email-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-email-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.real-estate-email-marketing-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-email-marketing/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-email-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-email-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-email-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-email-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-email-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-email-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.real-estate-email-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.real-estate-email-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.real-estate-email-marketing-process__wrapper--cards-card:hover
  .real-estate-email-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.real-estate-email-marketing-process__wrapper--cards-card:hover
  .real-estate-email-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.real-estate-email-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.real-estate-email-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.real-estate-email-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.real-estate-email-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-email-marketing-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.real-estate-email-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-email-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.real-estate-email-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-email-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-email-marketing-toolsntech {
  padding: 60px 0;
}
.real-estate-email-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-email-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.real-estate-email-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-email-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.real-estate-email-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.real-estate-email-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-toolsntech__wrapper--cards-cardwrap.card-1,
  .real-estate-email-marketing-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .real-estate-email-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.real-estate-email-marketing-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.real-estate-email-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.real-estate-email-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .real-estate-email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.real-estate-email-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.real-estate-email-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.real-estate-email-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.real-estate-email-marketing-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-email-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-email-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-email-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.pin-section-ecomappdev {
  background-image: url(/public/assets/img/industries-pages/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ecomappdev .real-estate-email-marketing-ecomappdev {
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecomappdev .real-estate-email-marketing-ecomappdev__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-email-marketing-ecomappdev__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: unset;
  }
}
.pin-section-ecomappdev .real-estate-email-marketing-ecomappdev__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-email-marketing-ecomappdev__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-email-marketing-ecomappdev__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecomappdev
    .real-estate-email-marketing-ecomappdev__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-email-marketing-ecomappdev__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-email-marketing-ecomappdev__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-email-marketing-ecomappdev__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecomappdev
    .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecomappdev
  .real-estate-email-marketing-ecomappdev__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-email-marketing-ecomappdev__wrapper
    .mobile-cta {
    display: none;
  }
}
.real-estate-email-marketing-faqs {
  padding: 60px 0;
}
.real-estate-email-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-email-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.real-estate-email-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-email-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.real-estate-email-marketing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .real-estate-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .real-estate-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .real-estate-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .real-estate-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .real-estate-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    font-size: 20px;
    padding: 0;
  }
}
.real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.real-estate-email-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.real-estate-email-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-email-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.ecommerce-seo-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-seo-hero {
    padding-top: 130px;
  }
}
.ecommerce-seo-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.ecommerce-seo-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-seo-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-seo-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.ecommerce-seo-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .ecommerce-seo-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.ecommerce-seo-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.ecommerce-seo-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-seo-hero__wrapper--headings-img {
    width: 45%;
  }
}
.ecommerce-seo-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-seo-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
.ecommerce-seo-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-seo-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.ecommerce-seo-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .ecommerce-seo-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.ecommerce-seo-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-seo-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.ecommerce-seo-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-seo-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .ecommerce-seo-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-seo-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-seo-hero__wrapper--desc-card:nth-child(4),
  .ecommerce-seo-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-seo-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-seo-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-seo-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-seo-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .ecommerce-seo-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.ecommerce-seo-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-seo-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-seo-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-seo-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.ecommerce-seo-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero__wrapper--img2 {
    display: none;
  }
}
.ecommerce-seo-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .ecommerce-seo-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-hero__wrapper--img2 img {
    display: none;
  }
}
.ecommerce-seo-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .ecommerce-seo-brands {
    margin-top: 60px;
  }
}
.ecommerce-seo-brands__wrapper {
  overflow: hidden;
}
.ecommerce-seo-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-seo-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-seo-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-seo-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-seo-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.ecommerce-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-seo-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.ecommerce-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.ecommerce-seo-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.ecommerce-seo-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-seo-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-seo-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ecommerce-seo-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ecommerce-seo-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ecommerce-seo-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-seo-services__header--heading {
    max-width: 80%;
  }
}
.ecommerce-seo-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-seo-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-seo-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .ecommerce-seo-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-seo-services__details {
    top: 220px;
  }
}
.ecommerce-seo-services__details {
  display: none;
}
.ecommerce-seo-services__details:first-of-type {
  display: block;
}
.ecommerce-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-seo-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .ecommerce-seo-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ecommerce-seo-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-seo-services__details--heading {
  margin-bottom: 10px;
}
.ecommerce-seo-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.ecommerce-seo-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-seo-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-seo-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-seo-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ecommerce-seo-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-seo-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-services__slidesdiv--slide-img {
    bottom: 130px;
  }
}
.ecommerce-seo-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ecommerce-seo-services__slidesdiv #s-1 img {
  width: 40%;
}
.ecommerce-seo-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.ecommerce-seo-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ecommerce-seo-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ecommerce-seo-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ecommerce-seo-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.ecommerce-seo-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-seo-services__timeline {
    bottom: 15px;
  }
}
.ecommerce-seo-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ecommerce-seo-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ecommerce-seo-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-seo-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ecommerce-seo-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-seo-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ecommerce-seo-services-mob {
    display: none;
  }
}
.ecommerce-seo-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ecommerce-seo-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.ecommerce-seo-services-mob__header--heading span {
  color: #d1202d;
}
.ecommerce-seo-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-services-mob__header--text {
    padding-right: 340px;
  }
}
.ecommerce-seo-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ecommerce-seo-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-seo-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ecommerce-seo-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-seo-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ecommerce-seo-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ecommerce-seo-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ecommerce-seo-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.ecommerce-seo-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ecommerce-seo-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ecommerce-seo-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ecommerce-seo-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ecommerce-seo-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-seo-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-growth {
    margin-top: 60px;
  }
}
.ecommerce-seo-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .ecommerce-seo-growth__wrapper {
    padding: 24px;
  }
}
.ecommerce-seo-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .ecommerce-seo-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.ecommerce-seo-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.ecommerce-seo-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-seo-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-seo-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-seo-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.ecommerce-seo-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-seo-casestudies {
  padding: 24px 0;
}
.ecommerce-seo-casestudies__wrapper {
  overflow: hidden;
}
.ecommerce-seo-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.ecommerce-seo-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-seo-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.ecommerce-seo-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-seo-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 52px;
  }
}
.ecommerce-seo-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-seo-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecommerce-seo-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.ecommerce-seo-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.ecommerce-seo-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider .slider .slides {
    padding-bottom: 50px;
  }
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider .slider .slides .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-seo-services/behe-cs-mbl-bg.webp);
}
@media (min-width: 768px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-seo-services/behmothz-labbg.webp);
  }
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-seo-services/meesho-cs-mbl-bg.webp);
}
@media (min-width: 768px) {
  .ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-seo-services/meesho-bg.webp);
  }
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(104.53deg, #ff86dd -31.62%, #1c00d0 160.98%);
  transition: width linear;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  #casestudy-progress1
  span {
  background: linear-gradient(105.14deg, #5993ff -30.82%, #00293a 160.87%);
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.ecommerce-seo-casestudies__wrapper--casestudy-slider .slider-nav-arrow .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.ecommerce-seo-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-seo-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.ecommerce-seo-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-seo-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-seo-history__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-seo-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-seo-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-seo-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-seo-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.ecommerce-seo-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-seo-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.ecommerce-seo-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .ecommerce-seo-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .ecommerce-seo-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-history__wrapper--cards-card {
    padding: 24px;
  }
}
.ecommerce-seo-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.ecommerce-seo-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .ecommerce-seo-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-seo-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-seo-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.ecommerce-seo-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-seo-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.ecommerce-seo-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .ecommerce-seo-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.ecommerce-seo-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.ecommerce-seo-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .ecommerce-seo-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-seo-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-seo-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-seo-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-seo-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.ecommerce-seo-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-seo-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.ecommerce-seo-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .ecommerce-seo-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-awards__wrapper {
    flex-direction: row;
  }
}
.ecommerce-seo-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-seo-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-awards__wrapper--col1 {
    width: 50%;
  }
}
.ecommerce-seo-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-seo-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-seo-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-seo-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .ecommerce-seo-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.ecommerce-seo-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecommerce-seo-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.ecommerce-seo-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ecommerce-seo-awards__wrapper--col2-award {
    width: 30%;
  }
}
.ecommerce-seo-awards__wrapper--col2-award img {
  width: 100%;
}
.ecommerce-seo-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .ecommerce-seo-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.ecommerce-seo-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-seo-services/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.ecommerce-seo-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-seo-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.ecommerce-seo-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-seo-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-seo-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-seo-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-seo-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.ecommerce-seo-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-seo-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.ecommerce-seo-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .ecommerce-seo-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.ecommerce-seo-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.ecommerce-seo-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.ecommerce-seo-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-seo-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-seo-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-seo-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .ecommerce-seo-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-seo-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-seo-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-seo-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-seo-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-seo-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.ecommerce-seo-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-seo-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-seo-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecommerce-seo-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-seo-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-seo-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-seo-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.ecommerce-seo-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.ecommerce-seo-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.ecommerce-seo-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-seo-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.ecommerce-seo-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-seo-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.ecommerce-seo-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-seo-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.ecommerce-seo-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-seo-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.ecommerce-seo-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-seo-excellence__wrapper--cards #card6 {
  background-color: #f1fbff66;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-seo-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.ecommerce-seo-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.ecommerce-seo-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-seo-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-seo-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-seo-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.ecommerce-seo-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .ecommerce-seo-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-seo-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-seo-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-seo-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-seo-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-seo-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-seo-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-seo-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-seo-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.ecommerce-seo-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.ecommerce-seo-process__wrapper--cards-card:hover
  .ecommerce-seo-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.ecommerce-seo-process__wrapper--cards-card:hover
  .ecommerce-seo-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .ecommerce-seo-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.ecommerce-seo-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ecommerce-seo-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecommerce-seo-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.ecommerce-seo-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-seo-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-seo-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.ecommerce-seo-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-seo-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-seo-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-seo-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.ecommerce-seo-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-seo-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-seo-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-seo-toolsntech {
  padding: 60px 0;
}
.ecommerce-seo-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-seo-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-toolsntech__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-seo-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-seo-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-seo-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-seo-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ecommerce-seo-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.ecommerce-seo-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.ecommerce-seo-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .ecommerce-seo-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-toolsntech__wrapper--cards-cardwrap {
    width: 32%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.ecommerce-seo-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.ecommerce-seo-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.ecommerce-seo-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.ecommerce-seo-toolsntech__wrapper--cards .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.ecommerce-seo-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .ecommerce-seo-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-seo-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.ecommerce-seo-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.ecommerce-seo-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.ecommerce-seo-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-seo-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.ecommerce-seo-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-seo-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-seo-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-seo-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev {
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: unset;
  }
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .ecommerce-seo-ecomappdev__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .ecommerce-seo-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecomappdev
    .ecommerce-seo-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecomappdev
  .ecommerce-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .ecommerce-seo-ecomappdev__wrapper .mobile-cta {
    display: none;
  }
}
.ecommerce-seo-faqs {
  padding: 60px 0;
}
.ecommerce-seo-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-seo-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-seo-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-seo-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.ecommerce-seo-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ecommerce-seo-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    font-size: 20px;
    padding: 0;
  }
}
.ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.ecommerce-seo-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ecommerce-seo-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-seo-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.ecommerce-quality-assurance-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-hero {
    padding-top: 130px;
  }
}
.ecommerce-quality-assurance-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.ecommerce-quality-assurance-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.ecommerce-quality-assurance-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 40c0px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 420px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-hero__wrapper--headings-img {
    width: 100%;
    max-width: 470px;
  }
}
.ecommerce-quality-assurance-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
.ecommerce-quality-assurance-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.ecommerce-quality-assurance-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.ecommerce-quality-assurance-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.ecommerce-quality-assurance-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(4),
  .ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.ecommerce-quality-assurance-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero__wrapper--img2 {
    display: none;
  }
}
.ecommerce-quality-assurance-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-hero__wrapper--img2 img {
    display: none;
  }
}
.ecommerce-quality-assurance-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-brands {
    margin-top: 60px;
  }
}
.ecommerce-quality-assurance-brands__wrapper {
  overflow: hidden;
}
.ecommerce-quality-assurance-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.ecommerce-quality-assurance-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-quality-assurance-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-quality-assurance-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-quality-assurance-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-quality-assurance-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.ecommerce-quality-assurance-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.ecommerce-quality-assurance-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-quality-assurance-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-quality-assurance-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ecommerce-quality-assurance-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ecommerce-quality-assurance-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services__header--heading {
    max-width: 80%;
  }
}
.ecommerce-quality-assurance-services__header--heading-link {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.ecommerce-quality-assurance-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-quality-assurance-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-quality-assurance-services__details {
    top: 220px;
  }
}
.ecommerce-quality-assurance-services__details {
  display: none;
}
.ecommerce-quality-assurance-services__details:first-of-type {
  display: block;
}
.ecommerce-quality-assurance-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-quality-assurance-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ecommerce-quality-assurance-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-quality-assurance-services__details--heading {
  margin-bottom: 10px;
}
.ecommerce-quality-assurance-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.ecommerce-quality-assurance-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-quality-assurance-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-quality-assurance-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ecommerce-quality-assurance-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 165px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services__slidesdiv--slide-img {
    bottom: 90px;
  }
}
.ecommerce-quality-assurance-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ecommerce-quality-assurance-services__slidesdiv #s-1 img {
  width: 40%;
}
.ecommerce-quality-assurance-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.ecommerce-quality-assurance-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ecommerce-quality-assurance-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ecommerce-quality-assurance-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ecommerce-quality-assurance-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.ecommerce-quality-assurance-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services__timeline {
    bottom: 15px;
  }
}
.ecommerce-quality-assurance-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ecommerce-quality-assurance-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ecommerce-quality-assurance-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-quality-assurance-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-quality-assurance-services-mob {
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services-mob {
    display: none;
  }
}
.ecommerce-quality-assurance-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ecommerce-quality-assurance-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.ecommerce-quality-assurance-services-mob__header--heading span {
  color: #d1202d;
}
.ecommerce-quality-assurance-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services-mob__header--text {
    padding-right: 340px;
  }
}
.ecommerce-quality-assurance-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ecommerce-quality-assurance-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-quality-assurance-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-quality-assurance-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.ecommerce-quality-assurance-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ecommerce-quality-assurance-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ecommerce-quality-assurance-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ecommerce-quality-assurance-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.ecommerce-quality-assurance-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ecommerce-quality-assurance-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ecommerce-quality-assurance-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ecommerce-quality-assurance-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ecommerce-quality-assurance-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-growth {
    margin-top: 60px;
  }
}
.ecommerce-quality-assurance-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-growth__wrapper {
    padding: 24px;
  }
}
.ecommerce-quality-assurance-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.ecommerce-quality-assurance-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.ecommerce-quality-assurance-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-quality-assurance-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.ecommerce-quality-assurance-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-quality-assurance-casestudies {
  padding: 24px 0;
}
.ecommerce-quality-assurance-casestudies__wrapper {
  overflow: hidden;
}
.ecommerce-quality-assurance-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-quality-assurance-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-quality-assurance/case-study-bg.webp);
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-quality-assurance/case-study-mobbg.webp);
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-quality-assurance/case-study-bg2.webp);
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-quality-assurance/case-study-mobbg2.webp);
  }
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(105.14deg, #8f97ce -30.82%, #00293a 160.87%);
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(106.24deg, #06b6d4 4.31%, #002279 98.12%);
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.ecommerce-quality-assurance-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-quality-assurance-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.ecommerce-quality-assurance-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-quality-assurance-history__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-quality-assurance-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-quality-assurance-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-quality-assurance-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-quality-assurance-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.ecommerce-quality-assurance-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.ecommerce-quality-assurance-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .ecommerce-quality-assurance-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .ecommerce-quality-assurance-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-history__wrapper--cards-card {
    padding: 24px;
  }
}
.ecommerce-quality-assurance-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.ecommerce-quality-assurance-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-quality-assurance-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-quality-assurance-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.ecommerce-quality-assurance-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ecommerce-quality-assurance-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.ecommerce-quality-assurance-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.ecommerce-quality-assurance-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-quality-assurance-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-quality-assurance-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-quality-assurance-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-quality-assurance-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.ecommerce-quality-assurance-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.ecommerce-quality-assurance-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-awards__wrapper {
    flex-direction: row;
  }
}
.ecommerce-quality-assurance-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-awards__wrapper--col1 {
    width: 50%;
  }
}
.ecommerce-quality-assurance-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-quality-assurance-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-quality-assurance-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.ecommerce-quality-assurance-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.ecommerce-quality-assurance-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-awards__wrapper--col2-award {
    width: 30%;
  }
}
.ecommerce-quality-assurance-awards__wrapper--col2-award img {
  width: 100%;
}
.ecommerce-quality-assurance-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.ecommerce-quality-assurance-why-chose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-quality-assurance/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.ecommerce-quality-assurance-why-chose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-quality-assurance-why-chose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-why-chose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.ecommerce-quality-assurance-why-chose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-why-chose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-why-chose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-quality-assurance-why-chose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-quality-assurance-why-chose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-quality-assurance-why-chose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.ecommerce-quality-assurance-why-chose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-why-chose__wrapper--cards-card {
    flex-direction: row;
  }
}
.ecommerce-quality-assurance-why-chose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-why-chose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.ecommerce-quality-assurance-why-chose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.ecommerce-quality-assurance-why-chose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.ecommerce-quality-assurance-why-chose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-why-chose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-why-chose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-why-chose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-quality-assurance-why-chose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-quality-assurance-why-chose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-why-chose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-quality-assurance-why-chose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-quality-assurance-why-chose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-quality-assurance-why-chose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-why-chose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-quality-assurance-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-quality-assurance/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.ecommerce-quality-assurance-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-quality-assurance-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-quality-assurance-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-quality-assurance-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-quality-assurance-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-quality-assurance-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.ecommerce-quality-assurance-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-quality-assurance-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.ecommerce-quality-assurance-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-quality-assurance-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.ecommerce-quality-assurance-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-quality-assurance-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.ecommerce-quality-assurance-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-quality-assurance-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.ecommerce-quality-assurance-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.ecommerce-quality-assurance-excellence__wrapper--cards #card5 .txt {
  color: #1c1c1c;
}
.ecommerce-quality-assurance-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.ecommerce-quality-assurance-excellence__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
}
.ecommerce-quality-assurance-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.ecommerce-quality-assurance-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-quality-assurance-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-quality-assurance-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.our-industries-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-quality-assurance/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
.ecommerce-quality-assurance-toolsntech {
  padding: 60px 0;
}
.ecommerce-quality-assurance-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-quality-assurance-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-quality-assurance-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
    width: 49%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotateDesign 3s linear infinite;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedBackend 3s linear infinite;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotateCloud 3s linear infinite;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotateMobdev 3s linear infinite;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-quality-assurance-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-quality-assurance-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-quality-assurance/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.our-industries-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.our-industries-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.project-documentation-hero {
  padding-top: 100px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/project-documentation/hero-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.project-documentation-hero__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.project-documentation-hero__wrapper--uper {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .project-documentation-hero__wrapper--uper {
    flex-direction: row;
    gap: 60px;
  }
}
.project-documentation-hero__wrapper--uper-left {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1024px) {
  .project-documentation-hero__wrapper--uper-left {
    max-width: 52%;
  }
}
.project-documentation-hero__wrapper--uper-left p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-hero__wrapper--uper-left p {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .project-documentation-hero__wrapper--uper-left p {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.project-documentation-hero__wrapper--uper-left-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .project-documentation-hero__wrapper--uper-left-heading {
    text-align: start;
    max-width: 85%;
  }
}
@media (min-width: 1024px) {
  .project-documentation-hero__wrapper--uper-left-heading {
    max-width: 100%;
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .project-documentation-hero__wrapper--uper-left-heading {
    font-size: 48px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .project-documentation-hero__wrapper--uper-left-heading {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.project-documentation-hero__wrapper--uper-left-heading-primary {
  color: #d1202d;
  display: block;
}
@media (min-width: 576px) {
  .project-documentation-hero__wrapper--uper-left-heading-primary {
    display: inline;
  }
}
.project-documentation-hero__wrapper--uper-left-heading-secondary {
  font-weight: 400;
  color: #4e4e4e;
  font-style: italic;
  display: block;
  font-size: 22px;
}
@media (min-width: 576px) {
  .project-documentation-hero__wrapper--uper-left-heading-secondary {
    font-size: 36px;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .project-documentation-hero__wrapper--uper-left-heading-secondary {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .project-documentation-hero__wrapper--uper-left-heading-secondary {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .project-documentation-hero__wrapper--uper-left-heading-secondary {
    font-size: 60px;
    line-height: 84px;
  }
}
.project-documentation-hero__wrapper--uper-right {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .project-documentation-hero__wrapper--uper-right {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .project-documentation-hero__wrapper--uper-right {
    max-width: 45%;
  }
}
.project-documentation-hero__wrapper--uper-right img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .project-documentation-hero__wrapper--uper-right img {
    max-width: 553px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-hero__wrapper--uper-right img {
    max-width: 100%;
  }
}
.project-documentation-hero__wrapper--uper-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
@media (min-width: 576px) {
  .project-documentation-hero__wrapper--uper-btns {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .project-documentation-hero__wrapper--uper-btns {
    align-items: start;
    justify-content: left;
  }
}
.project-documentation-hero__wrapper--uper-btns a {
  text-align: center;
  padding: 16px;
}
@media (min-width: 576px) {
  .project-documentation-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .project-documentation-hero__wrapper--uper-btns a {
    padding: 16px;
    width: 250px;
  }
}
.project-documentation-hero__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
}
.project-documentation-hero__wrapper--bottom-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 48%;
}
@media (min-width: 768px) {
  .project-documentation-hero__wrapper--bottom-card {
    width: 33%;
  }
}
.project-documentation-hero__wrapper--bottom-card:nth-child(1),
.project-documentation-hero__wrapper--bottom-card:nth-child(3),
.project-documentation-hero__wrapper--bottom-card:nth-child(5) {
  border-right: 1px solid rgb(255, 255, 255);
}
.project-documentation-hero__wrapper--bottom-card:nth-child(1),
.project-documentation-hero__wrapper--bottom-card:nth-child(2),
.project-documentation-hero__wrapper--bottom-card:nth-child(3),
.project-documentation-hero__wrapper--bottom-card:nth-child(4) {
  border-bottom: 1px solid rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .project-documentation-hero__wrapper--bottom-card:nth-child(1),
  .project-documentation-hero__wrapper--bottom-card:nth-child(2),
  .project-documentation-hero__wrapper--bottom-card:nth-child(4),
  .project-documentation-hero__wrapper--bottom-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .project-documentation-hero__wrapper--bottom-card:nth-child(1),
  .project-documentation-hero__wrapper--bottom-card:nth-child(2),
  .project-documentation-hero__wrapper--bottom-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .project-documentation-hero__wrapper--bottom-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .project-documentation-hero__wrapper--bottom-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.project-documentation-hero__wrapper--bottom-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .project-documentation-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-hero__wrapper--bottom-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.project-documentation-hero__wrapper--bottom-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .project-documentation-hero__wrapper--bottom-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-hero__wrapper--bottom-carddesc {
    font-size: 16px;
  }
}
.project-documentation-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .project-documentation-brands {
    margin-top: 60px;
  }
}
.project-documentation-brands__wrapper {
  overflow: hidden;
}
.project-documentation-brands__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.project-documentation-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.project-documentation-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.project-documentation-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.project-documentation-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.project-documentation-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.project-documentation-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.project-documentation-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .project-documentation-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.project-documentation-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.project-documentation-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.project-documentation-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.project-documentation-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.project-documentation-services {
  padding: 60px 0;
}
.project-documentation-services__wrapper--txts {
  margin-bottom: 32px;
}
.project-documentation-services__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .project-documentation-services__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-services__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.project-documentation-services__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.project-documentation-services__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.project-documentation-services__wrapper .pin-section-1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-documentation-services__wrapper--cards {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.project-documentation-services__wrapper--cards-cardwraper {
  width: 100%;
  transition: background-color 0.6s ease;
  background-color: #0009;
  padding: 24px;
  border-radius: 24px;
  gap: 16px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .project-documentation-services__wrapper--cards-cardwraper {
    min-width: 48%;
  }
}
@media (min-width: 1200px) {
  .project-documentation-services__wrapper--cards-cardwraper {
    min-width: 32%;
  }
}
.project-documentation-services__wrapper--cards #service-card1 {
  background-color: #f2d59f1f;
}
.project-documentation-services__wrapper--cards #service-card2 {
  background-color: #d56b4f1f;
}
.project-documentation-services__wrapper--cards #service-card3 {
  background-color: #0185c51f;
}
.project-documentation-services__wrapper--cards #service-card4 {
  background-color: #df12331f;
}
.project-documentation-services__wrapper--cards #service-card5 {
  background-color: #89a4531f;
}
.project-documentation-services__wrapper--cards #service-card6 {
  background-color: #5b3a351f;
}
.project-documentation-services__wrapper--cards-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.project-documentation-services__wrapper--cards-cardbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.project-documentation-services__wrapper--cards-cardbodyhead {
  font-size: 20px;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #181818;
  font-weight: 600;
  min-height: 60px;
}
@media (min-width: 768px) {
  .project-documentation-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 42px;
    min-height: 80px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .project-documentation-services__wrapper--cards-cardbodyhead {
    font-size: 24px;
    line-height: 36px;
    min-height: 80px;
  }
}
@media (min-width: 1200px) {
  .project-documentation-services__wrapper--cards-cardbodyhead {
    font-size: 36px;
    line-height: 50px;
    min-height: 100px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .project-documentation-services__wrapper--cards-cardbodyhead {
    font-size: 28px;
    line-height: 40px;
    min-height: 100px;
  }
}
.project-documentation-services__wrapper--cards-cardbodydesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: left;
  word-break: normal;
  margin-bottom: 12px;
  flex: 1;
  min-height: 40px;
}
@media (min-width: 768px) {
  .project-documentation-services__wrapper--cards-cardbodydesc {
    font-size: 18px;
    line-height: 30px;
    min-height: 140px;
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  .project-documentation-services__wrapper--cards-cardbodydesc {
    font-size: 14px;
    line-height: 24px;
    min-height: 120px;
  }
}
.project-documentation-services__wrapper--cards-cardimage {
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.project-documentation-services__wrapper--cards-cardimage img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.project-documentation-services__wrapper--cta {
  padding-top: 0;
  text-align: center;
}
.project-documentation-services__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.project-documentation-services__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .project-documentation-services__wrapper--cta a {
    width: max-content;
    padding: 16px 46px;
  }
}
.project-documentation-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .project-documentation-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-growth {
    margin-top: 60px;
  }
}
.project-documentation-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .project-documentation-growth__wrapper {
    padding: 24px;
  }
}
.project-documentation-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .project-documentation-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.project-documentation-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.project-documentation-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .project-documentation-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.project-documentation-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .project-documentation-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.project-documentation-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.project-documentation-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/project-documentation/backend-page-project-documentation.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.project-documentation-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.project-documentation-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-excellence__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.project-documentation-excellence__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .project-documentation-excellence__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-excellence__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.project-documentation-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.project-documentation-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.project-documentation-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.project-documentation-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .project-documentation-excellence__wrapper--cards-card {
    flex-direction: row;
  }
}
.project-documentation-excellence__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .project-documentation-excellence__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
  .project-documentation-excellence__wrapper--cards-card:last-child:nth-child(
      odd
    ) {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .project-documentation-excellence__wrapper--cards-card:last-child:nth-child(
      odd
    ) {
    margin-right: auto;
    margin-left: 5px;
  }
}
.project-documentation-excellence__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.project-documentation-excellence__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.project-documentation-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .project-documentation-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-excellence__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .project-documentation-excellence__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .project-documentation-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.project-documentation-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .project-documentation-excellence__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.project-documentation-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.project-documentation-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.project-documentation-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .project-documentation-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.project-documentation-process {
  background: linear-gradient(135deg, #f8fafc, #eff6ff, #e0e7ff);
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .project-documentation-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.project-documentation-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.project-documentation-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.project-documentation-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .project-documentation-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.project-documentation-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.project-documentation-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.project-documentation-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.project-documentation-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.project-documentation-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.project-documentation-process__wrapper--cards-card:hover
  .project-documentation-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.project-documentation-process__wrapper--cards-card:hover
  .project-documentation-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .project-documentation-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .project-documentation-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.project-documentation-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.project-documentation-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-documentation-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.project-documentation-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.project-documentation-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.project-documentation-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .project-documentation-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.project-documentation-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.project-documentation-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .project-documentation-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.project-documentation-industry {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-bottom: 60px;
}
.project-documentation-industry__wrapper {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .project-documentation-industry__wrapper {
    overflow: unset;
  }
}
.project-documentation-industry__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-industry__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-industry__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.project-documentation-industry__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.project-documentation-industry__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.project-documentation-industry__wrapper--client-slider {
  margin: 30px auto 0;
}
.project-documentation-industry__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -2px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide:hover {
    background-position: center right;
    transition: ease-in-out 0.5s;
  }
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 18px 24px;
  border-radius: 8px;
  transition: ease-in-out 1s;
  cursor: grab;
  background: linear-gradient(to bottom, #0000002d, #00000080);
}
@media (min-width: 1024px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    background: none;
  }
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover {
    background: linear-gradient(to bottom, #0000002d, #00000080);
    transition: ease-in-out 1s;
  }
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-heading {
    transform: translateY(0);
    transition: ease-in-out 1s;
  }
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-icon {
    transform: translateY(0);
    transform: rotate(-30deg);
    box-shadow: -2px 4px 4px #c7e7ff;
    transition: ease-in-out 1s;
  }
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    .card-desc,
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content:hover
    a {
    opacity: 1;
    transition: ease-in-out 1.25s;
  }
}
@media (min-width: 768px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content {
    width: 100%;
  }
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-icon {
  border-radius: 100%;
  box-shadow: -3px 3px 5px 2px #247dd1;
  transform: rotate(-30deg);
}
@media (min-width: 1024px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-icon {
    box-shadow: unset;
    transform: rotate(0);
    transform: translateY(190px);
  }
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-heading {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #f3f3f3;
  text-align: left;
}
@media (min-width: 1024px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    font-size: 32px;
    line-height: 40px;
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-heading {
    transform: translateY(190px);
    font-size: 36px;
  }
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  .card-desc {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #e5e5e5;
}
@media (min-width: 1024px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    .card-desc {
    opacity: 0;
  }
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .card-content
  a {
  align-self: center;
  display: none;
}
@media (min-width: 1024px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .card-content
    a {
    opacity: 0;
  }
}
@media (min-width: 1024px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-icon {
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-icon {
    transform: translateY(190px);
  }
}
@media (min-width: 1440px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-icon {
    transform: translateY(150px);
  }
}
@media (min-width: 1024px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-heading {
    transform: translateY(180px);
  }
}
@media (min-width: 1200px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-heading {
    transform: translateY(190px);
    line-height: 36px;
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .project-documentation-industry__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    #slide-6
    .card-heading {
    transform: translateY(150px);
    font-size: 36px;
  }
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6
  .card-content:hover {
  background: linear-gradient(to bottom, #0000002d, #00000080);
  transition: ease-in-out 1s;
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6
  .card-content:hover
  .card-heading {
  transform: translateY(0);
  transition: ease-in-out 1s;
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6
  .card-content:hover
  .card-icon {
  transform: translateY(0);
  transform: rotate(-30deg);
  box-shadow: -2px 4px 4px #c7e7ff;
  transition: ease-in-out 1s;
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6
  .card-content:hover
  .card-desc,
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6
  .card-content:hover
  a {
  opacity: 1;
  transition: ease-in-out 1.25s;
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-1 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/it-tech.webp);
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-2 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/education.webp);
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-3 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/health-care.webp);
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-4 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/fin-tech.webp);
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-5 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/e-commerce.webp);
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-6 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/web-development/entertainment.webp);
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-7 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/real-estate.webp);
}
.project-documentation-industry__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  #slide-8 {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/virtual-assistant/public-sector-img.webp);
}
.project-documentation-industry__wrapper--cta {
  text-align: center;
  padding: 30px 0;
}
.project-documentation-industry__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.project-documentation-industry__wrapper--cta .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  .project-documentation-industry__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.project-documentation-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .project-documentation-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.project-documentation-history__wrapper--txts {
  margin-bottom: 32px;
}
.project-documentation-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.project-documentation-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.project-documentation-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.project-documentation-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .project-documentation-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .project-documentation-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.project-documentation-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .project-documentation-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .project-documentation-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .project-documentation-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .project-documentation-history__wrapper--cards-card {
    padding: 24px;
  }
}
.project-documentation-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.project-documentation-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .project-documentation-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.project-documentation-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.project-documentation-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.project-documentation-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .project-documentation-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .project-documentation-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.project-documentation-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .project-documentation-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .project-documentation-history__wrapper--lowercards-card {
    align-items: center;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .project-documentation-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.project-documentation-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.project-documentation-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 1200px) {
  .project-documentation-history__wrapper--lowercards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.project-documentation-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.project-documentation-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.project-documentation-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.project-documentation-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.project-documentation-faqs {
  padding: 60px 0;
}
.project-documentation-faqs__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .project-documentation-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .project-documentation-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.project-documentation-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.project-documentation-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.project-documentation-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.project-documentation-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .project-documentation-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .project-documentation-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .project-documentation-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .project-documentation-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.project-documentation-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.project-documentation-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.project-documentation-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.project-documentation-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.project-documentation-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.project-documentation-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.project-documentation-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.project-documentation-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .project-documentation-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.project-documentation-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.project-documentation-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.project-documentation-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.project-documentation-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .project-documentation-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.our-industries-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .our-industries-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .our-industries-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .our-industries-hero {
    padding-top: 130px;
  }
}
.our-industries-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.our-industries-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .our-industries-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .our-industries-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .our-industries-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.our-industries-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .our-industries-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .our-industries-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .our-industries-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.our-industries-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.our-industries-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .our-industries-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .our-industries-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 550px;
  }
}
.our-industries-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .our-industries-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .our-industries-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .our-industries-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .our-industries-hero__wrapper--desc {
    padding: 30px;
  }
}
.our-industries-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .our-industries-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .our-industries-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .our-industries-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.our-industries-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .our-industries-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.our-industries-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .our-industries-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.our-industries-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .our-industries-hero__wrapper--desc-card:nth-child(1),
  .our-industries-hero__wrapper--desc-card:nth-child(2),
  .our-industries-hero__wrapper--desc-card:nth-child(4),
  .our-industries-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .our-industries-hero__wrapper--desc-card:nth-child(1),
  .our-industries-hero__wrapper--desc-card:nth-child(2),
  .our-industries-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .our-industries-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .our-industries-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.our-industries-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .our-industries-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.our-industries-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .our-industries-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .our-industries-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.our-industries-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .our-industries-hero__wrapper--img2 {
    display: none;
  }
}
.our-industries-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .our-industries-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .our-industries-hero__wrapper--img2 img {
    display: none;
  }
}
.our-industries-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .our-industries-brands {
    margin-top: 60px;
  }
}
.our-industries-brands__wrapper {
  overflow: hidden;
}
.our-industries-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.our-industries-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.our-industries-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.our-industries-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.our-industries-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.our-industries-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.our-industries-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.our-industries-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.our-industries-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.our-industries-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.our-industries-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.our-industries-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .our-industries-services {
    display: block;
    margin-bottom: 80px;
  }
}
.our-industries-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.our-industries-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .our-industries-services__header--heading {
    max-width: 80%;
  }
}
.our-industries-services__header--heading-link {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.our-industries-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .our-industries-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .our-industries-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .our-industries-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .our-industries-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .our-industries-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .our-industries-services__details {
    top: 220px;
  }
}
.our-industries-services__details {
  display: none;
}
.our-industries-services__details:first-of-type {
  display: block;
}
.our-industries-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .our-industries-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .our-industries-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.our-industries-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .our-industries-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.our-industries-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .our-industries-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .our-industries-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .our-industries-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.our-industries-services__details--heading {
  margin-bottom: 10px;
}
.our-industries-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.our-industries-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .our-industries-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .our-industries-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .our-industries-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .our-industries-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .our-industries-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .our-industries-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.our-industries-services__slidesdiv {
  display: flex;
  width: 100%;
}
.our-industries-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .our-industries-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 165px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .our-industries-services__slidesdiv--slide-img {
    bottom: 90px;
  }
}
.our-industries-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.our-industries-services__slidesdiv #s-1 img {
  width: 40%;
}
.our-industries-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.our-industries-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.our-industries-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.our-industries-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.our-industries-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.our-industries-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .our-industries-services__timeline {
    bottom: 15px;
  }
}
.our-industries-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.our-industries-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.our-industries-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .our-industries-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.our-industries-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .our-industries-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .our-industries-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .our-industries-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .our-industries-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.our-industries-services-mob {
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .our-industries-services-mob {
    display: none;
  }
}
.our-industries-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.our-industries-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.our-industries-services-mob__header--heading span {
  color: #d1202d;
}
.our-industries-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .our-industries-services-mob__header--text {
    padding-right: 340px;
  }
}
.our-industries-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.our-industries-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.our-industries-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.our-industries-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .our-industries-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .our-industries-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.our-industries-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.our-industries-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .our-industries-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .our-industries-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .our-industries-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.our-industries-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.our-industries-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.our-industries-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.our-industries-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.our-industries-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.our-industries-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.our-industries-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.our-industries-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.our-industries-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.our-industries-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .our-industries-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .our-industries-growth {
    margin-top: 60px;
  }
}
.our-industries-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .our-industries-growth__wrapper {
    padding: 24px;
  }
}
.our-industries-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .our-industries-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .our-industries-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.our-industries-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .our-industries-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.our-industries-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-industries-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.our-industries-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-industries-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.our-industries-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.our-industries-casestudies {
  padding: 24px 0;
}
.our-industries-casestudies__wrapper {
  overflow: hidden;
}
.our-industries-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .our-industries-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.our-industries-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.our-industries-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .our-industries-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .our-industries-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.our-industries-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .our-industries-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.our-industries-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .our-industries-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.our-industries-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.our-industries-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.our-industries-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.our-industries-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .our-industries-casestudies__wrapper--casestudy-slider .slider .slides {
    padding-bottom: 50px;
  }
}
.our-industries-casestudies__wrapper--casestudy-slider .slider .slides .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/swiftcart-cs-mbl-bg.webp);
}
@media (min-width: 768px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/swift-slide-bg.webp);
  }
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/vendorhub-cs-mbl-bg.webp);
}
@media (min-width: 768px) {
  .our-industries-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/vendor-hub-bg.webp);
  }
}
.our-industries-casestudies__wrapper--casestudy-slider .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #3fb9b3, #4f8df5);
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #3fb943, #17bebe);
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.our-industries-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.our-industries-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.our-industries-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.our-industries-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-industries-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.our-industries-history__wrapper--txts {
  margin-bottom: 32px;
}
.our-industries-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.our-industries-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.our-industries-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.our-industries-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .our-industries-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .our-industries-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.our-industries-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .our-industries-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .our-industries-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .our-industries-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .our-industries-history__wrapper--cards-card {
    padding: 24px;
  }
}
.our-industries-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.our-industries-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .our-industries-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.our-industries-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.our-industries-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.our-industries-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .our-industries-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.our-industries-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .our-industries-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .our-industries-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .our-industries-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.our-industries-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.our-industries-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .our-industries-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .our-industries-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.our-industries-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.our-industries-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.our-industries-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.our-industries-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .our-industries-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .our-industries-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.our-industries-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .our-industries-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .our-industries-awards__wrapper {
    flex-direction: row;
  }
}
.our-industries-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .our-industries-awards__wrapper--col1 {
    width: 50%;
  }
}
.our-industries-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .our-industries-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .our-industries-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.our-industries-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .our-industries-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.our-industries-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .our-industries-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .our-industries-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.our-industries-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .our-industries-awards__wrapper--col2-award {
    width: 30%;
  }
}
.our-industries-awards__wrapper--col2-award img {
  width: 100%;
}
.our-industries-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .our-industries-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.our-industries-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.our-industries-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.our-industries-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.our-industries-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .our-industries-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.our-industries-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.our-industries-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.our-industries-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .our-industries-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.our-industries-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .our-industries-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.our-industries-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.our-industries-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.our-industries-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .our-industries-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .our-industries-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .our-industries-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .our-industries-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.our-industries-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .our-industries-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.our-industries-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.our-industries-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .our-industries-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.our-industries-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.our-industries-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.our-industries-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.our-industries-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .our-industries-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.our-industries-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.our-industries-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.our-industries-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.our-industries-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .our-industries-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.our-industries-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.our-industries-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.our-industries-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.our-industries-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.our-industries-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.our-industries-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.our-industries-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .our-industries-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .our-industries-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.our-industries-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.our-industries-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .our-industries-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .our-industries-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.our-industries-excellence__wrapper--cards #card5 .txt {
  color: #1c1c1c;
}
.our-industries-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .our-industries-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.our-industries-excellence__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
}
.our-industries-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.our-industries-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.our-industries-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .our-industries-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.our-industries-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .our-industries-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.our-industries-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.our-industries-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.our-industries-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .our-industries-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.our-industries-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.our-industries-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.our-industries-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.our-industries-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.our-industries-process__wrapper--cards-card:hover
  .our-industries-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.our-industries-process__wrapper--cards-card:hover
  .our-industries-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .our-industries-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .our-industries-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.our-industries-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.our-industries-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-industries-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.our-industries-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .our-industries-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.our-industries-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.our-industries-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .our-industries-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.our-industries-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-industries-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.our-industries-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .our-industries-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.our-industries-toolsntech {
  padding: 60px 0;
}
.our-industries-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.our-industries-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.our-industries-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-industries-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.our-industries-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .our-industries-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.our-industries-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.our-industries-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .our-industries-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .our-industries-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .our-industries-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.our-industries-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotateDesign 3s linear infinite;
}
.our-industries-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotatedBackend 3s linear infinite;
}
.our-industries-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotateCloud 3s linear infinite;
}
.our-industries-toolsntech__wrapper--cards .mob-dev-cardwrap:hover {
  animation: gradientRotateMobdev 3s linear infinite;
}
.our-industries-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .our-industries-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .our-industries-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.our-industries-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.our-industries-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.our-industries-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.our-industries-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.our-industries-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.our-industries-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.our-industries-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.our-industries-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.our-industries-voices .left-gradient-shadow,
.our-industries-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.our-industries-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.our-industries-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.our-industries-voices__wrapper {
  overflow: hidden;
}
.our-industries-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .our-industries-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.our-industries-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.our-industries-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.our-industries-voices__wrapper--testimonial-slider .swiper {
  -webkit-overflow-scrolling: touch;
}
.our-industries-voices__wrapper--testimonial-slider .swiper,
.our-industries-voices__wrapper--testimonial-slider .swiper-container {
  touch-action: manipulation;
}
.our-industries-voices__wrapper--testimonial-slider .swiper-wrapper,
.our-industries-voices__wrapper--testimonial-slider .swiper-slide {
  pointer-events: auto;
}
.our-industries-voices__wrapper--testimonial-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 24px;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #626060;
  text-align: start;
}
@media (min-width: 1024px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
  position: relative;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 5%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  padding: 12px 15px;
  border-radius: 100%;
  width: fit-content;
  background: #fff;
  border: none;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .our-industries-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.our-industries-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.our-industries-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.our-industries-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ecomappdev .our-industries-ecomappdev {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecomappdev .our-industries-ecomappdev__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomappdev__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ecomappdev .our-industries-ecomappdev__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomappdev__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecomappdev .our-industries-ecomappdev__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomappdev__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecomappdev .our-industries-ecomappdev__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecomappdev .our-industries-ecomappdev__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecomappdev .our-industries-ecomappdev__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomappdev__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecomappdev .our-industries-ecomappdev__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomappdev__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ecomappdev .our-industries-ecomappdev__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomappdev__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecomappdev .our-industries-ecomappdev__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .our-industries-ecomappdev__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .our-industries-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecomappdev
    .our-industries-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecomappdev
  .our-industries-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecomappdev .our-industries-ecomappdev__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomappdev__wrapper .mobile-cta {
    display: none;
  }
}
.our-industries-faqs {
  padding: 60px 0;
}
.our-industries-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.our-industries-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.our-industries-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.our-industries-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.our-industries-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .our-industries-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .our-industries-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .our-industries-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .our-industries-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.our-industries-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.our-industries-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.our-industries-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.our-industries-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.our-industries-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.our-industries-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.our-industries-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.our-industries-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .our-industries-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .our-industries-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    font-size: 20px;
  }
}
.our-industries-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.our-industries-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.our-industries-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.our-industries-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .our-industries-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.our-industries-ecomweb-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/hero-section-bg-img.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-hero {
    padding-top: 130px;
  }
}
.our-industries-ecomweb-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.our-industries-ecomweb-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.our-industries-ecomweb-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.our-industries-ecomweb-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.our-industries-ecomweb-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-hero__wrapper--headings-img {
    width: 45%;
  }
}
.our-industries-ecomweb-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e9e5ff;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-hero__wrapper--desc {
    padding: 30px;
  }
}
.our-industries-ecomweb-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.our-industries-ecomweb-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.our-industries-ecomweb-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.our-industries-ecomweb-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .our-industries-ecomweb-hero__wrapper--desc-card:nth-child(1),
  .our-industries-ecomweb-hero__wrapper--desc-card:nth-child(2),
  .our-industries-ecomweb-hero__wrapper--desc-card:nth-child(4),
  .our-industries-ecomweb-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .our-industries-ecomweb-hero__wrapper--desc-card:nth-child(1),
  .our-industries-ecomweb-hero__wrapper--desc-card:nth-child(2),
  .our-industries-ecomweb-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .our-industries-ecomweb-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .our-industries-ecomweb-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.our-industries-ecomweb-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .our-industries-ecomweb-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.our-industries-ecomweb-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .our-industries-ecomweb-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.our-industries-ecomweb-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero__wrapper--img2 {
    display: none;
  }
}
.our-industries-ecomweb-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-hero__wrapper--img2 img {
    display: none;
  }
}
.our-industries-ecomweb-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-brands {
    margin-top: 60px;
  }
}
.our-industries-ecomweb-brands__wrapper {
  overflow: hidden;
}
.our-industries-ecomweb-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.our-industries-ecomweb-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.our-industries-ecomweb-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-ecomweb-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.our-industries-ecomweb-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.our-industries-ecomweb-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.our-industries-ecomweb-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.our-industries-ecomweb-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.our-industries-ecomweb-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.our-industries-ecomweb-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.our-industries-ecomweb-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.our-industries-ecomweb-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-ecomweb-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.our-industries-ecomweb-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services {
    display: block;
    margin-bottom: 80px;
  }
}
.our-industries-ecomweb-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.our-industries-ecomweb-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services__header--heading {
    max-width: 80%;
  }
}
.our-industries-ecomweb-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .our-industries-ecomweb-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .our-industries-ecomweb-services__details {
    top: 220px;
  }
}
.our-industries-ecomweb-services__details {
  display: none;
}
.our-industries-ecomweb-services__details:first-of-type {
  display: block;
}
.our-industries-ecomweb-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.our-industries-ecomweb-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.our-industries-ecomweb-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.our-industries-ecomweb-services__details--heading {
  margin-bottom: 10px;
}
.our-industries-ecomweb-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.our-industries-ecomweb-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .our-industries-ecomweb-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .our-industries-ecomweb-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .our-industries-ecomweb-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.our-industries-ecomweb-services__slidesdiv {
  display: flex;
  width: 100%;
}
.our-industries-ecomweb-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 165px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services__slidesdiv--slide-img {
    bottom: 90px;
  }
}
.our-industries-ecomweb-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.our-industries-ecomweb-services__slidesdiv #s-1 img {
  width: 40%;
}
.our-industries-ecomweb-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.our-industries-ecomweb-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.our-industries-ecomweb-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.our-industries-ecomweb-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.our-industries-ecomweb-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.our-industries-ecomweb-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services__timeline {
    bottom: 15px;
  }
}
.our-industries-ecomweb-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.our-industries-ecomweb-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.our-industries-ecomweb-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.our-industries-ecomweb-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .our-industries-ecomweb-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .our-industries-ecomweb-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.our-industries-ecomweb-services-mob {
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services-mob {
    display: none;
  }
}
.our-industries-ecomweb-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.our-industries-ecomweb-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.our-industries-ecomweb-services-mob__header--heading span {
  color: #d1202d;
}
.our-industries-ecomweb-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services-mob__header--text {
    padding-right: 340px;
  }
}
.our-industries-ecomweb-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.our-industries-ecomweb-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.our-industries-ecomweb-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.our-industries-ecomweb-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.our-industries-ecomweb-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.our-industries-ecomweb-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.our-industries-ecomweb-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.our-industries-ecomweb-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.our-industries-ecomweb-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.our-industries-ecomweb-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.our-industries-ecomweb-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.our-industries-ecomweb-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.our-industries-ecomweb-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.our-industries-ecomweb-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.our-industries-ecomweb-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.our-industries-ecomweb-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-growth {
    margin-top: 60px;
  }
}
.our-industries-ecomweb-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-growth__wrapper {
    padding: 24px;
  }
}
.our-industries-ecomweb-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.our-industries-ecomweb-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.our-industries-ecomweb-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.our-industries-ecomweb-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.our-industries-ecomweb-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.our-industries-ecomweb-casestudies {
  padding: 24px 0;
}
.our-industries-ecomweb-casestudies__wrapper {
  overflow: hidden;
}
.our-industries-ecomweb-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.our-industries-ecomweb-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.our-industries-ecomweb-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.our-industries-ecomweb-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-ecomweb-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-casestudies__wrapper--txts-desc {
    font-size: 22px;
    text-align: start;
  }
}
.our-industries-ecomweb-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.our-industries-ecomweb-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  transform: translateY(25px);
  width: 100%;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-web-dev/air-spray-cs-mbl-bg.webp);
}
@media (min-width: 768px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-web-dev/airspray-cs-bg.webp);
  }
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-web-dev/beverages-cs-mbl-bg.webp);
}
@media (min-width: 768px) {
  .our-industries-ecomweb-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-web-dev/beverages-cs-bg.webp);
  }
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #ff86dd, #1c00d0);
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #948530, #820e51);
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.our-industries-ecomweb-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.our-industries-ecomweb-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.our-industries-ecomweb-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.our-industries-ecomweb-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.our-industries-ecomweb-history__wrapper--txts {
  margin-bottom: 32px;
}
.our-industries-ecomweb-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.our-industries-ecomweb-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-ecomweb-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.our-industries-ecomweb-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.our-industries-ecomweb-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.our-industries-ecomweb-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .our-industries-ecomweb-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .our-industries-ecomweb-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-history__wrapper--cards-card {
    padding: 24px;
  }
}
.our-industries-ecomweb-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.our-industries-ecomweb-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.our-industries-ecomweb-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.our-industries-ecomweb-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.our-industries-ecomweb-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-history__wrapper--lowercards {
    flex-wrap: nowrap;
  }
}
.our-industries-ecomweb-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .our-industries-ecomweb-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.our-industries-ecomweb-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.our-industries-ecomweb-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.our-industries-ecomweb-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #4e4e4e;
}
.our-industries-ecomweb-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.our-industries-ecomweb-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-ecomweb-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.our-industries-ecomweb-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.our-industries-ecomweb-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-awards__wrapper {
    flex-direction: row;
  }
}
.our-industries-ecomweb-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-awards__wrapper--col1 {
    width: 50%;
  }
}
.our-industries-ecomweb-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.our-industries-ecomweb-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-ecomweb-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.our-industries-ecomweb-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.our-industries-ecomweb-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-awards__wrapper--col2-award {
    width: 30%;
  }
}
.our-industries-ecomweb-awards__wrapper--col2-award img {
  width: 100%;
}
.our-industries-ecomweb-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.our-industries-ecomweb-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-web-dev/why-choose-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.our-industries-ecomweb-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.our-industries-ecomweb-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.our-industries-ecomweb-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.our-industries-ecomweb-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-ecomweb-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.our-industries-ecomweb-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.our-industries-ecomweb-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.our-industries-ecomweb-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.our-industries-ecomweb-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.our-industries-ecomweb-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.our-industries-ecomweb-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .our-industries-ecomweb-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.our-industries-ecomweb-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.our-industries-ecomweb-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.our-industries-ecomweb-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-ecomweb-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.our-industries-ecomweb-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.our-industries-ecomweb-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.our-industries-ecomweb-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.our-industries-ecomweb-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.our-industries-ecomweb-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-ecomweb-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.our-industries-ecomweb-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.our-industries-ecomweb-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.our-industries-ecomweb-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.our-industries-ecomweb-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.our-industries-ecomweb-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.our-industries-ecomweb-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.our-industries-ecomweb-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.our-industries-ecomweb-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.our-industries-ecomweb-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.our-industries-ecomweb-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.our-industries-ecomweb-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.our-industries-ecomweb-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.our-industries-ecomweb-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.our-industries-ecomweb-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.our-industries-ecomweb-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.our-industries-ecomweb-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-ecomweb-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.our-industries-ecomweb-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.our-industries-ecomweb-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.our-industries-ecomweb-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.our-industries-ecomweb-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.our-industries-ecomweb-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-ecomweb-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.our-industries-ecomweb-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.our-industries-ecomweb-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.our-industries-ecomweb-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.our-industries-ecomweb-process__wrapper--cards-card:hover
  .our-industries-ecomweb-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.our-industries-ecomweb-process__wrapper--cards-card:hover
  .our-industries-ecomweb-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.our-industries-ecomweb-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.our-industries-ecomweb-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-industries-ecomweb-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.our-industries-ecomweb-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.our-industries-ecomweb-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.our-industries-ecomweb-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.our-industries-ecomweb-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.our-industries-ecomweb-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-ecomweb-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.our-industries-ecomweb-toolsntech {
  padding: 60px 0;
}
.our-industries-ecomweb-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.our-industries-ecomweb-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.our-industries-ecomweb-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.our-industries-ecomweb-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.our-industries-ecomweb-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.our-industries-ecomweb-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.our-industries-ecomweb-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotateWebDesign 3s linear infinite;
}
.our-industries-ecomweb-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotatedWebBackend 3s linear infinite;
}
.our-industries-ecomweb-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotateWebCloud 3s linear infinite;
}
.our-industries-ecomweb-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .our-industries-ecomweb-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.our-industries-ecomweb-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.our-industries-ecomweb-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.our-industries-ecomweb-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.our-industries-ecomweb-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.our-industries-ecomweb-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.our-industries-ecomweb-toolsntech__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.our-industries-ecomweb-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.our-industries-ecomweb-toolsntech__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-toolsntech__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
@keyframes gradientRotateWebDesign {
  0% {
    background: linear-gradient(0deg, #ffede4, #ffdcc5);
  }
  1% {
    background: linear-gradient(3.6deg, #ffede4, #ffdcc5);
  }
  2% {
    background: linear-gradient(7.2deg, #ffede4, #ffdcc5);
  }
  3% {
    background: linear-gradient(10.8deg, #ffede4, #ffdcc5);
  }
  4% {
    background: linear-gradient(14.4deg, #ffede4, #ffdcc5);
  }
  5% {
    background: linear-gradient(18deg, #ffede4, #ffdcc5);
  }
  6% {
    background: linear-gradient(21.6deg, #ffede4, #ffdcc5);
  }
  7% {
    background: linear-gradient(25.2deg, #ffede4, #ffdcc5);
  }
  8% {
    background: linear-gradient(28.8deg, #ffede4, #ffdcc5);
  }
  9% {
    background: linear-gradient(32.4deg, #ffede4, #ffdcc5);
  }
  10% {
    background: linear-gradient(36deg, #ffede4, #ffdcc5);
  }
  11% {
    background: linear-gradient(39.6deg, #ffede4, #ffdcc5);
  }
  12% {
    background: linear-gradient(43.2deg, #ffede4, #ffdcc5);
  }
  13% {
    background: linear-gradient(46.8deg, #ffede4, #ffdcc5);
  }
  14% {
    background: linear-gradient(50.4deg, #ffede4, #ffdcc5);
  }
  15% {
    background: linear-gradient(54deg, #ffede4, #ffdcc5);
  }
  16% {
    background: linear-gradient(57.6deg, #ffede4, #ffdcc5);
  }
  17% {
    background: linear-gradient(61.2deg, #ffede4, #ffdcc5);
  }
  18% {
    background: linear-gradient(64.8deg, #ffede4, #ffdcc5);
  }
  19% {
    background: linear-gradient(68.4deg, #ffede4, #ffdcc5);
  }
  20% {
    background: linear-gradient(72deg, #ffede4, #ffdcc5);
  }
  21% {
    background: linear-gradient(75.6deg, #ffede4, #ffdcc5);
  }
  22% {
    background: linear-gradient(79.2deg, #ffede4, #ffdcc5);
  }
  23% {
    background: linear-gradient(82.8deg, #ffede4, #ffdcc5);
  }
  24% {
    background: linear-gradient(86.4deg, #ffede4, #ffdcc5);
  }
  25% {
    background: linear-gradient(90deg, #ffede4, #ffdcc5);
  }
  26% {
    background: linear-gradient(93.6deg, #ffede4, #ffdcc5);
  }
  27% {
    background: linear-gradient(97.2deg, #ffede4, #ffdcc5);
  }
  28% {
    background: linear-gradient(100.8deg, #ffede4, #ffdcc5);
  }
  29% {
    background: linear-gradient(104.4deg, #ffede4, #ffdcc5);
  }
  30% {
    background: linear-gradient(108deg, #ffede4, #ffdcc5);
  }
  31% {
    background: linear-gradient(111.6deg, #ffede4, #ffdcc5);
  }
  32% {
    background: linear-gradient(115.2deg, #ffede4, #ffdcc5);
  }
  33% {
    background: linear-gradient(118.8deg, #ffede4, #ffdcc5);
  }
  34% {
    background: linear-gradient(122.4deg, #ffede4, #ffdcc5);
  }
  35% {
    background: linear-gradient(126deg, #ffede4, #ffdcc5);
  }
  36% {
    background: linear-gradient(129.6deg, #ffede4, #ffdcc5);
  }
  37% {
    background: linear-gradient(133.2deg, #ffede4, #ffdcc5);
  }
  38% {
    background: linear-gradient(136.8deg, #ffede4, #ffdcc5);
  }
  39% {
    background: linear-gradient(140.4deg, #ffede4, #ffdcc5);
  }
  40% {
    background: linear-gradient(144deg, #ffede4, #ffdcc5);
  }
  41% {
    background: linear-gradient(147.6deg, #ffede4, #ffdcc5);
  }
  42% {
    background: linear-gradient(151.2deg, #ffede4, #ffdcc5);
  }
  43% {
    background: linear-gradient(154.8deg, #ffede4, #ffdcc5);
  }
  44% {
    background: linear-gradient(158.4deg, #ffede4, #ffdcc5);
  }
  45% {
    background: linear-gradient(162deg, #ffede4, #ffdcc5);
  }
  46% {
    background: linear-gradient(165.6deg, #ffede4, #ffdcc5);
  }
  47% {
    background: linear-gradient(169.2deg, #ffede4, #ffdcc5);
  }
  48% {
    background: linear-gradient(172.8deg, #ffede4, #ffdcc5);
  }
  49% {
    background: linear-gradient(176.4deg, #ffede4, #ffdcc5);
  }
  50% {
    background: linear-gradient(180deg, #ffede4, #ffdcc5);
  }
  51% {
    background: linear-gradient(183.6deg, #ffede4, #ffdcc5);
  }
  52% {
    background: linear-gradient(187.2deg, #ffede4, #ffdcc5);
  }
  53% {
    background: linear-gradient(190.8deg, #ffede4, #ffdcc5);
  }
  54% {
    background: linear-gradient(194.4deg, #ffede4, #ffdcc5);
  }
  55% {
    background: linear-gradient(198deg, #ffede4, #ffdcc5);
  }
  56% {
    background: linear-gradient(201.6deg, #ffede4, #ffdcc5);
  }
  57% {
    background: linear-gradient(205.2deg, #ffede4, #ffdcc5);
  }
  58% {
    background: linear-gradient(208.8deg, #ffede4, #ffdcc5);
  }
  59% {
    background: linear-gradient(212.4deg, #ffede4, #ffdcc5);
  }
  60% {
    background: linear-gradient(216deg, #ffede4, #ffdcc5);
  }
  61% {
    background: linear-gradient(219.6deg, #ffede4, #ffdcc5);
  }
  62% {
    background: linear-gradient(223.2deg, #ffede4, #ffdcc5);
  }
  63% {
    background: linear-gradient(226.8deg, #ffede4, #ffdcc5);
  }
  64% {
    background: linear-gradient(230.4deg, #ffede4, #ffdcc5);
  }
  65% {
    background: linear-gradient(234deg, #ffede4, #ffdcc5);
  }
  66% {
    background: linear-gradient(237.6deg, #ffede4, #ffdcc5);
  }
  67% {
    background: linear-gradient(241.2deg, #ffede4, #ffdcc5);
  }
  68% {
    background: linear-gradient(244.8deg, #ffede4, #ffdcc5);
  }
  69% {
    background: linear-gradient(248.4deg, #ffede4, #ffdcc5);
  }
  70% {
    background: linear-gradient(252deg, #ffede4, #ffdcc5);
  }
  71% {
    background: linear-gradient(255.6deg, #ffede4, #ffdcc5);
  }
  72% {
    background: linear-gradient(259.2deg, #ffede4, #ffdcc5);
  }
  73% {
    background: linear-gradient(262.8deg, #ffede4, #ffdcc5);
  }
  74% {
    background: linear-gradient(266.4deg, #ffede4, #ffdcc5);
  }
  75% {
    background: linear-gradient(270deg, #ffede4, #ffdcc5);
  }
  76% {
    background: linear-gradient(273.6deg, #ffede4, #ffdcc5);
  }
  77% {
    background: linear-gradient(277.2deg, #ffede4, #ffdcc5);
  }
  78% {
    background: linear-gradient(280.8deg, #ffede4, #ffdcc5);
  }
  79% {
    background: linear-gradient(284.4deg, #ffede4, #ffdcc5);
  }
  80% {
    background: linear-gradient(288deg, #ffede4, #ffdcc5);
  }
  81% {
    background: linear-gradient(291.6deg, #ffede4, #ffdcc5);
  }
  82% {
    background: linear-gradient(295.2deg, #ffede4, #ffdcc5);
  }
  83% {
    background: linear-gradient(298.8deg, #ffede4, #ffdcc5);
  }
  84% {
    background: linear-gradient(302.4deg, #ffede4, #ffdcc5);
  }
  85% {
    background: linear-gradient(306deg, #ffede4, #ffdcc5);
  }
  86% {
    background: linear-gradient(309.6deg, #ffede4, #ffdcc5);
  }
  87% {
    background: linear-gradient(313.2deg, #ffede4, #ffdcc5);
  }
  88% {
    background: linear-gradient(316.8deg, #ffede4, #ffdcc5);
  }
  89% {
    background: linear-gradient(320.4deg, #ffede4, #ffdcc5);
  }
  90% {
    background: linear-gradient(324deg, #ffede4, #ffdcc5);
  }
  91% {
    background: linear-gradient(327.6deg, #ffede4, #ffdcc5);
  }
  92% {
    background: linear-gradient(331.2deg, #ffede4, #ffdcc5);
  }
  93% {
    background: linear-gradient(334.8deg, #ffede4, #ffdcc5);
  }
  94% {
    background: linear-gradient(338.4deg, #ffede4, #ffdcc5);
  }
  95% {
    background: linear-gradient(342deg, #ffede4, #ffdcc5);
  }
  96% {
    background: linear-gradient(345.6deg, #ffede4, #ffdcc5);
  }
  97% {
    background: linear-gradient(349.2deg, #ffede4, #ffdcc5);
  }
  98% {
    background: linear-gradient(352.8deg, #ffede4, #ffdcc5);
  }
  99% {
    background: linear-gradient(356.4deg, #ffede4, #ffdcc5);
  }
  to {
    background: linear-gradient(360deg, #ffede4, #ffdcc5);
  }
}
@keyframes gradientRotatedWebBackend {
  0% {
    background: linear-gradient(0deg, #faedff, #f1c7ff);
  }
  1% {
    background: linear-gradient(3.6deg, #faedff, #f1c7ff);
  }
  2% {
    background: linear-gradient(7.2deg, #faedff, #f1c7ff);
  }
  3% {
    background: linear-gradient(10.8deg, #faedff, #f1c7ff);
  }
  4% {
    background: linear-gradient(14.4deg, #faedff, #f1c7ff);
  }
  5% {
    background: linear-gradient(18deg, #faedff, #f1c7ff);
  }
  6% {
    background: linear-gradient(21.6deg, #faedff, #f1c7ff);
  }
  7% {
    background: linear-gradient(25.2deg, #faedff, #f1c7ff);
  }
  8% {
    background: linear-gradient(28.8deg, #faedff, #f1c7ff);
  }
  9% {
    background: linear-gradient(32.4deg, #faedff, #f1c7ff);
  }
  10% {
    background: linear-gradient(36deg, #faedff, #f1c7ff);
  }
  11% {
    background: linear-gradient(39.6deg, #faedff, #f1c7ff);
  }
  12% {
    background: linear-gradient(43.2deg, #faedff, #f1c7ff);
  }
  13% {
    background: linear-gradient(46.8deg, #faedff, #f1c7ff);
  }
  14% {
    background: linear-gradient(50.4deg, #faedff, #f1c7ff);
  }
  15% {
    background: linear-gradient(54deg, #faedff, #f1c7ff);
  }
  16% {
    background: linear-gradient(57.6deg, #faedff, #f1c7ff);
  }
  17% {
    background: linear-gradient(61.2deg, #faedff, #f1c7ff);
  }
  18% {
    background: linear-gradient(64.8deg, #faedff, #f1c7ff);
  }
  19% {
    background: linear-gradient(68.4deg, #faedff, #f1c7ff);
  }
  20% {
    background: linear-gradient(72deg, #faedff, #f1c7ff);
  }
  21% {
    background: linear-gradient(75.6deg, #faedff, #f1c7ff);
  }
  22% {
    background: linear-gradient(79.2deg, #faedff, #f1c7ff);
  }
  23% {
    background: linear-gradient(82.8deg, #faedff, #f1c7ff);
  }
  24% {
    background: linear-gradient(86.4deg, #faedff, #f1c7ff);
  }
  25% {
    background: linear-gradient(90deg, #faedff, #f1c7ff);
  }
  26% {
    background: linear-gradient(93.6deg, #faedff, #f1c7ff);
  }
  27% {
    background: linear-gradient(97.2deg, #faedff, #f1c7ff);
  }
  28% {
    background: linear-gradient(100.8deg, #faedff, #f1c7ff);
  }
  29% {
    background: linear-gradient(104.4deg, #faedff, #f1c7ff);
  }
  30% {
    background: linear-gradient(108deg, #faedff, #f1c7ff);
  }
  31% {
    background: linear-gradient(111.6deg, #faedff, #f1c7ff);
  }
  32% {
    background: linear-gradient(115.2deg, #faedff, #f1c7ff);
  }
  33% {
    background: linear-gradient(118.8deg, #faedff, #f1c7ff);
  }
  34% {
    background: linear-gradient(122.4deg, #faedff, #f1c7ff);
  }
  35% {
    background: linear-gradient(126deg, #faedff, #f1c7ff);
  }
  36% {
    background: linear-gradient(129.6deg, #faedff, #f1c7ff);
  }
  37% {
    background: linear-gradient(133.2deg, #faedff, #f1c7ff);
  }
  38% {
    background: linear-gradient(136.8deg, #faedff, #f1c7ff);
  }
  39% {
    background: linear-gradient(140.4deg, #faedff, #f1c7ff);
  }
  40% {
    background: linear-gradient(144deg, #faedff, #f1c7ff);
  }
  41% {
    background: linear-gradient(147.6deg, #faedff, #f1c7ff);
  }
  42% {
    background: linear-gradient(151.2deg, #faedff, #f1c7ff);
  }
  43% {
    background: linear-gradient(154.8deg, #faedff, #f1c7ff);
  }
  44% {
    background: linear-gradient(158.4deg, #faedff, #f1c7ff);
  }
  45% {
    background: linear-gradient(162deg, #faedff, #f1c7ff);
  }
  46% {
    background: linear-gradient(165.6deg, #faedff, #f1c7ff);
  }
  47% {
    background: linear-gradient(169.2deg, #faedff, #f1c7ff);
  }
  48% {
    background: linear-gradient(172.8deg, #faedff, #f1c7ff);
  }
  49% {
    background: linear-gradient(176.4deg, #faedff, #f1c7ff);
  }
  50% {
    background: linear-gradient(180deg, #faedff, #f1c7ff);
  }
  51% {
    background: linear-gradient(183.6deg, #faedff, #f1c7ff);
  }
  52% {
    background: linear-gradient(187.2deg, #faedff, #f1c7ff);
  }
  53% {
    background: linear-gradient(190.8deg, #faedff, #f1c7ff);
  }
  54% {
    background: linear-gradient(194.4deg, #faedff, #f1c7ff);
  }
  55% {
    background: linear-gradient(198deg, #faedff, #f1c7ff);
  }
  56% {
    background: linear-gradient(201.6deg, #faedff, #f1c7ff);
  }
  57% {
    background: linear-gradient(205.2deg, #faedff, #f1c7ff);
  }
  58% {
    background: linear-gradient(208.8deg, #faedff, #f1c7ff);
  }
  59% {
    background: linear-gradient(212.4deg, #faedff, #f1c7ff);
  }
  60% {
    background: linear-gradient(216deg, #faedff, #f1c7ff);
  }
  61% {
    background: linear-gradient(219.6deg, #faedff, #f1c7ff);
  }
  62% {
    background: linear-gradient(223.2deg, #faedff, #f1c7ff);
  }
  63% {
    background: linear-gradient(226.8deg, #faedff, #f1c7ff);
  }
  64% {
    background: linear-gradient(230.4deg, #faedff, #f1c7ff);
  }
  65% {
    background: linear-gradient(234deg, #faedff, #f1c7ff);
  }
  66% {
    background: linear-gradient(237.6deg, #faedff, #f1c7ff);
  }
  67% {
    background: linear-gradient(241.2deg, #faedff, #f1c7ff);
  }
  68% {
    background: linear-gradient(244.8deg, #faedff, #f1c7ff);
  }
  69% {
    background: linear-gradient(248.4deg, #faedff, #f1c7ff);
  }
  70% {
    background: linear-gradient(252deg, #faedff, #f1c7ff);
  }
  71% {
    background: linear-gradient(255.6deg, #faedff, #f1c7ff);
  }
  72% {
    background: linear-gradient(259.2deg, #faedff, #f1c7ff);
  }
  73% {
    background: linear-gradient(262.8deg, #faedff, #f1c7ff);
  }
  74% {
    background: linear-gradient(266.4deg, #faedff, #f1c7ff);
  }
  75% {
    background: linear-gradient(270deg, #faedff, #f1c7ff);
  }
  76% {
    background: linear-gradient(273.6deg, #faedff, #f1c7ff);
  }
  77% {
    background: linear-gradient(277.2deg, #faedff, #f1c7ff);
  }
  78% {
    background: linear-gradient(280.8deg, #faedff, #f1c7ff);
  }
  79% {
    background: linear-gradient(284.4deg, #faedff, #f1c7ff);
  }
  80% {
    background: linear-gradient(288deg, #faedff, #f1c7ff);
  }
  81% {
    background: linear-gradient(291.6deg, #faedff, #f1c7ff);
  }
  82% {
    background: linear-gradient(295.2deg, #faedff, #f1c7ff);
  }
  83% {
    background: linear-gradient(298.8deg, #faedff, #f1c7ff);
  }
  84% {
    background: linear-gradient(302.4deg, #faedff, #f1c7ff);
  }
  85% {
    background: linear-gradient(306deg, #faedff, #f1c7ff);
  }
  86% {
    background: linear-gradient(309.6deg, #faedff, #f1c7ff);
  }
  87% {
    background: linear-gradient(313.2deg, #faedff, #f1c7ff);
  }
  88% {
    background: linear-gradient(316.8deg, #faedff, #f1c7ff);
  }
  89% {
    background: linear-gradient(320.4deg, #faedff, #f1c7ff);
  }
  90% {
    background: linear-gradient(324deg, #faedff, #f1c7ff);
  }
  91% {
    background: linear-gradient(327.6deg, #faedff, #f1c7ff);
  }
  92% {
    background: linear-gradient(331.2deg, #faedff, #f1c7ff);
  }
  93% {
    background: linear-gradient(334.8deg, #faedff, #f1c7ff);
  }
  94% {
    background: linear-gradient(338.4deg, #faedff, #f1c7ff);
  }
  95% {
    background: linear-gradient(342deg, #faedff, #f1c7ff);
  }
  96% {
    background: linear-gradient(345.6deg, #faedff, #f1c7ff);
  }
  97% {
    background: linear-gradient(349.2deg, #faedff, #f1c7ff);
  }
  98% {
    background: linear-gradient(352.8deg, #faedff, #f1c7ff);
  }
  99% {
    background: linear-gradient(356.4deg, #faedff, #f1c7ff);
  }
  to {
    background: linear-gradient(360deg, #faedff, #f1c7ff);
  }
}
@keyframes gradientRotateWebCloud {
  0% {
    background: linear-gradient(0deg, #e4f8ff, #c5f0ff);
  }
  1% {
    background: linear-gradient(3.6deg, #e4f8ff, #c5f0ff);
  }
  2% {
    background: linear-gradient(7.2deg, #e4f8ff, #c5f0ff);
  }
  3% {
    background: linear-gradient(10.8deg, #e4f8ff, #c5f0ff);
  }
  4% {
    background: linear-gradient(14.4deg, #e4f8ff, #c5f0ff);
  }
  5% {
    background: linear-gradient(18deg, #e4f8ff, #c5f0ff);
  }
  6% {
    background: linear-gradient(21.6deg, #e4f8ff, #c5f0ff);
  }
  7% {
    background: linear-gradient(25.2deg, #e4f8ff, #c5f0ff);
  }
  8% {
    background: linear-gradient(28.8deg, #e4f8ff, #c5f0ff);
  }
  9% {
    background: linear-gradient(32.4deg, #e4f8ff, #c5f0ff);
  }
  10% {
    background: linear-gradient(36deg, #e4f8ff, #c5f0ff);
  }
  11% {
    background: linear-gradient(39.6deg, #e4f8ff, #c5f0ff);
  }
  12% {
    background: linear-gradient(43.2deg, #e4f8ff, #c5f0ff);
  }
  13% {
    background: linear-gradient(46.8deg, #e4f8ff, #c5f0ff);
  }
  14% {
    background: linear-gradient(50.4deg, #e4f8ff, #c5f0ff);
  }
  15% {
    background: linear-gradient(54deg, #e4f8ff, #c5f0ff);
  }
  16% {
    background: linear-gradient(57.6deg, #e4f8ff, #c5f0ff);
  }
  17% {
    background: linear-gradient(61.2deg, #e4f8ff, #c5f0ff);
  }
  18% {
    background: linear-gradient(64.8deg, #e4f8ff, #c5f0ff);
  }
  19% {
    background: linear-gradient(68.4deg, #e4f8ff, #c5f0ff);
  }
  20% {
    background: linear-gradient(72deg, #e4f8ff, #c5f0ff);
  }
  21% {
    background: linear-gradient(75.6deg, #e4f8ff, #c5f0ff);
  }
  22% {
    background: linear-gradient(79.2deg, #e4f8ff, #c5f0ff);
  }
  23% {
    background: linear-gradient(82.8deg, #e4f8ff, #c5f0ff);
  }
  24% {
    background: linear-gradient(86.4deg, #e4f8ff, #c5f0ff);
  }
  25% {
    background: linear-gradient(90deg, #e4f8ff, #c5f0ff);
  }
  26% {
    background: linear-gradient(93.6deg, #e4f8ff, #c5f0ff);
  }
  27% {
    background: linear-gradient(97.2deg, #e4f8ff, #c5f0ff);
  }
  28% {
    background: linear-gradient(100.8deg, #e4f8ff, #c5f0ff);
  }
  29% {
    background: linear-gradient(104.4deg, #e4f8ff, #c5f0ff);
  }
  30% {
    background: linear-gradient(108deg, #e4f8ff, #c5f0ff);
  }
  31% {
    background: linear-gradient(111.6deg, #e4f8ff, #c5f0ff);
  }
  32% {
    background: linear-gradient(115.2deg, #e4f8ff, #c5f0ff);
  }
  33% {
    background: linear-gradient(118.8deg, #e4f8ff, #c5f0ff);
  }
  34% {
    background: linear-gradient(122.4deg, #e4f8ff, #c5f0ff);
  }
  35% {
    background: linear-gradient(126deg, #e4f8ff, #c5f0ff);
  }
  36% {
    background: linear-gradient(129.6deg, #e4f8ff, #c5f0ff);
  }
  37% {
    background: linear-gradient(133.2deg, #e4f8ff, #c5f0ff);
  }
  38% {
    background: linear-gradient(136.8deg, #e4f8ff, #c5f0ff);
  }
  39% {
    background: linear-gradient(140.4deg, #e4f8ff, #c5f0ff);
  }
  40% {
    background: linear-gradient(144deg, #e4f8ff, #c5f0ff);
  }
  41% {
    background: linear-gradient(147.6deg, #e4f8ff, #c5f0ff);
  }
  42% {
    background: linear-gradient(151.2deg, #e4f8ff, #c5f0ff);
  }
  43% {
    background: linear-gradient(154.8deg, #e4f8ff, #c5f0ff);
  }
  44% {
    background: linear-gradient(158.4deg, #e4f8ff, #c5f0ff);
  }
  45% {
    background: linear-gradient(162deg, #e4f8ff, #c5f0ff);
  }
  46% {
    background: linear-gradient(165.6deg, #e4f8ff, #c5f0ff);
  }
  47% {
    background: linear-gradient(169.2deg, #e4f8ff, #c5f0ff);
  }
  48% {
    background: linear-gradient(172.8deg, #e4f8ff, #c5f0ff);
  }
  49% {
    background: linear-gradient(176.4deg, #e4f8ff, #c5f0ff);
  }
  50% {
    background: linear-gradient(180deg, #e4f8ff, #c5f0ff);
  }
  51% {
    background: linear-gradient(183.6deg, #e4f8ff, #c5f0ff);
  }
  52% {
    background: linear-gradient(187.2deg, #e4f8ff, #c5f0ff);
  }
  53% {
    background: linear-gradient(190.8deg, #e4f8ff, #c5f0ff);
  }
  54% {
    background: linear-gradient(194.4deg, #e4f8ff, #c5f0ff);
  }
  55% {
    background: linear-gradient(198deg, #e4f8ff, #c5f0ff);
  }
  56% {
    background: linear-gradient(201.6deg, #e4f8ff, #c5f0ff);
  }
  57% {
    background: linear-gradient(205.2deg, #e4f8ff, #c5f0ff);
  }
  58% {
    background: linear-gradient(208.8deg, #e4f8ff, #c5f0ff);
  }
  59% {
    background: linear-gradient(212.4deg, #e4f8ff, #c5f0ff);
  }
  60% {
    background: linear-gradient(216deg, #e4f8ff, #c5f0ff);
  }
  61% {
    background: linear-gradient(219.6deg, #e4f8ff, #c5f0ff);
  }
  62% {
    background: linear-gradient(223.2deg, #e4f8ff, #c5f0ff);
  }
  63% {
    background: linear-gradient(226.8deg, #e4f8ff, #c5f0ff);
  }
  64% {
    background: linear-gradient(230.4deg, #e4f8ff, #c5f0ff);
  }
  65% {
    background: linear-gradient(234deg, #e4f8ff, #c5f0ff);
  }
  66% {
    background: linear-gradient(237.6deg, #e4f8ff, #c5f0ff);
  }
  67% {
    background: linear-gradient(241.2deg, #e4f8ff, #c5f0ff);
  }
  68% {
    background: linear-gradient(244.8deg, #e4f8ff, #c5f0ff);
  }
  69% {
    background: linear-gradient(248.4deg, #e4f8ff, #c5f0ff);
  }
  70% {
    background: linear-gradient(252deg, #e4f8ff, #c5f0ff);
  }
  71% {
    background: linear-gradient(255.6deg, #e4f8ff, #c5f0ff);
  }
  72% {
    background: linear-gradient(259.2deg, #e4f8ff, #c5f0ff);
  }
  73% {
    background: linear-gradient(262.8deg, #e4f8ff, #c5f0ff);
  }
  74% {
    background: linear-gradient(266.4deg, #e4f8ff, #c5f0ff);
  }
  75% {
    background: linear-gradient(270deg, #e4f8ff, #c5f0ff);
  }
  76% {
    background: linear-gradient(273.6deg, #e4f8ff, #c5f0ff);
  }
  77% {
    background: linear-gradient(277.2deg, #e4f8ff, #c5f0ff);
  }
  78% {
    background: linear-gradient(280.8deg, #e4f8ff, #c5f0ff);
  }
  79% {
    background: linear-gradient(284.4deg, #e4f8ff, #c5f0ff);
  }
  80% {
    background: linear-gradient(288deg, #e4f8ff, #c5f0ff);
  }
  81% {
    background: linear-gradient(291.6deg, #e4f8ff, #c5f0ff);
  }
  82% {
    background: linear-gradient(295.2deg, #e4f8ff, #c5f0ff);
  }
  83% {
    background: linear-gradient(298.8deg, #e4f8ff, #c5f0ff);
  }
  84% {
    background: linear-gradient(302.4deg, #e4f8ff, #c5f0ff);
  }
  85% {
    background: linear-gradient(306deg, #e4f8ff, #c5f0ff);
  }
  86% {
    background: linear-gradient(309.6deg, #e4f8ff, #c5f0ff);
  }
  87% {
    background: linear-gradient(313.2deg, #e4f8ff, #c5f0ff);
  }
  88% {
    background: linear-gradient(316.8deg, #e4f8ff, #c5f0ff);
  }
  89% {
    background: linear-gradient(320.4deg, #e4f8ff, #c5f0ff);
  }
  90% {
    background: linear-gradient(324deg, #e4f8ff, #c5f0ff);
  }
  91% {
    background: linear-gradient(327.6deg, #e4f8ff, #c5f0ff);
  }
  92% {
    background: linear-gradient(331.2deg, #e4f8ff, #c5f0ff);
  }
  93% {
    background: linear-gradient(334.8deg, #e4f8ff, #c5f0ff);
  }
  94% {
    background: linear-gradient(338.4deg, #e4f8ff, #c5f0ff);
  }
  95% {
    background: linear-gradient(342deg, #e4f8ff, #c5f0ff);
  }
  96% {
    background: linear-gradient(345.6deg, #e4f8ff, #c5f0ff);
  }
  97% {
    background: linear-gradient(349.2deg, #e4f8ff, #c5f0ff);
  }
  98% {
    background: linear-gradient(352.8deg, #e4f8ff, #c5f0ff);
  }
  99% {
    background: linear-gradient(356.4deg, #e4f8ff, #c5f0ff);
  }
  to {
    background: linear-gradient(360deg, #e4f8ff, #c5f0ff);
  }
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ecomappdev .our-industries-ecomweb-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-div::-webkit-scrollbar {
  width: 5px !important;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .our-industries-ecomweb-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .our-industries-ecomweb-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecomappdev
    .our-industries-ecomweb-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecomappdev
  .our-industries-ecomweb-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .our-industries-ecomweb-seo__wrapper .mobile-cta {
    display: none;
  }
}
.our-industries-ecomweb-faqs {
  padding: 60px 0;
}
.our-industries-ecomweb-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.our-industries-ecomweb-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.our-industries-ecomweb-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.our-industries-ecomweb-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.our-industries-ecomweb-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .our-industries-ecomweb-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .our-industries-ecomweb-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .our-industries-ecomweb-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.our-industries-ecomweb-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.our-industries-ecomweb-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.our-industries-ecomweb-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.our-industries-ecomweb-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.our-industries-ecomweb-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.our-industries-ecomweb-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.our-industries-ecomweb-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.our-industries-ecomweb-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .our-industries-ecomweb-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .our-industries-ecomweb-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    font-size: 20px;
  }
}
.our-industries-ecomweb-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.our-industries-ecomweb-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.our-industries-ecomweb-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.our-industries-ecomweb-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .our-industries-ecomweb-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.ecommerce-email-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-hero {
    padding-top: 130px;
  }
}
.ecommerce-email-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.ecommerce-email-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.ecommerce-email-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.ecommerce-email-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.ecommerce-email-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.ecommerce-email-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.ecommerce-email-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.ecommerce-email-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.ecommerce-email-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.ecommerce-email-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(4),
  .ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.ecommerce-email-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-email-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.ecommerce-email-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.ecommerce-email-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.ecommerce-email-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-brands {
    margin-top: 60px;
  }
}
.ecommerce-email-marketing-brands__wrapper {
  overflow: hidden;
}
.ecommerce-email-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-email-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-email-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-email-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-email-marketing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.ecommerce-email-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.ecommerce-email-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-email-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-email-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ecommerce-email-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ecommerce-email-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services__header--heading {
    max-width: 80%;
  }
}
.ecommerce-email-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-email-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-email-marketing-services__details {
    top: 220px;
  }
}
.ecommerce-email-marketing-services__details {
  display: none;
}
.ecommerce-email-marketing-services__details:first-of-type {
  display: block;
}
.ecommerce-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ecommerce-email-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-email-marketing-services__details--heading {
  margin-bottom: 10px;
}
.ecommerce-email-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.ecommerce-email-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-email-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-email-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ecommerce-email-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.ecommerce-email-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ecommerce-email-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.ecommerce-email-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.ecommerce-email-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ecommerce-email-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ecommerce-email-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ecommerce-email-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.ecommerce-email-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services__timeline {
    bottom: 15px;
  }
}
.ecommerce-email-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ecommerce-email-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ecommerce-email-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-email-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-email-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services-mob {
    display: none;
  }
}
.ecommerce-email-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ecommerce-email-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.ecommerce-email-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.ecommerce-email-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.ecommerce-email-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ecommerce-email-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-email-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-email-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ecommerce-email-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ecommerce-email-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ecommerce-email-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.ecommerce-email-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ecommerce-email-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ecommerce-email-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ecommerce-email-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.ecommerce-email-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-growth {
    margin-top: 60px;
  }
}
.ecommerce-email-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-growth__wrapper {
    padding: 24px;
  }
}
.ecommerce-email-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.ecommerce-email-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.ecommerce-email-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-email-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.ecommerce-email-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-email-marketing-casestudies {
  padding: 24px 0;
}
.ecommerce-email-marketing-casestudies__wrapper {
  overflow: hidden;
}
.ecommerce-email-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-email-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-email-marketing/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-email-marketing/swift-slide-bg.webp);
  }
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-email-marketing/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-email-marketing/storenvy-slide-bg.webp);
  }
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #8f97ce, #00293a);
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #55b15d, #1b612e);
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.ecommerce-email-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-email-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.ecommerce-email-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-email-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.ecommerce-email-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-email-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-email-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-history__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.ecommerce-email-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.ecommerce-email-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.ecommerce-email-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .ecommerce-email-marketing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .ecommerce-email-marketing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.ecommerce-email-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.ecommerce-email-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-email-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-email-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.ecommerce-email-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ecommerce-email-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.ecommerce-email-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.ecommerce-email-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.ecommerce-email-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.ecommerce-email-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-email-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-email-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.ecommerce-email-marketing-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.ecommerce-email-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.ecommerce-email-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.ecommerce-email-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-email-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-email-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.ecommerce-email-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.ecommerce-email-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.ecommerce-email-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.ecommerce-email-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.ecommerce-email-marketing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-email-marketing/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.ecommerce-email-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-email-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.ecommerce-email-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-email-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-email-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-email-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.ecommerce-email-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.ecommerce-email-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.ecommerce-email-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.ecommerce-email-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.ecommerce-email-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-email-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-email-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-email-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-email-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.ecommerce-email-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.ecommerce-email-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-email-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-email-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-email-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-email-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-email-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.ecommerce-email-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-email-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.ecommerce-email-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-email-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.ecommerce-email-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-email-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.ecommerce-email-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.ecommerce-email-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.ecommerce-email-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.ecommerce-email-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.ecommerce-email-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.ecommerce-email-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.ecommerce-email-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.ecommerce-email-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.ecommerce-email-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-email-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.ecommerce-email-marketing-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.ecommerce-email-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.ecommerce-email-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.ecommerce-email-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.ecommerce-email-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-email-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-email-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.ecommerce-email-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.ecommerce-email-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.ecommerce-email-marketing-process__wrapper--cards-card:hover
  .ecommerce-email-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.ecommerce-email-marketing-process__wrapper--cards-card:hover
  .ecommerce-email-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.ecommerce-email-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.ecommerce-email-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ecommerce-email-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.ecommerce-email-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.ecommerce-email-marketing-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.ecommerce-email-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.ecommerce-email-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.ecommerce-email-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.ecommerce-email-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.email-marketing-toolsntech {
  padding: 60px 0;
}
.email-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.email-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.email-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.email-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .email-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.email-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .email-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.email-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.email-marketing-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .email-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .email-marketing-toolsntech__wrapper--cards-cardwrap {
    width: 49%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .email-marketing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.email-marketing-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.email-marketing-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.email-marketing-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.email-marketing-toolsntech__wrapper--cards .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.email-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.email-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.email-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.email-marketing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.email-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.email-marketing-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.email-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.email-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.email-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .email-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.ecommerce-email-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.ecommerce-email-marketing-voices .left-gradient-shadow,
.ecommerce-email-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.ecommerce-email-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.ecommerce-email-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.ecommerce-email-marketing-voices__wrapper {
  overflow: hidden;
}
.ecommerce-email-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.ecommerce-email-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.ecommerce-email-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.ecommerce-email-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.ecommerce-email-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ecomappdev .ecommerce-email-marketing-ecomappdev {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecomappdev .ecommerce-email-marketing-ecomappdev__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .ecommerce-email-marketing-ecomappdev__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ecomappdev .ecommerce-email-marketing-ecomappdev__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .ecommerce-email-marketing-ecomappdev__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .ecommerce-email-marketing-ecomappdev__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecomappdev
    .ecommerce-email-marketing-ecomappdev__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .ecommerce-email-marketing-ecomappdev__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .ecommerce-email-marketing-ecomappdev__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .ecommerce-email-marketing-ecomappdev__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-div {
  height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecomappdev
    .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecomappdev
  .ecommerce-email-marketing-ecomappdev__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .ecommerce-email-marketing-ecomappdev__wrapper
    .mobile-cta {
    display: none;
  }
}
.ecommerce-email-marketing-faqs {
  padding: 60px 0;
}
.ecommerce-email-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.ecommerce-email-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.ecommerce-email-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.ecommerce-email-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.ecommerce-email-marketing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.ecommerce-email-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.ecommerce-email-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .ecommerce-email-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.ecommerce-bc-links {
  flex-wrap: wrap;
}
.ecommerce-bc-links .white-space {
  color: transparent;
}
.real-estate-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .real-estate-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .real-estate-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .real-estate-hero {
    padding-top: 130px;
  }
}
.real-estate-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.real-estate-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .real-estate-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .real-estate-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.real-estate-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .real-estate-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .real-estate-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.real-estate-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.real-estate-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .real-estate-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .real-estate-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .real-estate-hero__wrapper--headings-img {
    width: 45%;
  }
}
.real-estate-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .real-estate-hero__wrapper--desc {
    padding: 30px;
  }
}
.real-estate-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .real-estate-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.real-estate-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .real-estate-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.real-estate-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .real-estate-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.real-estate-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .real-estate-hero__wrapper--desc-card:nth-child(1),
  .real-estate-hero__wrapper--desc-card:nth-child(2),
  .real-estate-hero__wrapper--desc-card:nth-child(4),
  .real-estate-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .real-estate-hero__wrapper--desc-card:nth-child(1),
  .real-estate-hero__wrapper--desc-card:nth-child(2),
  .real-estate-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .real-estate-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .real-estate-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.real-estate-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.real-estate-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .real-estate-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.real-estate-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .real-estate-hero__wrapper--img2 {
    display: none;
  }
}
.real-estate-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .real-estate-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .real-estate-hero__wrapper--img2 img {
    display: none;
  }
}
.real-estate-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .real-estate-brands {
    margin-top: 60px;
  }
}
.real-estate-brands__wrapper {
  overflow: hidden;
}
.real-estate-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.real-estate-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.real-estate-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.real-estate-brands__wrapper--client-slider .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.real-estate-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.real-estate-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.real-estate-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.real-estate-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.real-estate-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .real-estate-services {
    display: block;
    margin-bottom: 80px;
  }
}
.real-estate-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.real-estate-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-services__header--heading {
    max-width: 80%;
  }
}
.real-estate-services__header--heading-link {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.real-estate-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .real-estate-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .real-estate-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .real-estate-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .real-estate-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-services__details {
    top: 220px;
  }
}
.real-estate-services__details {
  display: none;
}
.real-estate-services__details:first-of-type {
  display: block;
}
.real-estate-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .real-estate-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.real-estate-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-services__details--heading {
  margin-bottom: 10px;
}
.real-estate-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.real-estate-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .real-estate-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .real-estate-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .real-estate-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .real-estate-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.real-estate-services__slidesdiv {
  display: flex;
  width: 100%;
}
.real-estate-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 165px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .real-estate-services__slidesdiv--slide-img {
    bottom: 90px;
  }
}
.real-estate-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.real-estate-services__slidesdiv #s-1 img {
  width: 40%;
}
.real-estate-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.real-estate-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.real-estate-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.real-estate-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.real-estate-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.real-estate-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .real-estate-services__timeline {
    bottom: 15px;
  }
}
.real-estate-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.real-estate-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.real-estate-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .real-estate-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .real-estate-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .real-estate-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-services-mob {
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .real-estate-services-mob {
    display: none;
  }
}
.real-estate-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.real-estate-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.real-estate-services-mob__header--heading span {
  color: #d1202d;
}
.real-estate-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .real-estate-services-mob__header--text {
    padding-right: 340px;
  }
}
.real-estate-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.real-estate-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.real-estate-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.real-estate-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.real-estate-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.real-estate-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.real-estate-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.real-estate-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.real-estate-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.real-estate-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.real-estate-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.real-estate-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .real-estate-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-growth {
    margin-top: 60px;
  }
}
.real-estate-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .real-estate-growth__wrapper {
    padding: 24px;
  }
}
.real-estate-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .real-estate-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .real-estate-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.real-estate-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.real-estate-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.real-estate-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.real-estate-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-casestudies {
  padding: 24px 0;
}
.real-estate-casestudies__wrapper {
  overflow: hidden;
}
.real-estate-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .real-estate-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.real-estate-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.real-estate-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .real-estate-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.real-estate-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .real-estate-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.real-estate-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .real-estate-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.real-estate-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.real-estate-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.real-estate-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .real-estate-casestudies__wrapper--casestudy-slider .slider .slides {
    padding-bottom: 50px;
  }
}
.real-estate-casestudies__wrapper--casestudy-slider .slider .slides .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-app-development/mob-case-study-bg1.webp);
}
@media (min-width: 768px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-app-development/case-study-bg1.webp);
  }
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-app-development/mob-case-study-bg2.webp);
}
@media (min-width: 768px) {
  .real-estate-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-app-development/case-study-bg2.webp);
  }
}
.real-estate-casestudies__wrapper--casestudy-slider .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #8f97ce, #00293a);
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(106.24deg, #06b6d4 4.31%, #002279 98.12%);
}
.real-estate-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.real-estate-casestudies__wrapper--casestudy-slider .slider-nav-arrow .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.real-estate-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.real-estate-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-history__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.real-estate-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .real-estate-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.real-estate-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .real-estate-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .real-estate-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .real-estate-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .real-estate-history__wrapper--cards-card {
    padding: 24px;
  }
}
.real-estate-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.real-estate-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .real-estate-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.real-estate-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.real-estate-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .real-estate-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .real-estate-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.real-estate-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.real-estate-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .real-estate-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .real-estate-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.real-estate-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .real-estate-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.real-estate-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .real-estate-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .real-estate-awards__wrapper {
    flex-direction: row;
  }
}
.real-estate-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-awards__wrapper--col1 {
    width: 50%;
  }
}
.real-estate-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .real-estate-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.real-estate-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .real-estate-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.real-estate-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .real-estate-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.real-estate-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .real-estate-awards__wrapper--col2-award {
    width: 30%;
  }
}
.real-estate-awards__wrapper--col2-award img {
  width: 100%;
}
.real-estate-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .real-estate-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.real-estate-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-app-development/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.real-estate-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.real-estate-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.real-estate-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.real-estate-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .real-estate-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.real-estate-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.real-estate-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.real-estate-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .real-estate-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .real-estate-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .real-estate-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.real-estate-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .real-estate-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.real-estate-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.real-estate-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.real-estate-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.real-estate-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.real-estate-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.real-estate-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.real-estate-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.real-estate-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.real-estate-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .real-estate-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.real-estate-excellence__wrapper--cards #card5 .txt {
  color: #1c1c1c;
}
.real-estate-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .real-estate-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.real-estate-excellence__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
}
.real-estate-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.real-estate-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.real-estate-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .real-estate-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.real-estate-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.real-estate-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.real-estate-process__wrapper--cards-card:hover
  .real-estate-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.real-estate-process__wrapper--cards-card:hover
  .real-estate-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .real-estate-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.real-estate-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.real-estate-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.real-estate-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.real-estate-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.real-estate-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.real-estate-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-toolsntech {
  padding: 60px 0;
}
.real-estate-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.real-estate-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.real-estate-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .real-estate-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.real-estate-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.real-estate-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .real-estate-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .real-estate-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.real-estate-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotateDesign 3s linear infinite;
}
.real-estate-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotatedBackend 3s linear infinite;
}
.real-estate-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotateCloud 3s linear infinite;
}
.real-estate-toolsntech__wrapper--cards .mob-dev-cardwrap:hover {
  animation: gradientRotateMobdev 3s linear infinite;
}
.real-estate-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .real-estate-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .real-estate-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.real-estate-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.real-estate-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.real-estate-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.real-estate-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
@keyframes gradientRotateDesign {
  0% {
    background: linear-gradient(0deg, #ffede4, #ffdcc5);
  }
  1% {
    background: linear-gradient(3.6deg, #ffede4, #ffdcc5);
  }
  2% {
    background: linear-gradient(7.2deg, #ffede4, #ffdcc5);
  }
  3% {
    background: linear-gradient(10.8deg, #ffede4, #ffdcc5);
  }
  4% {
    background: linear-gradient(14.4deg, #ffede4, #ffdcc5);
  }
  5% {
    background: linear-gradient(18deg, #ffede4, #ffdcc5);
  }
  6% {
    background: linear-gradient(21.6deg, #ffede4, #ffdcc5);
  }
  7% {
    background: linear-gradient(25.2deg, #ffede4, #ffdcc5);
  }
  8% {
    background: linear-gradient(28.8deg, #ffede4, #ffdcc5);
  }
  9% {
    background: linear-gradient(32.4deg, #ffede4, #ffdcc5);
  }
  10% {
    background: linear-gradient(36deg, #ffede4, #ffdcc5);
  }
  11% {
    background: linear-gradient(39.6deg, #ffede4, #ffdcc5);
  }
  12% {
    background: linear-gradient(43.2deg, #ffede4, #ffdcc5);
  }
  13% {
    background: linear-gradient(46.8deg, #ffede4, #ffdcc5);
  }
  14% {
    background: linear-gradient(50.4deg, #ffede4, #ffdcc5);
  }
  15% {
    background: linear-gradient(54deg, #ffede4, #ffdcc5);
  }
  16% {
    background: linear-gradient(57.6deg, #ffede4, #ffdcc5);
  }
  17% {
    background: linear-gradient(61.2deg, #ffede4, #ffdcc5);
  }
  18% {
    background: linear-gradient(64.8deg, #ffede4, #ffdcc5);
  }
  19% {
    background: linear-gradient(68.4deg, #ffede4, #ffdcc5);
  }
  20% {
    background: linear-gradient(72deg, #ffede4, #ffdcc5);
  }
  21% {
    background: linear-gradient(75.6deg, #ffede4, #ffdcc5);
  }
  22% {
    background: linear-gradient(79.2deg, #ffede4, #ffdcc5);
  }
  23% {
    background: linear-gradient(82.8deg, #ffede4, #ffdcc5);
  }
  24% {
    background: linear-gradient(86.4deg, #ffede4, #ffdcc5);
  }
  25% {
    background: linear-gradient(90deg, #ffede4, #ffdcc5);
  }
  26% {
    background: linear-gradient(93.6deg, #ffede4, #ffdcc5);
  }
  27% {
    background: linear-gradient(97.2deg, #ffede4, #ffdcc5);
  }
  28% {
    background: linear-gradient(100.8deg, #ffede4, #ffdcc5);
  }
  29% {
    background: linear-gradient(104.4deg, #ffede4, #ffdcc5);
  }
  30% {
    background: linear-gradient(108deg, #ffede4, #ffdcc5);
  }
  31% {
    background: linear-gradient(111.6deg, #ffede4, #ffdcc5);
  }
  32% {
    background: linear-gradient(115.2deg, #ffede4, #ffdcc5);
  }
  33% {
    background: linear-gradient(118.8deg, #ffede4, #ffdcc5);
  }
  34% {
    background: linear-gradient(122.4deg, #ffede4, #ffdcc5);
  }
  35% {
    background: linear-gradient(126deg, #ffede4, #ffdcc5);
  }
  36% {
    background: linear-gradient(129.6deg, #ffede4, #ffdcc5);
  }
  37% {
    background: linear-gradient(133.2deg, #ffede4, #ffdcc5);
  }
  38% {
    background: linear-gradient(136.8deg, #ffede4, #ffdcc5);
  }
  39% {
    background: linear-gradient(140.4deg, #ffede4, #ffdcc5);
  }
  40% {
    background: linear-gradient(144deg, #ffede4, #ffdcc5);
  }
  41% {
    background: linear-gradient(147.6deg, #ffede4, #ffdcc5);
  }
  42% {
    background: linear-gradient(151.2deg, #ffede4, #ffdcc5);
  }
  43% {
    background: linear-gradient(154.8deg, #ffede4, #ffdcc5);
  }
  44% {
    background: linear-gradient(158.4deg, #ffede4, #ffdcc5);
  }
  45% {
    background: linear-gradient(162deg, #ffede4, #ffdcc5);
  }
  46% {
    background: linear-gradient(165.6deg, #ffede4, #ffdcc5);
  }
  47% {
    background: linear-gradient(169.2deg, #ffede4, #ffdcc5);
  }
  48% {
    background: linear-gradient(172.8deg, #ffede4, #ffdcc5);
  }
  49% {
    background: linear-gradient(176.4deg, #ffede4, #ffdcc5);
  }
  50% {
    background: linear-gradient(180deg, #ffede4, #ffdcc5);
  }
  51% {
    background: linear-gradient(183.6deg, #ffede4, #ffdcc5);
  }
  52% {
    background: linear-gradient(187.2deg, #ffede4, #ffdcc5);
  }
  53% {
    background: linear-gradient(190.8deg, #ffede4, #ffdcc5);
  }
  54% {
    background: linear-gradient(194.4deg, #ffede4, #ffdcc5);
  }
  55% {
    background: linear-gradient(198deg, #ffede4, #ffdcc5);
  }
  56% {
    background: linear-gradient(201.6deg, #ffede4, #ffdcc5);
  }
  57% {
    background: linear-gradient(205.2deg, #ffede4, #ffdcc5);
  }
  58% {
    background: linear-gradient(208.8deg, #ffede4, #ffdcc5);
  }
  59% {
    background: linear-gradient(212.4deg, #ffede4, #ffdcc5);
  }
  60% {
    background: linear-gradient(216deg, #ffede4, #ffdcc5);
  }
  61% {
    background: linear-gradient(219.6deg, #ffede4, #ffdcc5);
  }
  62% {
    background: linear-gradient(223.2deg, #ffede4, #ffdcc5);
  }
  63% {
    background: linear-gradient(226.8deg, #ffede4, #ffdcc5);
  }
  64% {
    background: linear-gradient(230.4deg, #ffede4, #ffdcc5);
  }
  65% {
    background: linear-gradient(234deg, #ffede4, #ffdcc5);
  }
  66% {
    background: linear-gradient(237.6deg, #ffede4, #ffdcc5);
  }
  67% {
    background: linear-gradient(241.2deg, #ffede4, #ffdcc5);
  }
  68% {
    background: linear-gradient(244.8deg, #ffede4, #ffdcc5);
  }
  69% {
    background: linear-gradient(248.4deg, #ffede4, #ffdcc5);
  }
  70% {
    background: linear-gradient(252deg, #ffede4, #ffdcc5);
  }
  71% {
    background: linear-gradient(255.6deg, #ffede4, #ffdcc5);
  }
  72% {
    background: linear-gradient(259.2deg, #ffede4, #ffdcc5);
  }
  73% {
    background: linear-gradient(262.8deg, #ffede4, #ffdcc5);
  }
  74% {
    background: linear-gradient(266.4deg, #ffede4, #ffdcc5);
  }
  75% {
    background: linear-gradient(270deg, #ffede4, #ffdcc5);
  }
  76% {
    background: linear-gradient(273.6deg, #ffede4, #ffdcc5);
  }
  77% {
    background: linear-gradient(277.2deg, #ffede4, #ffdcc5);
  }
  78% {
    background: linear-gradient(280.8deg, #ffede4, #ffdcc5);
  }
  79% {
    background: linear-gradient(284.4deg, #ffede4, #ffdcc5);
  }
  80% {
    background: linear-gradient(288deg, #ffede4, #ffdcc5);
  }
  81% {
    background: linear-gradient(291.6deg, #ffede4, #ffdcc5);
  }
  82% {
    background: linear-gradient(295.2deg, #ffede4, #ffdcc5);
  }
  83% {
    background: linear-gradient(298.8deg, #ffede4, #ffdcc5);
  }
  84% {
    background: linear-gradient(302.4deg, #ffede4, #ffdcc5);
  }
  85% {
    background: linear-gradient(306deg, #ffede4, #ffdcc5);
  }
  86% {
    background: linear-gradient(309.6deg, #ffede4, #ffdcc5);
  }
  87% {
    background: linear-gradient(313.2deg, #ffede4, #ffdcc5);
  }
  88% {
    background: linear-gradient(316.8deg, #ffede4, #ffdcc5);
  }
  89% {
    background: linear-gradient(320.4deg, #ffede4, #ffdcc5);
  }
  90% {
    background: linear-gradient(324deg, #ffede4, #ffdcc5);
  }
  91% {
    background: linear-gradient(327.6deg, #ffede4, #ffdcc5);
  }
  92% {
    background: linear-gradient(331.2deg, #ffede4, #ffdcc5);
  }
  93% {
    background: linear-gradient(334.8deg, #ffede4, #ffdcc5);
  }
  94% {
    background: linear-gradient(338.4deg, #ffede4, #ffdcc5);
  }
  95% {
    background: linear-gradient(342deg, #ffede4, #ffdcc5);
  }
  96% {
    background: linear-gradient(345.6deg, #ffede4, #ffdcc5);
  }
  97% {
    background: linear-gradient(349.2deg, #ffede4, #ffdcc5);
  }
  98% {
    background: linear-gradient(352.8deg, #ffede4, #ffdcc5);
  }
  99% {
    background: linear-gradient(356.4deg, #ffede4, #ffdcc5);
  }
  to {
    background: linear-gradient(360deg, #ffede4, #ffdcc5);
  }
}
@keyframes gradientRotatedBackend {
  0% {
    background: linear-gradient(0deg, #faedff, #f1c7ff);
  }
  1% {
    background: linear-gradient(3.6deg, #faedff, #f1c7ff);
  }
  2% {
    background: linear-gradient(7.2deg, #faedff, #f1c7ff);
  }
  3% {
    background: linear-gradient(10.8deg, #faedff, #f1c7ff);
  }
  4% {
    background: linear-gradient(14.4deg, #faedff, #f1c7ff);
  }
  5% {
    background: linear-gradient(18deg, #faedff, #f1c7ff);
  }
  6% {
    background: linear-gradient(21.6deg, #faedff, #f1c7ff);
  }
  7% {
    background: linear-gradient(25.2deg, #faedff, #f1c7ff);
  }
  8% {
    background: linear-gradient(28.8deg, #faedff, #f1c7ff);
  }
  9% {
    background: linear-gradient(32.4deg, #faedff, #f1c7ff);
  }
  10% {
    background: linear-gradient(36deg, #faedff, #f1c7ff);
  }
  11% {
    background: linear-gradient(39.6deg, #faedff, #f1c7ff);
  }
  12% {
    background: linear-gradient(43.2deg, #faedff, #f1c7ff);
  }
  13% {
    background: linear-gradient(46.8deg, #faedff, #f1c7ff);
  }
  14% {
    background: linear-gradient(50.4deg, #faedff, #f1c7ff);
  }
  15% {
    background: linear-gradient(54deg, #faedff, #f1c7ff);
  }
  16% {
    background: linear-gradient(57.6deg, #faedff, #f1c7ff);
  }
  17% {
    background: linear-gradient(61.2deg, #faedff, #f1c7ff);
  }
  18% {
    background: linear-gradient(64.8deg, #faedff, #f1c7ff);
  }
  19% {
    background: linear-gradient(68.4deg, #faedff, #f1c7ff);
  }
  20% {
    background: linear-gradient(72deg, #faedff, #f1c7ff);
  }
  21% {
    background: linear-gradient(75.6deg, #faedff, #f1c7ff);
  }
  22% {
    background: linear-gradient(79.2deg, #faedff, #f1c7ff);
  }
  23% {
    background: linear-gradient(82.8deg, #faedff, #f1c7ff);
  }
  24% {
    background: linear-gradient(86.4deg, #faedff, #f1c7ff);
  }
  25% {
    background: linear-gradient(90deg, #faedff, #f1c7ff);
  }
  26% {
    background: linear-gradient(93.6deg, #faedff, #f1c7ff);
  }
  27% {
    background: linear-gradient(97.2deg, #faedff, #f1c7ff);
  }
  28% {
    background: linear-gradient(100.8deg, #faedff, #f1c7ff);
  }
  29% {
    background: linear-gradient(104.4deg, #faedff, #f1c7ff);
  }
  30% {
    background: linear-gradient(108deg, #faedff, #f1c7ff);
  }
  31% {
    background: linear-gradient(111.6deg, #faedff, #f1c7ff);
  }
  32% {
    background: linear-gradient(115.2deg, #faedff, #f1c7ff);
  }
  33% {
    background: linear-gradient(118.8deg, #faedff, #f1c7ff);
  }
  34% {
    background: linear-gradient(122.4deg, #faedff, #f1c7ff);
  }
  35% {
    background: linear-gradient(126deg, #faedff, #f1c7ff);
  }
  36% {
    background: linear-gradient(129.6deg, #faedff, #f1c7ff);
  }
  37% {
    background: linear-gradient(133.2deg, #faedff, #f1c7ff);
  }
  38% {
    background: linear-gradient(136.8deg, #faedff, #f1c7ff);
  }
  39% {
    background: linear-gradient(140.4deg, #faedff, #f1c7ff);
  }
  40% {
    background: linear-gradient(144deg, #faedff, #f1c7ff);
  }
  41% {
    background: linear-gradient(147.6deg, #faedff, #f1c7ff);
  }
  42% {
    background: linear-gradient(151.2deg, #faedff, #f1c7ff);
  }
  43% {
    background: linear-gradient(154.8deg, #faedff, #f1c7ff);
  }
  44% {
    background: linear-gradient(158.4deg, #faedff, #f1c7ff);
  }
  45% {
    background: linear-gradient(162deg, #faedff, #f1c7ff);
  }
  46% {
    background: linear-gradient(165.6deg, #faedff, #f1c7ff);
  }
  47% {
    background: linear-gradient(169.2deg, #faedff, #f1c7ff);
  }
  48% {
    background: linear-gradient(172.8deg, #faedff, #f1c7ff);
  }
  49% {
    background: linear-gradient(176.4deg, #faedff, #f1c7ff);
  }
  50% {
    background: linear-gradient(180deg, #faedff, #f1c7ff);
  }
  51% {
    background: linear-gradient(183.6deg, #faedff, #f1c7ff);
  }
  52% {
    background: linear-gradient(187.2deg, #faedff, #f1c7ff);
  }
  53% {
    background: linear-gradient(190.8deg, #faedff, #f1c7ff);
  }
  54% {
    background: linear-gradient(194.4deg, #faedff, #f1c7ff);
  }
  55% {
    background: linear-gradient(198deg, #faedff, #f1c7ff);
  }
  56% {
    background: linear-gradient(201.6deg, #faedff, #f1c7ff);
  }
  57% {
    background: linear-gradient(205.2deg, #faedff, #f1c7ff);
  }
  58% {
    background: linear-gradient(208.8deg, #faedff, #f1c7ff);
  }
  59% {
    background: linear-gradient(212.4deg, #faedff, #f1c7ff);
  }
  60% {
    background: linear-gradient(216deg, #faedff, #f1c7ff);
  }
  61% {
    background: linear-gradient(219.6deg, #faedff, #f1c7ff);
  }
  62% {
    background: linear-gradient(223.2deg, #faedff, #f1c7ff);
  }
  63% {
    background: linear-gradient(226.8deg, #faedff, #f1c7ff);
  }
  64% {
    background: linear-gradient(230.4deg, #faedff, #f1c7ff);
  }
  65% {
    background: linear-gradient(234deg, #faedff, #f1c7ff);
  }
  66% {
    background: linear-gradient(237.6deg, #faedff, #f1c7ff);
  }
  67% {
    background: linear-gradient(241.2deg, #faedff, #f1c7ff);
  }
  68% {
    background: linear-gradient(244.8deg, #faedff, #f1c7ff);
  }
  69% {
    background: linear-gradient(248.4deg, #faedff, #f1c7ff);
  }
  70% {
    background: linear-gradient(252deg, #faedff, #f1c7ff);
  }
  71% {
    background: linear-gradient(255.6deg, #faedff, #f1c7ff);
  }
  72% {
    background: linear-gradient(259.2deg, #faedff, #f1c7ff);
  }
  73% {
    background: linear-gradient(262.8deg, #faedff, #f1c7ff);
  }
  74% {
    background: linear-gradient(266.4deg, #faedff, #f1c7ff);
  }
  75% {
    background: linear-gradient(270deg, #faedff, #f1c7ff);
  }
  76% {
    background: linear-gradient(273.6deg, #faedff, #f1c7ff);
  }
  77% {
    background: linear-gradient(277.2deg, #faedff, #f1c7ff);
  }
  78% {
    background: linear-gradient(280.8deg, #faedff, #f1c7ff);
  }
  79% {
    background: linear-gradient(284.4deg, #faedff, #f1c7ff);
  }
  80% {
    background: linear-gradient(288deg, #faedff, #f1c7ff);
  }
  81% {
    background: linear-gradient(291.6deg, #faedff, #f1c7ff);
  }
  82% {
    background: linear-gradient(295.2deg, #faedff, #f1c7ff);
  }
  83% {
    background: linear-gradient(298.8deg, #faedff, #f1c7ff);
  }
  84% {
    background: linear-gradient(302.4deg, #faedff, #f1c7ff);
  }
  85% {
    background: linear-gradient(306deg, #faedff, #f1c7ff);
  }
  86% {
    background: linear-gradient(309.6deg, #faedff, #f1c7ff);
  }
  87% {
    background: linear-gradient(313.2deg, #faedff, #f1c7ff);
  }
  88% {
    background: linear-gradient(316.8deg, #faedff, #f1c7ff);
  }
  89% {
    background: linear-gradient(320.4deg, #faedff, #f1c7ff);
  }
  90% {
    background: linear-gradient(324deg, #faedff, #f1c7ff);
  }
  91% {
    background: linear-gradient(327.6deg, #faedff, #f1c7ff);
  }
  92% {
    background: linear-gradient(331.2deg, #faedff, #f1c7ff);
  }
  93% {
    background: linear-gradient(334.8deg, #faedff, #f1c7ff);
  }
  94% {
    background: linear-gradient(338.4deg, #faedff, #f1c7ff);
  }
  95% {
    background: linear-gradient(342deg, #faedff, #f1c7ff);
  }
  96% {
    background: linear-gradient(345.6deg, #faedff, #f1c7ff);
  }
  97% {
    background: linear-gradient(349.2deg, #faedff, #f1c7ff);
  }
  98% {
    background: linear-gradient(352.8deg, #faedff, #f1c7ff);
  }
  99% {
    background: linear-gradient(356.4deg, #faedff, #f1c7ff);
  }
  to {
    background: linear-gradient(360deg, #faedff, #f1c7ff);
  }
}
@keyframes gradientRotateCloud {
  0% {
    background: linear-gradient(0deg, #fff5df, #ffe6ac);
  }
  1% {
    background: linear-gradient(3.6deg, #fff5df, #ffe6ac);
  }
  2% {
    background: linear-gradient(7.2deg, #fff5df, #ffe6ac);
  }
  3% {
    background: linear-gradient(10.8deg, #fff5df, #ffe6ac);
  }
  4% {
    background: linear-gradient(14.4deg, #fff5df, #ffe6ac);
  }
  5% {
    background: linear-gradient(18deg, #fff5df, #ffe6ac);
  }
  6% {
    background: linear-gradient(21.6deg, #fff5df, #ffe6ac);
  }
  7% {
    background: linear-gradient(25.2deg, #fff5df, #ffe6ac);
  }
  8% {
    background: linear-gradient(28.8deg, #fff5df, #ffe6ac);
  }
  9% {
    background: linear-gradient(32.4deg, #fff5df, #ffe6ac);
  }
  10% {
    background: linear-gradient(36deg, #fff5df, #ffe6ac);
  }
  11% {
    background: linear-gradient(39.6deg, #fff5df, #ffe6ac);
  }
  12% {
    background: linear-gradient(43.2deg, #fff5df, #ffe6ac);
  }
  13% {
    background: linear-gradient(46.8deg, #fff5df, #ffe6ac);
  }
  14% {
    background: linear-gradient(50.4deg, #fff5df, #ffe6ac);
  }
  15% {
    background: linear-gradient(54deg, #fff5df, #ffe6ac);
  }
  16% {
    background: linear-gradient(57.6deg, #fff5df, #ffe6ac);
  }
  17% {
    background: linear-gradient(61.2deg, #fff5df, #ffe6ac);
  }
  18% {
    background: linear-gradient(64.8deg, #fff5df, #ffe6ac);
  }
  19% {
    background: linear-gradient(68.4deg, #fff5df, #ffe6ac);
  }
  20% {
    background: linear-gradient(72deg, #fff5df, #ffe6ac);
  }
  21% {
    background: linear-gradient(75.6deg, #fff5df, #ffe6ac);
  }
  22% {
    background: linear-gradient(79.2deg, #fff5df, #ffe6ac);
  }
  23% {
    background: linear-gradient(82.8deg, #fff5df, #ffe6ac);
  }
  24% {
    background: linear-gradient(86.4deg, #fff5df, #ffe6ac);
  }
  25% {
    background: linear-gradient(90deg, #fff5df, #ffe6ac);
  }
  26% {
    background: linear-gradient(93.6deg, #fff5df, #ffe6ac);
  }
  27% {
    background: linear-gradient(97.2deg, #fff5df, #ffe6ac);
  }
  28% {
    background: linear-gradient(100.8deg, #fff5df, #ffe6ac);
  }
  29% {
    background: linear-gradient(104.4deg, #fff5df, #ffe6ac);
  }
  30% {
    background: linear-gradient(108deg, #fff5df, #ffe6ac);
  }
  31% {
    background: linear-gradient(111.6deg, #fff5df, #ffe6ac);
  }
  32% {
    background: linear-gradient(115.2deg, #fff5df, #ffe6ac);
  }
  33% {
    background: linear-gradient(118.8deg, #fff5df, #ffe6ac);
  }
  34% {
    background: linear-gradient(122.4deg, #fff5df, #ffe6ac);
  }
  35% {
    background: linear-gradient(126deg, #fff5df, #ffe6ac);
  }
  36% {
    background: linear-gradient(129.6deg, #fff5df, #ffe6ac);
  }
  37% {
    background: linear-gradient(133.2deg, #fff5df, #ffe6ac);
  }
  38% {
    background: linear-gradient(136.8deg, #fff5df, #ffe6ac);
  }
  39% {
    background: linear-gradient(140.4deg, #fff5df, #ffe6ac);
  }
  40% {
    background: linear-gradient(144deg, #fff5df, #ffe6ac);
  }
  41% {
    background: linear-gradient(147.6deg, #fff5df, #ffe6ac);
  }
  42% {
    background: linear-gradient(151.2deg, #fff5df, #ffe6ac);
  }
  43% {
    background: linear-gradient(154.8deg, #fff5df, #ffe6ac);
  }
  44% {
    background: linear-gradient(158.4deg, #fff5df, #ffe6ac);
  }
  45% {
    background: linear-gradient(162deg, #fff5df, #ffe6ac);
  }
  46% {
    background: linear-gradient(165.6deg, #fff5df, #ffe6ac);
  }
  47% {
    background: linear-gradient(169.2deg, #fff5df, #ffe6ac);
  }
  48% {
    background: linear-gradient(172.8deg, #fff5df, #ffe6ac);
  }
  49% {
    background: linear-gradient(176.4deg, #fff5df, #ffe6ac);
  }
  50% {
    background: linear-gradient(180deg, #fff5df, #ffe6ac);
  }
  51% {
    background: linear-gradient(183.6deg, #fff5df, #ffe6ac);
  }
  52% {
    background: linear-gradient(187.2deg, #fff5df, #ffe6ac);
  }
  53% {
    background: linear-gradient(190.8deg, #fff5df, #ffe6ac);
  }
  54% {
    background: linear-gradient(194.4deg, #fff5df, #ffe6ac);
  }
  55% {
    background: linear-gradient(198deg, #fff5df, #ffe6ac);
  }
  56% {
    background: linear-gradient(201.6deg, #fff5df, #ffe6ac);
  }
  57% {
    background: linear-gradient(205.2deg, #fff5df, #ffe6ac);
  }
  58% {
    background: linear-gradient(208.8deg, #fff5df, #ffe6ac);
  }
  59% {
    background: linear-gradient(212.4deg, #fff5df, #ffe6ac);
  }
  60% {
    background: linear-gradient(216deg, #fff5df, #ffe6ac);
  }
  61% {
    background: linear-gradient(219.6deg, #fff5df, #ffe6ac);
  }
  62% {
    background: linear-gradient(223.2deg, #fff5df, #ffe6ac);
  }
  63% {
    background: linear-gradient(226.8deg, #fff5df, #ffe6ac);
  }
  64% {
    background: linear-gradient(230.4deg, #fff5df, #ffe6ac);
  }
  65% {
    background: linear-gradient(234deg, #fff5df, #ffe6ac);
  }
  66% {
    background: linear-gradient(237.6deg, #fff5df, #ffe6ac);
  }
  67% {
    background: linear-gradient(241.2deg, #fff5df, #ffe6ac);
  }
  68% {
    background: linear-gradient(244.8deg, #fff5df, #ffe6ac);
  }
  69% {
    background: linear-gradient(248.4deg, #fff5df, #ffe6ac);
  }
  70% {
    background: linear-gradient(252deg, #fff5df, #ffe6ac);
  }
  71% {
    background: linear-gradient(255.6deg, #fff5df, #ffe6ac);
  }
  72% {
    background: linear-gradient(259.2deg, #fff5df, #ffe6ac);
  }
  73% {
    background: linear-gradient(262.8deg, #fff5df, #ffe6ac);
  }
  74% {
    background: linear-gradient(266.4deg, #fff5df, #ffe6ac);
  }
  75% {
    background: linear-gradient(270deg, #fff5df, #ffe6ac);
  }
  76% {
    background: linear-gradient(273.6deg, #fff5df, #ffe6ac);
  }
  77% {
    background: linear-gradient(277.2deg, #fff5df, #ffe6ac);
  }
  78% {
    background: linear-gradient(280.8deg, #fff5df, #ffe6ac);
  }
  79% {
    background: linear-gradient(284.4deg, #fff5df, #ffe6ac);
  }
  80% {
    background: linear-gradient(288deg, #fff5df, #ffe6ac);
  }
  81% {
    background: linear-gradient(291.6deg, #fff5df, #ffe6ac);
  }
  82% {
    background: linear-gradient(295.2deg, #fff5df, #ffe6ac);
  }
  83% {
    background: linear-gradient(298.8deg, #fff5df, #ffe6ac);
  }
  84% {
    background: linear-gradient(302.4deg, #fff5df, #ffe6ac);
  }
  85% {
    background: linear-gradient(306deg, #fff5df, #ffe6ac);
  }
  86% {
    background: linear-gradient(309.6deg, #fff5df, #ffe6ac);
  }
  87% {
    background: linear-gradient(313.2deg, #fff5df, #ffe6ac);
  }
  88% {
    background: linear-gradient(316.8deg, #fff5df, #ffe6ac);
  }
  89% {
    background: linear-gradient(320.4deg, #fff5df, #ffe6ac);
  }
  90% {
    background: linear-gradient(324deg, #fff5df, #ffe6ac);
  }
  91% {
    background: linear-gradient(327.6deg, #fff5df, #ffe6ac);
  }
  92% {
    background: linear-gradient(331.2deg, #fff5df, #ffe6ac);
  }
  93% {
    background: linear-gradient(334.8deg, #fff5df, #ffe6ac);
  }
  94% {
    background: linear-gradient(338.4deg, #fff5df, #ffe6ac);
  }
  95% {
    background: linear-gradient(342deg, #fff5df, #ffe6ac);
  }
  96% {
    background: linear-gradient(345.6deg, #fff5df, #ffe6ac);
  }
  97% {
    background: linear-gradient(349.2deg, #fff5df, #ffe6ac);
  }
  98% {
    background: linear-gradient(352.8deg, #fff5df, #ffe6ac);
  }
  99% {
    background: linear-gradient(356.4deg, #fff5df, #ffe6ac);
  }
  to {
    background: linear-gradient(360deg, #fff5df, #ffe6ac);
  }
}
@keyframes gradientRotateMobdev {
  0% {
    background: linear-gradient(0deg, #e4f8ff, #c5f0ff);
  }
  1% {
    background: linear-gradient(3.6deg, #e4f8ff, #c5f0ff);
  }
  2% {
    background: linear-gradient(7.2deg, #e4f8ff, #c5f0ff);
  }
  3% {
    background: linear-gradient(10.8deg, #e4f8ff, #c5f0ff);
  }
  4% {
    background: linear-gradient(14.4deg, #e4f8ff, #c5f0ff);
  }
  5% {
    background: linear-gradient(18deg, #e4f8ff, #c5f0ff);
  }
  6% {
    background: linear-gradient(21.6deg, #e4f8ff, #c5f0ff);
  }
  7% {
    background: linear-gradient(25.2deg, #e4f8ff, #c5f0ff);
  }
  8% {
    background: linear-gradient(28.8deg, #e4f8ff, #c5f0ff);
  }
  9% {
    background: linear-gradient(32.4deg, #e4f8ff, #c5f0ff);
  }
  10% {
    background: linear-gradient(36deg, #e4f8ff, #c5f0ff);
  }
  11% {
    background: linear-gradient(39.6deg, #e4f8ff, #c5f0ff);
  }
  12% {
    background: linear-gradient(43.2deg, #e4f8ff, #c5f0ff);
  }
  13% {
    background: linear-gradient(46.8deg, #e4f8ff, #c5f0ff);
  }
  14% {
    background: linear-gradient(50.4deg, #e4f8ff, #c5f0ff);
  }
  15% {
    background: linear-gradient(54deg, #e4f8ff, #c5f0ff);
  }
  16% {
    background: linear-gradient(57.6deg, #e4f8ff, #c5f0ff);
  }
  17% {
    background: linear-gradient(61.2deg, #e4f8ff, #c5f0ff);
  }
  18% {
    background: linear-gradient(64.8deg, #e4f8ff, #c5f0ff);
  }
  19% {
    background: linear-gradient(68.4deg, #e4f8ff, #c5f0ff);
  }
  20% {
    background: linear-gradient(72deg, #e4f8ff, #c5f0ff);
  }
  21% {
    background: linear-gradient(75.6deg, #e4f8ff, #c5f0ff);
  }
  22% {
    background: linear-gradient(79.2deg, #e4f8ff, #c5f0ff);
  }
  23% {
    background: linear-gradient(82.8deg, #e4f8ff, #c5f0ff);
  }
  24% {
    background: linear-gradient(86.4deg, #e4f8ff, #c5f0ff);
  }
  25% {
    background: linear-gradient(90deg, #e4f8ff, #c5f0ff);
  }
  26% {
    background: linear-gradient(93.6deg, #e4f8ff, #c5f0ff);
  }
  27% {
    background: linear-gradient(97.2deg, #e4f8ff, #c5f0ff);
  }
  28% {
    background: linear-gradient(100.8deg, #e4f8ff, #c5f0ff);
  }
  29% {
    background: linear-gradient(104.4deg, #e4f8ff, #c5f0ff);
  }
  30% {
    background: linear-gradient(108deg, #e4f8ff, #c5f0ff);
  }
  31% {
    background: linear-gradient(111.6deg, #e4f8ff, #c5f0ff);
  }
  32% {
    background: linear-gradient(115.2deg, #e4f8ff, #c5f0ff);
  }
  33% {
    background: linear-gradient(118.8deg, #e4f8ff, #c5f0ff);
  }
  34% {
    background: linear-gradient(122.4deg, #e4f8ff, #c5f0ff);
  }
  35% {
    background: linear-gradient(126deg, #e4f8ff, #c5f0ff);
  }
  36% {
    background: linear-gradient(129.6deg, #e4f8ff, #c5f0ff);
  }
  37% {
    background: linear-gradient(133.2deg, #e4f8ff, #c5f0ff);
  }
  38% {
    background: linear-gradient(136.8deg, #e4f8ff, #c5f0ff);
  }
  39% {
    background: linear-gradient(140.4deg, #e4f8ff, #c5f0ff);
  }
  40% {
    background: linear-gradient(144deg, #e4f8ff, #c5f0ff);
  }
  41% {
    background: linear-gradient(147.6deg, #e4f8ff, #c5f0ff);
  }
  42% {
    background: linear-gradient(151.2deg, #e4f8ff, #c5f0ff);
  }
  43% {
    background: linear-gradient(154.8deg, #e4f8ff, #c5f0ff);
  }
  44% {
    background: linear-gradient(158.4deg, #e4f8ff, #c5f0ff);
  }
  45% {
    background: linear-gradient(162deg, #e4f8ff, #c5f0ff);
  }
  46% {
    background: linear-gradient(165.6deg, #e4f8ff, #c5f0ff);
  }
  47% {
    background: linear-gradient(169.2deg, #e4f8ff, #c5f0ff);
  }
  48% {
    background: linear-gradient(172.8deg, #e4f8ff, #c5f0ff);
  }
  49% {
    background: linear-gradient(176.4deg, #e4f8ff, #c5f0ff);
  }
  50% {
    background: linear-gradient(180deg, #e4f8ff, #c5f0ff);
  }
  51% {
    background: linear-gradient(183.6deg, #e4f8ff, #c5f0ff);
  }
  52% {
    background: linear-gradient(187.2deg, #e4f8ff, #c5f0ff);
  }
  53% {
    background: linear-gradient(190.8deg, #e4f8ff, #c5f0ff);
  }
  54% {
    background: linear-gradient(194.4deg, #e4f8ff, #c5f0ff);
  }
  55% {
    background: linear-gradient(198deg, #e4f8ff, #c5f0ff);
  }
  56% {
    background: linear-gradient(201.6deg, #e4f8ff, #c5f0ff);
  }
  57% {
    background: linear-gradient(205.2deg, #e4f8ff, #c5f0ff);
  }
  58% {
    background: linear-gradient(208.8deg, #e4f8ff, #c5f0ff);
  }
  59% {
    background: linear-gradient(212.4deg, #e4f8ff, #c5f0ff);
  }
  60% {
    background: linear-gradient(216deg, #e4f8ff, #c5f0ff);
  }
  61% {
    background: linear-gradient(219.6deg, #e4f8ff, #c5f0ff);
  }
  62% {
    background: linear-gradient(223.2deg, #e4f8ff, #c5f0ff);
  }
  63% {
    background: linear-gradient(226.8deg, #e4f8ff, #c5f0ff);
  }
  64% {
    background: linear-gradient(230.4deg, #e4f8ff, #c5f0ff);
  }
  65% {
    background: linear-gradient(234deg, #e4f8ff, #c5f0ff);
  }
  66% {
    background: linear-gradient(237.6deg, #e4f8ff, #c5f0ff);
  }
  67% {
    background: linear-gradient(241.2deg, #e4f8ff, #c5f0ff);
  }
  68% {
    background: linear-gradient(244.8deg, #e4f8ff, #c5f0ff);
  }
  69% {
    background: linear-gradient(248.4deg, #e4f8ff, #c5f0ff);
  }
  70% {
    background: linear-gradient(252deg, #e4f8ff, #c5f0ff);
  }
  71% {
    background: linear-gradient(255.6deg, #e4f8ff, #c5f0ff);
  }
  72% {
    background: linear-gradient(259.2deg, #e4f8ff, #c5f0ff);
  }
  73% {
    background: linear-gradient(262.8deg, #e4f8ff, #c5f0ff);
  }
  74% {
    background: linear-gradient(266.4deg, #e4f8ff, #c5f0ff);
  }
  75% {
    background: linear-gradient(270deg, #e4f8ff, #c5f0ff);
  }
  76% {
    background: linear-gradient(273.6deg, #e4f8ff, #c5f0ff);
  }
  77% {
    background: linear-gradient(277.2deg, #e4f8ff, #c5f0ff);
  }
  78% {
    background: linear-gradient(280.8deg, #e4f8ff, #c5f0ff);
  }
  79% {
    background: linear-gradient(284.4deg, #e4f8ff, #c5f0ff);
  }
  80% {
    background: linear-gradient(288deg, #e4f8ff, #c5f0ff);
  }
  81% {
    background: linear-gradient(291.6deg, #e4f8ff, #c5f0ff);
  }
  82% {
    background: linear-gradient(295.2deg, #e4f8ff, #c5f0ff);
  }
  83% {
    background: linear-gradient(298.8deg, #e4f8ff, #c5f0ff);
  }
  84% {
    background: linear-gradient(302.4deg, #e4f8ff, #c5f0ff);
  }
  85% {
    background: linear-gradient(306deg, #e4f8ff, #c5f0ff);
  }
  86% {
    background: linear-gradient(309.6deg, #e4f8ff, #c5f0ff);
  }
  87% {
    background: linear-gradient(313.2deg, #e4f8ff, #c5f0ff);
  }
  88% {
    background: linear-gradient(316.8deg, #e4f8ff, #c5f0ff);
  }
  89% {
    background: linear-gradient(320.4deg, #e4f8ff, #c5f0ff);
  }
  90% {
    background: linear-gradient(324deg, #e4f8ff, #c5f0ff);
  }
  91% {
    background: linear-gradient(327.6deg, #e4f8ff, #c5f0ff);
  }
  92% {
    background: linear-gradient(331.2deg, #e4f8ff, #c5f0ff);
  }
  93% {
    background: linear-gradient(334.8deg, #e4f8ff, #c5f0ff);
  }
  94% {
    background: linear-gradient(338.4deg, #e4f8ff, #c5f0ff);
  }
  95% {
    background: linear-gradient(342deg, #e4f8ff, #c5f0ff);
  }
  96% {
    background: linear-gradient(345.6deg, #e4f8ff, #c5f0ff);
  }
  97% {
    background: linear-gradient(349.2deg, #e4f8ff, #c5f0ff);
  }
  98% {
    background: linear-gradient(352.8deg, #e4f8ff, #c5f0ff);
  }
  99% {
    background: linear-gradient(356.4deg, #e4f8ff, #c5f0ff);
  }
  to {
    background: linear-gradient(360deg, #e4f8ff, #c5f0ff);
  }
}
.real-estate-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.real-estate-voices .left-gradient-shadow,
.real-estate-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.real-estate-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.real-estate-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.real-estate-voices__wrapper {
  overflow: hidden;
}
.real-estate-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .real-estate-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.real-estate-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.real-estate-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-voices__wrapper--testimonial-slider .swiper {
  -webkit-overflow-scrolling: touch;
}
.real-estate-voices__wrapper--testimonial-slider .swiper,
.real-estate-voices__wrapper--testimonial-slider .swiper-container {
  touch-action: manipulation;
}
.real-estate-voices__wrapper--testimonial-slider .swiper-wrapper,
.real-estate-voices__wrapper--testimonial-slider .swiper-slide {
  pointer-events: auto;
}
.real-estate-voices__wrapper--testimonial-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 24px;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #626060;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
  position: relative;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 5%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  padding: 12px 15px;
  border-radius: 100%;
  width: fit-content;
  background: #fff;
  border: none;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .real-estate-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.real-estate-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.real-estate-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ecomappdev .real-estate-ecomappdev {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecomappdev .real-estate-ecomappdev__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-ecomappdev__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ecomappdev .real-estate-ecomappdev__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-ecomappdev__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecomappdev .real-estate-ecomappdev__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-ecomappdev__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecomappdev .real-estate-ecomappdev__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecomappdev .real-estate-ecomappdev__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecomappdev .real-estate-ecomappdev__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-ecomappdev__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecomappdev .real-estate-ecomappdev__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-ecomappdev__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ecomappdev .real-estate-ecomappdev__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-ecomappdev__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecomappdev .real-estate-ecomappdev__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecomappdev .real-estate-ecomappdev__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-ecomappdev__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecomappdev
    .real-estate-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecomappdev
  .real-estate-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecomappdev .real-estate-ecomappdev__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-ecomappdev__wrapper .mobile-cta {
    display: none;
  }
}
.real-estate-faqs {
  padding: 60px 0;
}
.real-estate-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.real-estate-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.real-estate-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.real-estate-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .real-estate-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .real-estate-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .real-estate-faqs__wrapper--faq-container .faqs__accitem--head:hover:after,
  .real-estate-faqs__wrapper--faq-container .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.real-estate-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.real-estate-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.real-estate-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.real-estate-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.real-estate-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.real-estate-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.real-estate-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.real-estate-faqs__wrapper--faq-container .faqs__accitem--head-accordiontitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .real-estate-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    font-size: 20px;
  }
}
.real-estate-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.real-estate-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.real-estate-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.real-estate-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.real-estate-seo-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .real-estate-seo-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .real-estate-seo-hero {
    padding-top: 130px;
  }
}
.real-estate-seo-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.real-estate-seo-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-seo-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .real-estate-seo-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.real-estate-seo-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .real-estate-seo-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.real-estate-seo-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.real-estate-seo-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .real-estate-seo-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .real-estate-seo-hero__wrapper--headings-img {
    width: 45%;
  }
}
.real-estate-seo-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-seo-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .real-estate-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
.real-estate-seo-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .real-estate-seo-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.real-estate-seo-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .real-estate-seo-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.real-estate-seo-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-seo-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.real-estate-seo-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-seo-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .real-estate-seo-hero__wrapper--desc-card:nth-child(1),
  .real-estate-seo-hero__wrapper--desc-card:nth-child(2),
  .real-estate-seo-hero__wrapper--desc-card:nth-child(4),
  .real-estate-seo-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .real-estate-seo-hero__wrapper--desc-card:nth-child(1),
  .real-estate-seo-hero__wrapper--desc-card:nth-child(2),
  .real-estate-seo-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .real-estate-seo-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .real-estate-seo-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.real-estate-seo-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-seo-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.real-estate-seo-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-seo-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.real-estate-seo-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .real-estate-seo-hero__wrapper--img2 {
    display: none;
  }
}
.real-estate-seo-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .real-estate-seo-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-hero__wrapper--img2 img {
    display: none;
  }
}
.real-estate-seo-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .real-estate-seo-brands {
    margin-top: 60px;
  }
}
.real-estate-seo-brands__wrapper {
  overflow: hidden;
}
.real-estate-seo-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-seo-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-seo-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.real-estate-seo-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-seo-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.real-estate-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.real-estate-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.real-estate-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-seo-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.real-estate-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.real-estate-seo-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.real-estate-seo-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-seo-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-seo-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .real-estate-seo-services {
    display: block;
    margin-bottom: 80px;
  }
}
.real-estate-seo-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.real-estate-seo-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-seo-services__header--heading {
    max-width: 80%;
  }
}
.real-estate-seo-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .real-estate-seo-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-seo-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .real-estate-seo-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-seo-services__details {
    top: 220px;
  }
}
.real-estate-seo-services__details {
  display: none;
}
.real-estate-seo-services__details:first-of-type {
  display: block;
}
.real-estate-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-seo-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .real-estate-seo-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.real-estate-seo-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-seo-services__details--heading {
  margin-bottom: 10px;
}
.real-estate-seo-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.real-estate-seo-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-seo-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .real-estate-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .real-estate-seo-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .real-estate-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.real-estate-seo-services__slidesdiv {
  display: flex;
  width: 100%;
}
.real-estate-seo-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-seo-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.real-estate-seo-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.real-estate-seo-services__slidesdiv #s-1 img {
  width: 40%;
}
.real-estate-seo-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.real-estate-seo-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.real-estate-seo-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.real-estate-seo-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.real-estate-seo-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.real-estate-seo-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .real-estate-seo-services__timeline {
    bottom: 15px;
  }
}
.real-estate-seo-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.real-estate-seo-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.real-estate-seo-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-seo-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .real-estate-seo-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .real-estate-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .real-estate-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-seo-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .real-estate-seo-services-mob {
    display: none;
  }
}
.real-estate-seo-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.real-estate-seo-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.real-estate-seo-services-mob__header--heading span {
  color: #d1202d;
}
.real-estate-seo-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-services-mob__header--text {
    padding-right: 340px;
  }
}
.real-estate-seo-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.real-estate-seo-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-seo-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.real-estate-seo-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-seo-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.real-estate-seo-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.real-estate-seo-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.real-estate-seo-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.real-estate-seo-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.real-estate-seo-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.real-estate-seo-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.real-estate-seo-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.real-estate-seo-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .real-estate-seo-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-growth {
    margin-top: 60px;
  }
}
.real-estate-seo-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .real-estate-seo-growth__wrapper {
    padding: 24px;
  }
}
.real-estate-seo-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .real-estate-seo-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.real-estate-seo-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.real-estate-seo-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-seo-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.real-estate-seo-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-seo-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.real-estate-seo-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-seo-casestudies {
  padding: 24px 0;
}
.real-estate-seo-casestudies__wrapper {
  overflow: hidden;
}
.real-estate-seo-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .real-estate-seo-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.real-estate-seo-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-seo-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.real-estate-seo-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-seo-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 52px;
  }
}
.real-estate-seo-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-seo-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .real-estate-seo-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.real-estate-seo-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .real-estate-seo-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.real-estate-seo-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider .slider .slides {
    padding-bottom: 50px;
  }
}
.real-estate-seo-casestudies__wrapper--casestudy-slider .slider .slides .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-seo-services/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-seo-services/case-study-img1.webp);
  }
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-seo-services/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-seo-services/case-study-img2.webp);
  }
}
.real-estate-seo-casestudies__wrapper--casestudy-slider .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(105.14deg, #1abc9c -30.82%, #d4af37 160.87%);
  transition: width linear;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  #casestudy-progress1
  span {
  background: linear-gradient(90deg, #2e7fff, #00d98c);
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.real-estate-seo-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-seo-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.real-estate-seo-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-seo-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-seo-history__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-seo-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-seo-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-seo-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-seo-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.real-estate-seo-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-seo-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.real-estate-seo-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .real-estate-seo-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .real-estate-seo-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-history__wrapper--cards-card {
    padding: 24px;
  }
}
.real-estate-seo-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.real-estate-seo-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .real-estate-seo-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-seo-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-seo-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.real-estate-seo-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-seo-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.real-estate-seo-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .real-estate-seo-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.real-estate-seo-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.real-estate-seo-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .real-estate-seo-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-seo-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-seo-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-seo-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-seo-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.real-estate-seo-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .real-estate-seo-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.real-estate-seo-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .real-estate-seo-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-awards__wrapper {
    flex-direction: row;
  }
}
.real-estate-seo-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-seo-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-awards__wrapper--col1 {
    width: 50%;
  }
}
.real-estate-seo-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-seo-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.real-estate-seo-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-seo-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .real-estate-seo-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.real-estate-seo-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .real-estate-seo-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.real-estate-seo-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .real-estate-seo-awards__wrapper--col2-award {
    width: 30%;
  }
}
.real-estate-seo-awards__wrapper--col2-award img {
  width: 100%;
}
.real-estate-seo-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .real-estate-seo-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.real-estate-seo-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-seo-services/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.real-estate-seo-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-seo-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.real-estate-seo-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-seo-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-seo-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-seo-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-seo-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.real-estate-seo-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-seo-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.real-estate-seo-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .real-estate-seo-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.real-estate-seo-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.real-estate-seo-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.real-estate-seo-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-seo-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .real-estate-seo-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-seo-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .real-estate-seo-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-seo-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-seo-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-seo-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-seo-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-seo-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.real-estate-seo-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-seo-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-seo-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .real-estate-seo-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.real-estate-seo-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-seo-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-seo-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.real-estate-seo-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.real-estate-seo-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.real-estate-seo-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-seo-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.real-estate-seo-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-seo-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.real-estate-seo-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-seo-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.real-estate-seo-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-seo-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.real-estate-seo-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.real-estate-seo-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-seo-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.real-estate-seo-excellence__wrapper--cards #card6 {
  background-color: #f1fbff66;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-seo-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.real-estate-seo-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.real-estate-seo-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-seo-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-seo-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-seo-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.real-estate-seo-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .real-estate-seo-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-seo-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-seo-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-seo-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-seo-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-seo-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-seo-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-seo-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.real-estate-seo-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.real-estate-seo-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.real-estate-seo-process__wrapper--cards-card:hover
  .real-estate-seo-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.real-estate-seo-process__wrapper--cards-card:hover
  .real-estate-seo-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .real-estate-seo-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.real-estate-seo-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.real-estate-seo-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.real-estate-seo-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.real-estate-seo-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-seo-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-seo-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.real-estate-seo-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-seo-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-seo-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-seo-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.real-estate-seo-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-seo-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-seo-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-seo-toolsntech {
  padding: 60px 0;
}
.real-estate-seo-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-seo-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-toolsntech__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-seo-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-seo-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-seo-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.real-estate-seo-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .real-estate-seo-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.real-estate-seo-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.real-estate-seo-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .real-estate-seo-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-toolsntech__wrapper--cards-cardwrap {
    width: 32%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.real-estate-seo-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: realestateonpage 3s linear infinite;
}
.real-estate-seo-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: realestateoffpage 3s linear infinite;
}
.real-estate-seo-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: realestatetechnicalseo 3s linear infinite;
}
.real-estate-seo-toolsntech__wrapper--cards .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.real-estate-seo-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .real-estate-seo-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .real-estate-seo-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.real-estate-seo-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.real-estate-seo-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.real-estate-seo-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-seo-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.real-estate-seo-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-seo-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-seo-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-seo-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ecomappdev .real-estate-seo-ecomappdev {
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: unset;
  }
}
.pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-seo-ecomappdev__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-seo-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecomappdev
    .real-estate-seo-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecomappdev
  .real-estate-seo-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-seo-ecomappdev__wrapper .mobile-cta {
    display: none;
  }
}
.real-estate-seo-faqs {
  padding: 60px 0;
}
.real-estate-seo-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-seo-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-seo-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-seo-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.real-estate-seo-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-seo-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--head:hover,
  .real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .real-estate-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .real-estate-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .real-estate-seo-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    font-size: 20px;
    padding: 0;
  }
}
.real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.real-estate-seo-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.real-estate-seo-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-seo-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.real-estate-website-development-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .real-estate-website-development-hero {
    padding-top: 130px;
  }
}
.real-estate-website-development-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.real-estate-website-development-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-website-development-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .real-estate-website-development-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.real-estate-website-development-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .real-estate-website-development-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.real-estate-website-development-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.real-estate-website-development-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .real-estate-website-development-hero__wrapper--headings-img {
    width: 45%;
  }
}
.real-estate-website-development-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #e9e5ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-website-development-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .real-estate-website-development-hero__wrapper--desc {
    padding: 30px;
  }
}
.real-estate-website-development-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .real-estate-website-development-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.real-estate-website-development-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .real-estate-website-development-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.real-estate-website-development-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-website-development-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.real-estate-website-development-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-website-development-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .real-estate-website-development-hero__wrapper--desc-card:nth-child(1),
  .real-estate-website-development-hero__wrapper--desc-card:nth-child(2),
  .real-estate-website-development-hero__wrapper--desc-card:nth-child(4),
  .real-estate-website-development-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .real-estate-website-development-hero__wrapper--desc-card:nth-child(1),
  .real-estate-website-development-hero__wrapper--desc-card:nth-child(2),
  .real-estate-website-development-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .real-estate-website-development-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .real-estate-website-development-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.real-estate-website-development-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-website-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.real-estate-website-development-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-website-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.real-estate-website-development-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero__wrapper--img2 {
    display: none;
  }
}
.real-estate-website-development-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .real-estate-website-development-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-hero__wrapper--img2 img {
    display: none;
  }
}
.real-estate-website-development-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .real-estate-website-development-brands {
    margin-top: 60px;
  }
}
.real-estate-website-development-brands__wrapper {
  overflow: hidden;
}
.real-estate-website-development-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-website-development-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-website-development-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.real-estate-website-development-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-website-development-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.real-estate-website-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.real-estate-website-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.real-estate-website-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-website-development-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.real-estate-website-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.real-estate-website-development-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.real-estate-website-development-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-website-development-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-website-development-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .real-estate-website-development-services {
    display: block;
    margin-bottom: 80px;
  }
}
.real-estate-website-development-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.real-estate-website-development-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-website-development-services__header--heading {
    max-width: 80%;
  }
}
.real-estate-website-development-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .real-estate-website-development-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-website-development-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .real-estate-website-development-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-website-development-services__details {
    top: 220px;
  }
}
.real-estate-website-development-services__details {
  display: none;
}
.real-estate-website-development-services__details:first-of-type {
  display: block;
}
.real-estate-website-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-website-development-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-website-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .real-estate-website-development-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.real-estate-website-development-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-website-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-website-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-website-development-services__details--heading {
  margin-bottom: 10px;
}
.real-estate-website-development-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.real-estate-website-development-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-website-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-website-development-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .real-estate-website-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .real-estate-website-development-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .real-estate-website-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.real-estate-website-development-services__slidesdiv {
  display: flex;
  width: 100%;
}
.real-estate-website-development-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-website-development-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.real-estate-website-development-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.real-estate-website-development-services__slidesdiv #s-1 img {
  width: 40%;
}
.real-estate-website-development-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.real-estate-website-development-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.real-estate-website-development-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.real-estate-website-development-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.real-estate-website-development-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.real-estate-website-development-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .real-estate-website-development-services__timeline {
    bottom: 15px;
  }
}
.real-estate-website-development-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.real-estate-website-development-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.real-estate-website-development-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-website-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-website-development-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .real-estate-website-development-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .real-estate-website-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .real-estate-website-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-website-development-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .real-estate-website-development-services-mob {
    display: none;
  }
}
.real-estate-website-development-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.real-estate-website-development-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.real-estate-website-development-services-mob__header--heading span {
  color: #d1202d;
}
.real-estate-website-development-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-services-mob__header--text {
    padding-right: 340px;
  }
}
.real-estate-website-development-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.real-estate-website-development-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-website-development-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-website-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-website-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-website-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.real-estate-website-development-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-website-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-website-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-website-development-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.real-estate-website-development-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.real-estate-website-development-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.real-estate-website-development-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.real-estate-website-development-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.real-estate-website-development-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.real-estate-website-development-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.real-estate-website-development-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.real-estate-website-development-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .real-estate-website-development-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-growth {
    margin-top: 60px;
  }
}
.real-estate-website-development-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .real-estate-website-development-growth__wrapper {
    padding: 24px;
  }
}
.real-estate-website-development-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .real-estate-website-development-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.real-estate-website-development-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.real-estate-website-development-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-website-development-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.real-estate-website-development-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-website-development-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.real-estate-website-development-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-website-development-casestudies {
  padding: 24px 0;
}
.real-estate-website-development-casestudies__wrapper {
  overflow: hidden;
}
.real-estate-website-development-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.real-estate-website-development-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-website-development-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.real-estate-website-development-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-website-development-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 52px;
  }
}
.real-estate-website-development-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-website-development-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .real-estate-website-development-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.real-estate-website-development-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.real-estate-website-development-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-website-development/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-website-development/case-study-img1.webp);
  }
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-website-development/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .real-estate-website-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-website-development/case-study-img2.webp);
  }
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(105.14deg, #818cf8 -30.82%, #38bdf8 160.87%);
  transition: width linear;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  #casestudy-progress1
  span {
  background: linear-gradient(90deg, #5993ff, #033e57);
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.real-estate-website-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.real-estate-website-development-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-website-development-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.real-estate-website-development-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-website-development-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-website-development-history__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-website-development-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-website-development-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-website-development-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-website-development-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.real-estate-website-development-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-website-development-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.real-estate-website-development-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .real-estate-website-development-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .real-estate-website-development-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-history__wrapper--cards-card {
    padding: 24px;
  }
}
.real-estate-website-development-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.real-estate-website-development-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .real-estate-website-development-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-website-development-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-website-development-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.real-estate-website-development-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-website-development-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.real-estate-website-development-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .real-estate-website-development-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.real-estate-website-development-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.real-estate-website-development-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .real-estate-website-development-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-website-development-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-website-development-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-website-development-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-website-development-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.real-estate-website-development-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .real-estate-website-development-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.real-estate-website-development-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .real-estate-website-development-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-awards__wrapper {
    flex-direction: row;
  }
}
.real-estate-website-development-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-website-development-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-awards__wrapper--col1 {
    width: 50%;
  }
}
.real-estate-website-development-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-website-development-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.real-estate-website-development-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-website-development-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .real-estate-website-development-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.real-estate-website-development-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .real-estate-website-development-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.real-estate-website-development-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .real-estate-website-development-awards__wrapper--col2-award {
    width: 30%;
  }
}
.real-estate-website-development-awards__wrapper--col2-award img {
  width: 100%;
}
.real-estate-website-development-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .real-estate-website-development-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.real-estate-website-development-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-website-development/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.real-estate-website-development-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-website-development-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.real-estate-website-development-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-website-development-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-website-development-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-website-development-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-website-development-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.real-estate-website-development-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-website-development-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.real-estate-website-development-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .real-estate-website-development-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.real-estate-website-development-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.real-estate-website-development-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.real-estate-website-development-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-website-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .real-estate-website-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-website-development-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .real-estate-website-development-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-website-development-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-website-development-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-website-development-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-website-development-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-website-development-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.real-estate-website-development-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-website-development-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-website-development-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .real-estate-website-development-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.real-estate-website-development-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-website-development-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-website-development-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.real-estate-website-development-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.real-estate-website-development-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.real-estate-website-development-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-website-development-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.real-estate-website-development-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-website-development-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.real-estate-website-development-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-website-development-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.real-estate-website-development-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-website-development-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.real-estate-website-development-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.real-estate-website-development-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-website-development-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.real-estate-website-development-excellence__wrapper--cards #card6 {
  background-color: #f1fbff66;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-website-development-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.real-estate-website-development-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.real-estate-website-development-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-website-development-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-website-development-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-website-development-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.real-estate-website-development-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .real-estate-website-development-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-website-development-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-website-development-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-website-development-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-website-development-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-website-development-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-website-development-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-website-development-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.real-estate-website-development-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.real-estate-website-development-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.real-estate-website-development-process__wrapper--cards-card:hover
  .real-estate-website-development-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.real-estate-website-development-process__wrapper--cards-card:hover
  .real-estate-website-development-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .real-estate-website-development-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.real-estate-website-development-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.real-estate-website-development-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.real-estate-website-development-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.real-estate-website-development-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-website-development-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-website-development-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.real-estate-website-development-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-website-development-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-website-development-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-website-development-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.real-estate-website-development-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-website-development-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-website-development-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-website-development-toolsntech {
  padding: 60px 0;
}
.real-estate-website-development-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-website-development-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-toolsntech__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-website-development-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-website-development-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-website-development-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.real-estate-website-development-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .real-estate-website-development-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.real-estate-website-development-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.real-estate-website-development-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .real-estate-website-development-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-toolsntech__wrapper--cards-cardwrap {
    width: 32%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.real-estate-website-development-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.real-estate-website-development-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: realestatetechnicalseo 3s linear infinite;
}
.real-estate-website-development-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: realestateoffpage 3s linear infinite;
}
.real-estate-website-development-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.real-estate-website-development-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .real-estate-website-development-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .real-estate-website-development-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.real-estate-website-development-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.real-estate-website-development-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.real-estate-website-development-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-website-development-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.real-estate-website-development-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-website-development-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-website-development-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-website-development-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ecomappdev .real-estate-website-development-ecomappdev {
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecomappdev .real-estate-website-development-ecomappdev__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-website-development-ecomappdev__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: unset;
  }
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-website-development-ecomappdev__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-website-development-ecomappdev__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecomappdev
    .real-estate-website-development-ecomappdev__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-website-development-ecomappdev__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-website-development-ecomappdev__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-website-development-ecomappdev__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-website-development-ecomappdev__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-website-development-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecomappdev
    .real-estate-website-development-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecomappdev
  .real-estate-website-development-ecomappdev__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-website-development-ecomappdev__wrapper
    .mobile-cta {
    display: none;
  }
}
.real-estate-website-development-faqs {
  padding: 60px 0;
}
.real-estate-website-development-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-website-development-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-website-development-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-website-development-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.real-estate-website-development-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-website-development-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .real-estate-website-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .real-estate-website-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .real-estate-website-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .real-estate-website-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .real-estate-website-development-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    font-size: 20px;
    padding: 0;
  }
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.real-estate-website-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.real-estate-website-development-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.real-estate-website-development-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-website-development-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.real-estate-digital-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .real-estate-digital-marketing-hero {
    padding-top: 130px;
  }
}
.real-estate-digital-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.real-estate-digital-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .real-estate-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.real-estate-digital-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .real-estate-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.real-estate-digital-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.real-estate-digital-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 520px;
  }
}
.real-estate-digital-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .real-estate-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.real-estate-digital-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .real-estate-digital-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.real-estate-digital-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.real-estate-digital-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.real-estate-digital-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(4),
  .real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.real-estate-digital-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.real-estate-digital-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.real-estate-digital-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.real-estate-digital-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.real-estate-digital-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-brands {
    margin-top: 60px;
  }
}
.real-estate-digital-marketing-brands__wrapper {
  overflow: hidden;
}
.real-estate-digital-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-digital-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-digital-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.real-estate-digital-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-digital-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.real-estate-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.real-estate-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.real-estate-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.real-estate-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.real-estate-digital-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.real-estate-digital-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-digital-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-digital-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.real-estate-digital-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.real-estate-digital-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services__header--heading {
    max-width: 80%;
  }
}
.real-estate-digital-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-digital-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-digital-marketing-services__details {
    top: 220px;
  }
}
.real-estate-digital-marketing-services__details {
  display: none;
}
.real-estate-digital-marketing-services__details:first-of-type {
  display: block;
}
.real-estate-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.real-estate-digital-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-digital-marketing-services__details--heading {
  margin-bottom: 10px;
}
.real-estate-digital-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.real-estate-digital-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-digital-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .real-estate-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .real-estate-digital-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .real-estate-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.real-estate-digital-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.real-estate-digital-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services__slidesdiv--slide-img {
    bottom: 130px;
  }
}
.real-estate-digital-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.real-estate-digital-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.real-estate-digital-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.real-estate-digital-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.real-estate-digital-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.real-estate-digital-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.real-estate-digital-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.real-estate-digital-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services__timeline {
    bottom: 15px;
  }
}
.real-estate-digital-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.real-estate-digital-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.real-estate-digital-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-digital-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .real-estate-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .real-estate-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-digital-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services-mob {
    display: none;
  }
}
.real-estate-digital-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.real-estate-digital-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.real-estate-digital-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.real-estate-digital-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.real-estate-digital-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.real-estate-digital-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-digital-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.real-estate-digital-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-digital-marketing-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.real-estate-digital-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.real-estate-digital-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.real-estate-digital-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.real-estate-digital-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.real-estate-digital-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.real-estate-digital-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.real-estate-digital-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.real-estate-digital-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.real-estate-digital-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-growth {
    margin-top: 60px;
  }
}
.real-estate-digital-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .real-estate-digital-marketing-growth__wrapper {
    padding: 24px;
  }
}
.real-estate-digital-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.real-estate-digital-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.real-estate-digital-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.real-estate-digital-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.real-estate-digital-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-digital-marketing-casestudies {
  padding: 24px 0;
}
.real-estate-digital-marketing-casestudies__wrapper {
  overflow: hidden;
}
.real-estate-digital-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 52px;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-digital-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-digital-marketing-services/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-digital-marketing-services/case-study-img1.webp);
  }
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-digital-marketing-services/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-digital-marketing-services/case-study-img2.webp);
  }
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(105.14deg, #06b6d4 -30.82%, #10b981 160.87%);
  transition: width linear;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  #casestudy-progress1
  span {
  background: linear-gradient(90deg, #ec4899, #a855f7);
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.real-estate-digital-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-digital-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.real-estate-digital-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-digital-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-digital-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-digital-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-digital-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-digital-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.real-estate-digital-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.real-estate-digital-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .real-estate-digital-marketing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .real-estate-digital-marketing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.real-estate-digital-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.real-estate-digital-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-digital-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-digital-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.real-estate-digital-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.real-estate-digital-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.real-estate-digital-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.real-estate-digital-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-digital-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-digital-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-digital-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-digital-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.real-estate-digital-marketing-awards {
  background-color: #f9f9f9;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-awards {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
    margin-top: 60px;
  }
}
.real-estate-digital-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.real-estate-digital-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.real-estate-digital-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.real-estate-digital-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-digital-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.real-estate-digital-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.real-estate-digital-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.real-estate-digital-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.real-estate-digital-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.real-estate-digital-marketing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/real-estate-digital-marketing-services/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.real-estate-digital-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-digital-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.real-estate-digital-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-digital-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-digital-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-digital-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.real-estate-digital-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.real-estate-digital-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.real-estate-digital-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.real-estate-digital-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.real-estate-digital-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .real-estate-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-digital-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-digital-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-digital-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-digital-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-digital-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.real-estate-digital-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-digital-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-digital-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.real-estate-digital-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-digital-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-digital-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.real-estate-digital-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.real-estate-digital-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.real-estate-digital-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-digital-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.real-estate-digital-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-digital-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.real-estate-digital-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-digital-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.real-estate-digital-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.real-estate-digital-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.real-estate-digital-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.real-estate-digital-marketing-excellence__wrapper--cards #card6 {
  background-color: #f1fbff66;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-digital-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.real-estate-digital-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.real-estate-digital-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-digital-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-digital-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.real-estate-digital-marketing-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-digital-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-digital-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-digital-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-digital-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-digital-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-digital-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.real-estate-digital-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.real-estate-digital-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.real-estate-digital-marketing-process__wrapper--cards-card:hover
  .real-estate-digital-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.real-estate-digital-marketing-process__wrapper--cards-card:hover
  .real-estate-digital-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.real-estate-digital-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.real-estate-digital-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.real-estate-digital-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.real-estate-digital-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-digital-marketing-process__wrapper--cards-headinglink {
  cursor: pointer;
  font-family: Lato, sans-serif;
  color: #181818;
}
.real-estate-digital-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-digital-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.real-estate-digital-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-digital-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-digital-marketing-toolsntech {
  padding: 60px 0;
}
.real-estate-digital-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-digital-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-digital-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-digital-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.real-estate-digital-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.real-estate-digital-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
.real-estate-digital-marketing-toolsntech__wrapper--cards-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    width: 32%;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.real-estate-digital-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: realestateonpage 3s linear infinite;
}
.real-estate-digital-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: realestateoffpage 3s linear infinite;
}
.real-estate-digital-marketing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: realestatetechnicalseo 3s linear infinite;
}
.real-estate-digital-marketing-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.real-estate-digital-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .real-estate-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.real-estate-digital-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.real-estate-digital-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.real-estate-digital-marketing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-digital-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.real-estate-digital-marketing-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-digital-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-digital-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-digital-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
@keyframes realestateonpage {
  0% {
    background: linear-gradient(0deg, #e6ffe4, #c9ffc5);
  }
  1% {
    background: linear-gradient(3.6deg, #e6ffe4, #c9ffc5);
  }
  2% {
    background: linear-gradient(7.2deg, #e6ffe4, #c9ffc5);
  }
  3% {
    background: linear-gradient(10.8deg, #e6ffe4, #c9ffc5);
  }
  4% {
    background: linear-gradient(14.4deg, #e6ffe4, #c9ffc5);
  }
  5% {
    background: linear-gradient(18deg, #e6ffe4, #c9ffc5);
  }
  6% {
    background: linear-gradient(21.6deg, #e6ffe4, #c9ffc5);
  }
  7% {
    background: linear-gradient(25.2deg, #e6ffe4, #c9ffc5);
  }
  8% {
    background: linear-gradient(28.8deg, #e6ffe4, #c9ffc5);
  }
  9% {
    background: linear-gradient(32.4deg, #e6ffe4, #c9ffc5);
  }
  10% {
    background: linear-gradient(36deg, #e6ffe4, #c9ffc5);
  }
  11% {
    background: linear-gradient(39.6deg, #e6ffe4, #c9ffc5);
  }
  12% {
    background: linear-gradient(43.2deg, #e6ffe4, #c9ffc5);
  }
  13% {
    background: linear-gradient(46.8deg, #e6ffe4, #c9ffc5);
  }
  14% {
    background: linear-gradient(50.4deg, #e6ffe4, #c9ffc5);
  }
  15% {
    background: linear-gradient(54deg, #e6ffe4, #c9ffc5);
  }
  16% {
    background: linear-gradient(57.6deg, #e6ffe4, #c9ffc5);
  }
  17% {
    background: linear-gradient(61.2deg, #e6ffe4, #c9ffc5);
  }
  18% {
    background: linear-gradient(64.8deg, #e6ffe4, #c9ffc5);
  }
  19% {
    background: linear-gradient(68.4deg, #e6ffe4, #c9ffc5);
  }
  20% {
    background: linear-gradient(72deg, #e6ffe4, #c9ffc5);
  }
  21% {
    background: linear-gradient(75.6deg, #e6ffe4, #c9ffc5);
  }
  22% {
    background: linear-gradient(79.2deg, #e6ffe4, #c9ffc5);
  }
  23% {
    background: linear-gradient(82.8deg, #e6ffe4, #c9ffc5);
  }
  24% {
    background: linear-gradient(86.4deg, #e6ffe4, #c9ffc5);
  }
  25% {
    background: linear-gradient(90deg, #e6ffe4, #c9ffc5);
  }
  26% {
    background: linear-gradient(93.6deg, #e6ffe4, #c9ffc5);
  }
  27% {
    background: linear-gradient(97.2deg, #e6ffe4, #c9ffc5);
  }
  28% {
    background: linear-gradient(100.8deg, #e6ffe4, #c9ffc5);
  }
  29% {
    background: linear-gradient(104.4deg, #e6ffe4, #c9ffc5);
  }
  30% {
    background: linear-gradient(108deg, #e6ffe4, #c9ffc5);
  }
  31% {
    background: linear-gradient(111.6deg, #e6ffe4, #c9ffc5);
  }
  32% {
    background: linear-gradient(115.2deg, #e6ffe4, #c9ffc5);
  }
  33% {
    background: linear-gradient(118.8deg, #e6ffe4, #c9ffc5);
  }
  34% {
    background: linear-gradient(122.4deg, #e6ffe4, #c9ffc5);
  }
  35% {
    background: linear-gradient(126deg, #e6ffe4, #c9ffc5);
  }
  36% {
    background: linear-gradient(129.6deg, #e6ffe4, #c9ffc5);
  }
  37% {
    background: linear-gradient(133.2deg, #e6ffe4, #c9ffc5);
  }
  38% {
    background: linear-gradient(136.8deg, #e6ffe4, #c9ffc5);
  }
  39% {
    background: linear-gradient(140.4deg, #e6ffe4, #c9ffc5);
  }
  40% {
    background: linear-gradient(144deg, #e6ffe4, #c9ffc5);
  }
  41% {
    background: linear-gradient(147.6deg, #e6ffe4, #c9ffc5);
  }
  42% {
    background: linear-gradient(151.2deg, #e6ffe4, #c9ffc5);
  }
  43% {
    background: linear-gradient(154.8deg, #e6ffe4, #c9ffc5);
  }
  44% {
    background: linear-gradient(158.4deg, #e6ffe4, #c9ffc5);
  }
  45% {
    background: linear-gradient(162deg, #e6ffe4, #c9ffc5);
  }
  46% {
    background: linear-gradient(165.6deg, #e6ffe4, #c9ffc5);
  }
  47% {
    background: linear-gradient(169.2deg, #e6ffe4, #c9ffc5);
  }
  48% {
    background: linear-gradient(172.8deg, #e6ffe4, #c9ffc5);
  }
  49% {
    background: linear-gradient(176.4deg, #e6ffe4, #c9ffc5);
  }
  50% {
    background: linear-gradient(180deg, #e6ffe4, #c9ffc5);
  }
  51% {
    background: linear-gradient(183.6deg, #e6ffe4, #c9ffc5);
  }
  52% {
    background: linear-gradient(187.2deg, #e6ffe4, #c9ffc5);
  }
  53% {
    background: linear-gradient(190.8deg, #e6ffe4, #c9ffc5);
  }
  54% {
    background: linear-gradient(194.4deg, #e6ffe4, #c9ffc5);
  }
  55% {
    background: linear-gradient(198deg, #e6ffe4, #c9ffc5);
  }
  56% {
    background: linear-gradient(201.6deg, #e6ffe4, #c9ffc5);
  }
  57% {
    background: linear-gradient(205.2deg, #e6ffe4, #c9ffc5);
  }
  58% {
    background: linear-gradient(208.8deg, #e6ffe4, #c9ffc5);
  }
  59% {
    background: linear-gradient(212.4deg, #e6ffe4, #c9ffc5);
  }
  60% {
    background: linear-gradient(216deg, #e6ffe4, #c9ffc5);
  }
  61% {
    background: linear-gradient(219.6deg, #e6ffe4, #c9ffc5);
  }
  62% {
    background: linear-gradient(223.2deg, #e6ffe4, #c9ffc5);
  }
  63% {
    background: linear-gradient(226.8deg, #e6ffe4, #c9ffc5);
  }
  64% {
    background: linear-gradient(230.4deg, #e6ffe4, #c9ffc5);
  }
  65% {
    background: linear-gradient(234deg, #e6ffe4, #c9ffc5);
  }
  66% {
    background: linear-gradient(237.6deg, #e6ffe4, #c9ffc5);
  }
  67% {
    background: linear-gradient(241.2deg, #e6ffe4, #c9ffc5);
  }
  68% {
    background: linear-gradient(244.8deg, #e6ffe4, #c9ffc5);
  }
  69% {
    background: linear-gradient(248.4deg, #e6ffe4, #c9ffc5);
  }
  70% {
    background: linear-gradient(252deg, #e6ffe4, #c9ffc5);
  }
  71% {
    background: linear-gradient(255.6deg, #e6ffe4, #c9ffc5);
  }
  72% {
    background: linear-gradient(259.2deg, #e6ffe4, #c9ffc5);
  }
  73% {
    background: linear-gradient(262.8deg, #e6ffe4, #c9ffc5);
  }
  74% {
    background: linear-gradient(266.4deg, #e6ffe4, #c9ffc5);
  }
  75% {
    background: linear-gradient(270deg, #e6ffe4, #c9ffc5);
  }
  76% {
    background: linear-gradient(273.6deg, #e6ffe4, #c9ffc5);
  }
  77% {
    background: linear-gradient(277.2deg, #e6ffe4, #c9ffc5);
  }
  78% {
    background: linear-gradient(280.8deg, #e6ffe4, #c9ffc5);
  }
  79% {
    background: linear-gradient(284.4deg, #e6ffe4, #c9ffc5);
  }
  80% {
    background: linear-gradient(288deg, #e6ffe4, #c9ffc5);
  }
  81% {
    background: linear-gradient(291.6deg, #e6ffe4, #c9ffc5);
  }
  82% {
    background: linear-gradient(295.2deg, #e6ffe4, #c9ffc5);
  }
  83% {
    background: linear-gradient(298.8deg, #e6ffe4, #c9ffc5);
  }
  84% {
    background: linear-gradient(302.4deg, #e6ffe4, #c9ffc5);
  }
  85% {
    background: linear-gradient(306deg, #e6ffe4, #c9ffc5);
  }
  86% {
    background: linear-gradient(309.6deg, #e6ffe4, #c9ffc5);
  }
  87% {
    background: linear-gradient(313.2deg, #e6ffe4, #c9ffc5);
  }
  88% {
    background: linear-gradient(316.8deg, #e6ffe4, #c9ffc5);
  }
  89% {
    background: linear-gradient(320.4deg, #e6ffe4, #c9ffc5);
  }
  90% {
    background: linear-gradient(324deg, #e6ffe4, #c9ffc5);
  }
  91% {
    background: linear-gradient(327.6deg, #e6ffe4, #c9ffc5);
  }
  92% {
    background: linear-gradient(331.2deg, #e6ffe4, #c9ffc5);
  }
  93% {
    background: linear-gradient(334.8deg, #e6ffe4, #c9ffc5);
  }
  94% {
    background: linear-gradient(338.4deg, #e6ffe4, #c9ffc5);
  }
  95% {
    background: linear-gradient(342deg, #e6ffe4, #c9ffc5);
  }
  96% {
    background: linear-gradient(345.6deg, #e6ffe4, #c9ffc5);
  }
  97% {
    background: linear-gradient(349.2deg, #e6ffe4, #c9ffc5);
  }
  98% {
    background: linear-gradient(352.8deg, #e6ffe4, #c9ffc5);
  }
  99% {
    background: linear-gradient(356.4deg, #e6ffe4, #c9ffc5);
  }
  to {
    background: linear-gradient(360deg, #e6ffe4, #c9ffc5);
  }
}
@keyframes realestateoffpage {
  0% {
    background: linear-gradient(0deg, #e4f8ff, #c5f0ff);
  }
  1% {
    background: linear-gradient(3.6deg, #e4f8ff, #c5f0ff);
  }
  2% {
    background: linear-gradient(7.2deg, #e4f8ff, #c5f0ff);
  }
  3% {
    background: linear-gradient(10.8deg, #e4f8ff, #c5f0ff);
  }
  4% {
    background: linear-gradient(14.4deg, #e4f8ff, #c5f0ff);
  }
  5% {
    background: linear-gradient(18deg, #e4f8ff, #c5f0ff);
  }
  6% {
    background: linear-gradient(21.6deg, #e4f8ff, #c5f0ff);
  }
  7% {
    background: linear-gradient(25.2deg, #e4f8ff, #c5f0ff);
  }
  8% {
    background: linear-gradient(28.8deg, #e4f8ff, #c5f0ff);
  }
  9% {
    background: linear-gradient(32.4deg, #e4f8ff, #c5f0ff);
  }
  10% {
    background: linear-gradient(36deg, #e4f8ff, #c5f0ff);
  }
  11% {
    background: linear-gradient(39.6deg, #e4f8ff, #c5f0ff);
  }
  12% {
    background: linear-gradient(43.2deg, #e4f8ff, #c5f0ff);
  }
  13% {
    background: linear-gradient(46.8deg, #e4f8ff, #c5f0ff);
  }
  14% {
    background: linear-gradient(50.4deg, #e4f8ff, #c5f0ff);
  }
  15% {
    background: linear-gradient(54deg, #e4f8ff, #c5f0ff);
  }
  16% {
    background: linear-gradient(57.6deg, #e4f8ff, #c5f0ff);
  }
  17% {
    background: linear-gradient(61.2deg, #e4f8ff, #c5f0ff);
  }
  18% {
    background: linear-gradient(64.8deg, #e4f8ff, #c5f0ff);
  }
  19% {
    background: linear-gradient(68.4deg, #e4f8ff, #c5f0ff);
  }
  20% {
    background: linear-gradient(72deg, #e4f8ff, #c5f0ff);
  }
  21% {
    background: linear-gradient(75.6deg, #e4f8ff, #c5f0ff);
  }
  22% {
    background: linear-gradient(79.2deg, #e4f8ff, #c5f0ff);
  }
  23% {
    background: linear-gradient(82.8deg, #e4f8ff, #c5f0ff);
  }
  24% {
    background: linear-gradient(86.4deg, #e4f8ff, #c5f0ff);
  }
  25% {
    background: linear-gradient(90deg, #e4f8ff, #c5f0ff);
  }
  26% {
    background: linear-gradient(93.6deg, #e4f8ff, #c5f0ff);
  }
  27% {
    background: linear-gradient(97.2deg, #e4f8ff, #c5f0ff);
  }
  28% {
    background: linear-gradient(100.8deg, #e4f8ff, #c5f0ff);
  }
  29% {
    background: linear-gradient(104.4deg, #e4f8ff, #c5f0ff);
  }
  30% {
    background: linear-gradient(108deg, #e4f8ff, #c5f0ff);
  }
  31% {
    background: linear-gradient(111.6deg, #e4f8ff, #c5f0ff);
  }
  32% {
    background: linear-gradient(115.2deg, #e4f8ff, #c5f0ff);
  }
  33% {
    background: linear-gradient(118.8deg, #e4f8ff, #c5f0ff);
  }
  34% {
    background: linear-gradient(122.4deg, #e4f8ff, #c5f0ff);
  }
  35% {
    background: linear-gradient(126deg, #e4f8ff, #c5f0ff);
  }
  36% {
    background: linear-gradient(129.6deg, #e4f8ff, #c5f0ff);
  }
  37% {
    background: linear-gradient(133.2deg, #e4f8ff, #c5f0ff);
  }
  38% {
    background: linear-gradient(136.8deg, #e4f8ff, #c5f0ff);
  }
  39% {
    background: linear-gradient(140.4deg, #e4f8ff, #c5f0ff);
  }
  40% {
    background: linear-gradient(144deg, #e4f8ff, #c5f0ff);
  }
  41% {
    background: linear-gradient(147.6deg, #e4f8ff, #c5f0ff);
  }
  42% {
    background: linear-gradient(151.2deg, #e4f8ff, #c5f0ff);
  }
  43% {
    background: linear-gradient(154.8deg, #e4f8ff, #c5f0ff);
  }
  44% {
    background: linear-gradient(158.4deg, #e4f8ff, #c5f0ff);
  }
  45% {
    background: linear-gradient(162deg, #e4f8ff, #c5f0ff);
  }
  46% {
    background: linear-gradient(165.6deg, #e4f8ff, #c5f0ff);
  }
  47% {
    background: linear-gradient(169.2deg, #e4f8ff, #c5f0ff);
  }
  48% {
    background: linear-gradient(172.8deg, #e4f8ff, #c5f0ff);
  }
  49% {
    background: linear-gradient(176.4deg, #e4f8ff, #c5f0ff);
  }
  50% {
    background: linear-gradient(180deg, #e4f8ff, #c5f0ff);
  }
  51% {
    background: linear-gradient(183.6deg, #e4f8ff, #c5f0ff);
  }
  52% {
    background: linear-gradient(187.2deg, #e4f8ff, #c5f0ff);
  }
  53% {
    background: linear-gradient(190.8deg, #e4f8ff, #c5f0ff);
  }
  54% {
    background: linear-gradient(194.4deg, #e4f8ff, #c5f0ff);
  }
  55% {
    background: linear-gradient(198deg, #e4f8ff, #c5f0ff);
  }
  56% {
    background: linear-gradient(201.6deg, #e4f8ff, #c5f0ff);
  }
  57% {
    background: linear-gradient(205.2deg, #e4f8ff, #c5f0ff);
  }
  58% {
    background: linear-gradient(208.8deg, #e4f8ff, #c5f0ff);
  }
  59% {
    background: linear-gradient(212.4deg, #e4f8ff, #c5f0ff);
  }
  60% {
    background: linear-gradient(216deg, #e4f8ff, #c5f0ff);
  }
  61% {
    background: linear-gradient(219.6deg, #e4f8ff, #c5f0ff);
  }
  62% {
    background: linear-gradient(223.2deg, #e4f8ff, #c5f0ff);
  }
  63% {
    background: linear-gradient(226.8deg, #e4f8ff, #c5f0ff);
  }
  64% {
    background: linear-gradient(230.4deg, #e4f8ff, #c5f0ff);
  }
  65% {
    background: linear-gradient(234deg, #e4f8ff, #c5f0ff);
  }
  66% {
    background: linear-gradient(237.6deg, #e4f8ff, #c5f0ff);
  }
  67% {
    background: linear-gradient(241.2deg, #e4f8ff, #c5f0ff);
  }
  68% {
    background: linear-gradient(244.8deg, #e4f8ff, #c5f0ff);
  }
  69% {
    background: linear-gradient(248.4deg, #e4f8ff, #c5f0ff);
  }
  70% {
    background: linear-gradient(252deg, #e4f8ff, #c5f0ff);
  }
  71% {
    background: linear-gradient(255.6deg, #e4f8ff, #c5f0ff);
  }
  72% {
    background: linear-gradient(259.2deg, #e4f8ff, #c5f0ff);
  }
  73% {
    background: linear-gradient(262.8deg, #e4f8ff, #c5f0ff);
  }
  74% {
    background: linear-gradient(266.4deg, #e4f8ff, #c5f0ff);
  }
  75% {
    background: linear-gradient(270deg, #e4f8ff, #c5f0ff);
  }
  76% {
    background: linear-gradient(273.6deg, #e4f8ff, #c5f0ff);
  }
  77% {
    background: linear-gradient(277.2deg, #e4f8ff, #c5f0ff);
  }
  78% {
    background: linear-gradient(280.8deg, #e4f8ff, #c5f0ff);
  }
  79% {
    background: linear-gradient(284.4deg, #e4f8ff, #c5f0ff);
  }
  80% {
    background: linear-gradient(288deg, #e4f8ff, #c5f0ff);
  }
  81% {
    background: linear-gradient(291.6deg, #e4f8ff, #c5f0ff);
  }
  82% {
    background: linear-gradient(295.2deg, #e4f8ff, #c5f0ff);
  }
  83% {
    background: linear-gradient(298.8deg, #e4f8ff, #c5f0ff);
  }
  84% {
    background: linear-gradient(302.4deg, #e4f8ff, #c5f0ff);
  }
  85% {
    background: linear-gradient(306deg, #e4f8ff, #c5f0ff);
  }
  86% {
    background: linear-gradient(309.6deg, #e4f8ff, #c5f0ff);
  }
  87% {
    background: linear-gradient(313.2deg, #e4f8ff, #c5f0ff);
  }
  88% {
    background: linear-gradient(316.8deg, #e4f8ff, #c5f0ff);
  }
  89% {
    background: linear-gradient(320.4deg, #e4f8ff, #c5f0ff);
  }
  90% {
    background: linear-gradient(324deg, #e4f8ff, #c5f0ff);
  }
  91% {
    background: linear-gradient(327.6deg, #e4f8ff, #c5f0ff);
  }
  92% {
    background: linear-gradient(331.2deg, #e4f8ff, #c5f0ff);
  }
  93% {
    background: linear-gradient(334.8deg, #e4f8ff, #c5f0ff);
  }
  94% {
    background: linear-gradient(338.4deg, #e4f8ff, #c5f0ff);
  }
  95% {
    background: linear-gradient(342deg, #e4f8ff, #c5f0ff);
  }
  96% {
    background: linear-gradient(345.6deg, #e4f8ff, #c5f0ff);
  }
  97% {
    background: linear-gradient(349.2deg, #e4f8ff, #c5f0ff);
  }
  98% {
    background: linear-gradient(352.8deg, #e4f8ff, #c5f0ff);
  }
  99% {
    background: linear-gradient(356.4deg, #e4f8ff, #c5f0ff);
  }
  to {
    background: linear-gradient(360deg, #e4f8ff, #c5f0ff);
  }
}
@keyframes realestatetechnicalseo {
  0% {
    background: linear-gradient(0deg, #faedff, #f1c7ff);
  }
  1% {
    background: linear-gradient(3.6deg, #faedff, #f1c7ff);
  }
  2% {
    background: linear-gradient(7.2deg, #faedff, #f1c7ff);
  }
  3% {
    background: linear-gradient(10.8deg, #faedff, #f1c7ff);
  }
  4% {
    background: linear-gradient(14.4deg, #faedff, #f1c7ff);
  }
  5% {
    background: linear-gradient(18deg, #faedff, #f1c7ff);
  }
  6% {
    background: linear-gradient(21.6deg, #faedff, #f1c7ff);
  }
  7% {
    background: linear-gradient(25.2deg, #faedff, #f1c7ff);
  }
  8% {
    background: linear-gradient(28.8deg, #faedff, #f1c7ff);
  }
  9% {
    background: linear-gradient(32.4deg, #faedff, #f1c7ff);
  }
  10% {
    background: linear-gradient(36deg, #faedff, #f1c7ff);
  }
  11% {
    background: linear-gradient(39.6deg, #faedff, #f1c7ff);
  }
  12% {
    background: linear-gradient(43.2deg, #faedff, #f1c7ff);
  }
  13% {
    background: linear-gradient(46.8deg, #faedff, #f1c7ff);
  }
  14% {
    background: linear-gradient(50.4deg, #faedff, #f1c7ff);
  }
  15% {
    background: linear-gradient(54deg, #faedff, #f1c7ff);
  }
  16% {
    background: linear-gradient(57.6deg, #faedff, #f1c7ff);
  }
  17% {
    background: linear-gradient(61.2deg, #faedff, #f1c7ff);
  }
  18% {
    background: linear-gradient(64.8deg, #faedff, #f1c7ff);
  }
  19% {
    background: linear-gradient(68.4deg, #faedff, #f1c7ff);
  }
  20% {
    background: linear-gradient(72deg, #faedff, #f1c7ff);
  }
  21% {
    background: linear-gradient(75.6deg, #faedff, #f1c7ff);
  }
  22% {
    background: linear-gradient(79.2deg, #faedff, #f1c7ff);
  }
  23% {
    background: linear-gradient(82.8deg, #faedff, #f1c7ff);
  }
  24% {
    background: linear-gradient(86.4deg, #faedff, #f1c7ff);
  }
  25% {
    background: linear-gradient(90deg, #faedff, #f1c7ff);
  }
  26% {
    background: linear-gradient(93.6deg, #faedff, #f1c7ff);
  }
  27% {
    background: linear-gradient(97.2deg, #faedff, #f1c7ff);
  }
  28% {
    background: linear-gradient(100.8deg, #faedff, #f1c7ff);
  }
  29% {
    background: linear-gradient(104.4deg, #faedff, #f1c7ff);
  }
  30% {
    background: linear-gradient(108deg, #faedff, #f1c7ff);
  }
  31% {
    background: linear-gradient(111.6deg, #faedff, #f1c7ff);
  }
  32% {
    background: linear-gradient(115.2deg, #faedff, #f1c7ff);
  }
  33% {
    background: linear-gradient(118.8deg, #faedff, #f1c7ff);
  }
  34% {
    background: linear-gradient(122.4deg, #faedff, #f1c7ff);
  }
  35% {
    background: linear-gradient(126deg, #faedff, #f1c7ff);
  }
  36% {
    background: linear-gradient(129.6deg, #faedff, #f1c7ff);
  }
  37% {
    background: linear-gradient(133.2deg, #faedff, #f1c7ff);
  }
  38% {
    background: linear-gradient(136.8deg, #faedff, #f1c7ff);
  }
  39% {
    background: linear-gradient(140.4deg, #faedff, #f1c7ff);
  }
  40% {
    background: linear-gradient(144deg, #faedff, #f1c7ff);
  }
  41% {
    background: linear-gradient(147.6deg, #faedff, #f1c7ff);
  }
  42% {
    background: linear-gradient(151.2deg, #faedff, #f1c7ff);
  }
  43% {
    background: linear-gradient(154.8deg, #faedff, #f1c7ff);
  }
  44% {
    background: linear-gradient(158.4deg, #faedff, #f1c7ff);
  }
  45% {
    background: linear-gradient(162deg, #faedff, #f1c7ff);
  }
  46% {
    background: linear-gradient(165.6deg, #faedff, #f1c7ff);
  }
  47% {
    background: linear-gradient(169.2deg, #faedff, #f1c7ff);
  }
  48% {
    background: linear-gradient(172.8deg, #faedff, #f1c7ff);
  }
  49% {
    background: linear-gradient(176.4deg, #faedff, #f1c7ff);
  }
  50% {
    background: linear-gradient(180deg, #faedff, #f1c7ff);
  }
  51% {
    background: linear-gradient(183.6deg, #faedff, #f1c7ff);
  }
  52% {
    background: linear-gradient(187.2deg, #faedff, #f1c7ff);
  }
  53% {
    background: linear-gradient(190.8deg, #faedff, #f1c7ff);
  }
  54% {
    background: linear-gradient(194.4deg, #faedff, #f1c7ff);
  }
  55% {
    background: linear-gradient(198deg, #faedff, #f1c7ff);
  }
  56% {
    background: linear-gradient(201.6deg, #faedff, #f1c7ff);
  }
  57% {
    background: linear-gradient(205.2deg, #faedff, #f1c7ff);
  }
  58% {
    background: linear-gradient(208.8deg, #faedff, #f1c7ff);
  }
  59% {
    background: linear-gradient(212.4deg, #faedff, #f1c7ff);
  }
  60% {
    background: linear-gradient(216deg, #faedff, #f1c7ff);
  }
  61% {
    background: linear-gradient(219.6deg, #faedff, #f1c7ff);
  }
  62% {
    background: linear-gradient(223.2deg, #faedff, #f1c7ff);
  }
  63% {
    background: linear-gradient(226.8deg, #faedff, #f1c7ff);
  }
  64% {
    background: linear-gradient(230.4deg, #faedff, #f1c7ff);
  }
  65% {
    background: linear-gradient(234deg, #faedff, #f1c7ff);
  }
  66% {
    background: linear-gradient(237.6deg, #faedff, #f1c7ff);
  }
  67% {
    background: linear-gradient(241.2deg, #faedff, #f1c7ff);
  }
  68% {
    background: linear-gradient(244.8deg, #faedff, #f1c7ff);
  }
  69% {
    background: linear-gradient(248.4deg, #faedff, #f1c7ff);
  }
  70% {
    background: linear-gradient(252deg, #faedff, #f1c7ff);
  }
  71% {
    background: linear-gradient(255.6deg, #faedff, #f1c7ff);
  }
  72% {
    background: linear-gradient(259.2deg, #faedff, #f1c7ff);
  }
  73% {
    background: linear-gradient(262.8deg, #faedff, #f1c7ff);
  }
  74% {
    background: linear-gradient(266.4deg, #faedff, #f1c7ff);
  }
  75% {
    background: linear-gradient(270deg, #faedff, #f1c7ff);
  }
  76% {
    background: linear-gradient(273.6deg, #faedff, #f1c7ff);
  }
  77% {
    background: linear-gradient(277.2deg, #faedff, #f1c7ff);
  }
  78% {
    background: linear-gradient(280.8deg, #faedff, #f1c7ff);
  }
  79% {
    background: linear-gradient(284.4deg, #faedff, #f1c7ff);
  }
  80% {
    background: linear-gradient(288deg, #faedff, #f1c7ff);
  }
  81% {
    background: linear-gradient(291.6deg, #faedff, #f1c7ff);
  }
  82% {
    background: linear-gradient(295.2deg, #faedff, #f1c7ff);
  }
  83% {
    background: linear-gradient(298.8deg, #faedff, #f1c7ff);
  }
  84% {
    background: linear-gradient(302.4deg, #faedff, #f1c7ff);
  }
  85% {
    background: linear-gradient(306deg, #faedff, #f1c7ff);
  }
  86% {
    background: linear-gradient(309.6deg, #faedff, #f1c7ff);
  }
  87% {
    background: linear-gradient(313.2deg, #faedff, #f1c7ff);
  }
  88% {
    background: linear-gradient(316.8deg, #faedff, #f1c7ff);
  }
  89% {
    background: linear-gradient(320.4deg, #faedff, #f1c7ff);
  }
  90% {
    background: linear-gradient(324deg, #faedff, #f1c7ff);
  }
  91% {
    background: linear-gradient(327.6deg, #faedff, #f1c7ff);
  }
  92% {
    background: linear-gradient(331.2deg, #faedff, #f1c7ff);
  }
  93% {
    background: linear-gradient(334.8deg, #faedff, #f1c7ff);
  }
  94% {
    background: linear-gradient(338.4deg, #faedff, #f1c7ff);
  }
  95% {
    background: linear-gradient(342deg, #faedff, #f1c7ff);
  }
  96% {
    background: linear-gradient(345.6deg, #faedff, #f1c7ff);
  }
  97% {
    background: linear-gradient(349.2deg, #faedff, #f1c7ff);
  }
  98% {
    background: linear-gradient(352.8deg, #faedff, #f1c7ff);
  }
  99% {
    background: linear-gradient(356.4deg, #faedff, #f1c7ff);
  }
  to {
    background: linear-gradient(360deg, #faedff, #f1c7ff);
  }
}
.pin-section-ecomappdev {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/industries-pages/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-ecomappdev {
    background-position: center center;
  }
}
.pin-section-ecomappdev .real-estate-digital-marketing-ecomappdev {
  padding: 32px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.pin-section-ecomappdev .real-estate-digital-marketing-ecomappdev__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev .real-estate-digital-marketing-ecomappdev__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: unset;
  }
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-digital-marketing-ecomappdev__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-digital-marketing-ecomappdev__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ecomappdev
    .real-estate-digital-marketing-ecomappdev__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--txts-btn {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-digital-marketing-ecomappdev__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-digital-marketing-ecomappdev__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-digital-marketing-ecomappdev__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ecomappdev
    .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ecomappdev
  .real-estate-digital-marketing-ecomappdev__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ecomappdev
    .real-estate-digital-marketing-ecomappdev__wrapper
    .mobile-cta {
    display: none;
  }
}
.real-estate-digital-marketing-faqs {
  padding: 60px 0;
}
.real-estate-digital-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-digital-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.real-estate-digital-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-digital-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .real-estate-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .real-estate-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .real-estate-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .real-estate-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .real-estate-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    font-size: 20px;
    padding: 0;
  }
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.real-estate-digital-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.real-estate-digital-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-digital-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.real-estate-content-writing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-hero {
    padding-top: 130px;
  }
}
.real-estate-content-writing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.real-estate-content-writing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-content-writing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.real-estate-content-writing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.real-estate-content-writing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.real-estate-content-writing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.real-estate-content-writing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-content-writing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
.real-estate-content-writing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.real-estate-content-writing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .real-estate-content-writing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.real-estate-content-writing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-content-writing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.real-estate-content-writing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-content-writing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .real-estate-content-writing-hero__wrapper--desc-card:nth-child(1),
  .real-estate-content-writing-hero__wrapper--desc-card:nth-child(2),
  .real-estate-content-writing-hero__wrapper--desc-card:nth-child(4),
  .real-estate-content-writing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .real-estate-content-writing-hero__wrapper--desc-card:nth-child(1),
  .real-estate-content-writing-hero__wrapper--desc-card:nth-child(2),
  .real-estate-content-writing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .real-estate-content-writing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .real-estate-content-writing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.real-estate-content-writing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-content-writing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.real-estate-content-writing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-content-writing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.real-estate-content-writing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero__wrapper--img2 {
    display: none;
  }
}
.real-estate-content-writing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .real-estate-content-writing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-hero__wrapper--img2 img {
    display: none;
  }
}
.real-estate-content-writing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-brands {
    margin-top: 60px;
  }
}
.real-estate-content-writing-brands__wrapper {
  overflow: hidden;
}
.real-estate-content-writing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.real-estate-content-writing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-content-writing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-content-writing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.real-estate-content-writing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-content-writing-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.real-estate-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.real-estate-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.real-estate-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-content-writing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.real-estate-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.real-estate-content-writing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.real-estate-content-writing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-content-writing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-content-writing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.real-estate-content-writing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.real-estate-content-writing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services__header--heading {
    max-width: 100%;
  }
}
.real-estate-content-writing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-content-writing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
.real-estate-content-writing-services__header--text-link {
  font-family: Lato, sans-serif;
  text-decoration: none;
  font-weight: 700;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services__details {
    top: 330px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-content-writing-services__details {
    top: 220px;
  }
}
.real-estate-content-writing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-content-writing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.real-estate-content-writing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-content-writing-services__details--heading {
  margin-bottom: 10px;
}
.real-estate-content-writing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .real-estate-content-writing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .real-estate-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .real-estate-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.real-estate-content-writing-services #detail-1,
.real-estate-content-writing-services #detail-2,
.real-estate-content-writing-services #detail-3,
.real-estate-content-writing-services #detail-4,
.real-estate-content-writing-services #detail-5,
.real-estate-content-writing-services #detail-6 {
  opacity: 0;
}
.real-estate-content-writing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.real-estate-content-writing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 155px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.real-estate-content-writing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.real-estate-content-writing-services__slidesdiv #s-1 img {
  width: 40%;
}
.real-estate-content-writing-services__slidesdiv #s-2 {
  background-color: #e3ffee;
}
.real-estate-content-writing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.real-estate-content-writing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.real-estate-content-writing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.real-estate-content-writing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.real-estate-content-writing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services__timeline {
    bottom: 15px;
  }
}
.real-estate-content-writing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.real-estate-content-writing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.real-estate-content-writing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-content-writing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .real-estate-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .real-estate-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.real-estate-content-writing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services-mob {
    display: none;
  }
}
.real-estate-content-writing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.real-estate-content-writing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.real-estate-content-writing-services-mob__header--heading span {
  color: #d1202d;
}
.real-estate-content-writing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services-mob__header--text {
    padding-right: 340px;
  }
}
.real-estate-content-writing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.real-estate-content-writing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-content-writing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.real-estate-content-writing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.real-estate-content-writing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.real-estate-content-writing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.real-estate-content-writing-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.real-estate-content-writing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.real-estate-content-writing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.real-estate-content-writing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.real-estate-content-writing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.real-estate-content-writing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.real-estate-content-writing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.real-estate-content-writing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.real-estate-content-writing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.real-estate-content-writing-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.real-estate-content-writing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .real-estate-content-writing-growth__wrapper {
    padding: 24px;
  }
}
.real-estate-content-writing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.real-estate-content-writing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.real-estate-content-writing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.real-estate-content-writing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.real-estate-content-writing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.real-estate-content-writing-casestudies {
  padding: 24px 0;
}
.real-estate-content-writing-casestudies__wrapper {
  overflow: hidden;
}
.real-estate-content-writing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.real-estate-content-writing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-content-writing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.real-estate-content-writing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-content-writing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.real-estate-content-writing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-content-writing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.real-estate-content-writing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.real-estate-content-writing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-D_-VLko7.webp);
}
@media (min-width: 768px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-p1ry4vba.webp);
  }
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-B388_2oP.webp);
}
@media (min-width: 768px) {
  .real-estate-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-Bkwo7Ou7.webp);
  }
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #8b7acf, #ab296e);
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #c76c00, #7b8b03);
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.real-estate-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.real-estate-content-writing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-content-writing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.real-estate-content-writing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-content-writing-history__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-content-writing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-content-writing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-content-writing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-content-writing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.real-estate-content-writing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.real-estate-content-writing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .real-estate-content-writing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .real-estate-content-writing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.real-estate-content-writing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.real-estate-content-writing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .real-estate-content-writing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-content-writing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-content-writing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.real-estate-content-writing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.real-estate-content-writing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .real-estate-content-writing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.real-estate-content-writing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.real-estate-content-writing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .real-estate-content-writing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.real-estate-content-writing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-content-writing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-content-writing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-content-writing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.real-estate-content-writing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.real-estate-content-writing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .real-estate-content-writing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-awards__wrapper {
    flex-direction: row;
  }
}
.real-estate-content-writing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .real-estate-content-writing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-awards__wrapper--col1 {
    width: 50%;
  }
}
.real-estate-content-writing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-content-writing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.real-estate-content-writing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-content-writing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.real-estate-content-writing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.real-estate-content-writing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.real-estate-content-writing-awards__wrapper--col2-award img {
  width: 100%;
}
.real-estate-content-writing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.real-estate-content-writing-why-choose {
  background-image: url(/build/assets/why-choode-gb-BG3Qf0PJ.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.real-estate-content-writing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-content-writing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.real-estate-content-writing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-content-writing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-content-writing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-content-writing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.real-estate-content-writing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .real-estate-content-writing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.real-estate-content-writing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.real-estate-content-writing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.real-estate-content-writing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.real-estate-content-writing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .real-estate-content-writing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-content-writing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .real-estate-content-writing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-content-writing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-content-writing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-content-writing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-content-writing-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.real-estate-content-writing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-content-writing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-content-writing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.real-estate-content-writing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-content-writing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-content-writing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.real-estate-content-writing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.real-estate-content-writing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.real-estate-content-writing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-content-writing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.real-estate-content-writing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-content-writing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.real-estate-content-writing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.real-estate-content-writing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.real-estate-content-writing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-content-writing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.real-estate-content-writing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.real-estate-content-writing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .real-estate-content-writing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.real-estate-content-writing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.real-estate-content-writing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.real-estate-content-writing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.real-estate-content-writing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-content-writing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.real-estate-content-writing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
.real-estate-content-writing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.real-estate-content-writing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.real-estate-content-writing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.real-estate-content-writing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-content-writing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-content-writing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-process__wrapper--cards {
    justify-content: center;
  }
}
.real-estate-content-writing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.real-estate-content-writing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.real-estate-content-writing-process__wrapper--cards-card:hover
  .real-estate-content-writing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.real-estate-content-writing-process__wrapper--cards-card:hover
  .real-estate-content-writing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .real-estate-content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.real-estate-content-writing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.real-estate-content-writing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.real-estate-content-writing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.real-estate-content-writing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-content-writing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.real-estate-content-writing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.real-estate-content-writing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .real-estate-content-writing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.real-estate-content-writing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.real-estate-content-writing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-content-writing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.real-estate-content-writing-toolsntech {
  padding: 60px 0;
}
.real-estate-content-writing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.real-estate-content-writing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.real-estate-content-writing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-content-writing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.real-estate-content-writing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.real-estate-content-writing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-toolsntech__wrapper--cards-cardwrap {
    width: 33%;
    flex-wrap: wrap;
  }
  .real-estate-content-writing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.real-estate-content-writing-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.real-estate-content-writing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.real-estate-content-writing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.real-estate-content-writing-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.real-estate-content-writing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .real-estate-content-writing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.real-estate-content-writing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.real-estate-content-writing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.real-estate-content-writing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-content-writing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.real-estate-content-writing-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.real-estate-content-writing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-content-writing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.real-estate-content-writing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.real-estate-content-writing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.real-estate-content-writing-voices .left-gradient-shadow,
.real-estate-content-writing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.real-estate-content-writing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.real-estate-content-writing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.real-estate-content-writing-voices__wrapper {
  overflow: hidden;
}
.real-estate-content-writing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.real-estate-content-writing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.real-estate-content-writing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.real-estate-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.real-estate-content-writing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.real-estate-content-writing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ux-design {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ux-design .real-estate-content-writing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-ux-design .real-estate-content-writing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .real-estate-content-writing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ux-design .real-estate-content-writing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .real-estate-content-writing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ux-design .real-estate-content-writing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ux-design .real-estate-content-writing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ux-design .real-estate-content-writing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ux-design .real-estate-content-writing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ux-design .real-estate-content-writing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ux-design .real-estate-content-writing__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ux-design .real-estate-content-writing__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ux-design .real-estate-content-writing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .real-estate-content-writing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ux-design .real-estate-content-writing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .real-estate-content-writing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .real-estate-content-writing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ux-design
    .real-estate-content-writing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ux-design
  .real-estate-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ux-design .real-estate-content-writing__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ux-design .real-estate-content-writing__wrapper .mobile-cta {
    display: none;
  }
}
.real-estate-content-writing-faqs {
  padding: 60px 0;
}
.real-estate-content-writing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .real-estate-content-writing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .real-estate-content-writing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.real-estate-content-writing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.real-estate-content-writing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.real-estate-content-writing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.real-estate-content-writing-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .real-estate-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .real-estate-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .real-estate-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .real-estate-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.real-estate-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.real-estate-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.real-estate-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.real-estate-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.real-estate-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.real-estate-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.real-estate-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.real-estate-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .real-estate-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.real-estate-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.real-estate-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.real-estate-content-writing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.real-estate-content-writing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .real-estate-content-writing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.hero__section {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .hero__section {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .hero__section {
    margin-top: 75px;
  }
}
.hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-CLmhmyBn.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .hero__section .hero__container {
    height: 60vh;
  }
}
@media (min-width: 1024px) {
  .hero__section .hero__container {
    height: 70vh;
  }
}
.hero__section .hero__container .hero-text h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .hero__section .hero__container .hero-text h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .hero__section .hero__container .hero-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (min-width: 1200px) {
  .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
.portfolio-section .portfolio-main-description {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .portfolio-section .portfolio-main-description {
    font-size: 35px;
    line-height: 48px;
  }
}
.portfolio-section .portfolio-heading-main {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #d1202d;
  text-align: center;
}
@media (min-width: 1024px) {
  .portfolio-section .portfolio-heading-main {
    font-size: 22px;
    line-height: 24px;
    color: #d1202d;
    margin-top: 10px;
  }
}
.portfolio-section p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .portfolio-section p {
    font-size: 20px;
    line-height: 22px;
    margin-top: 25px;
  }
}
.portfolio #data {
  display: none;
}
@media (min-width: 768px) {
  .portfolio #data-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .portfolio #data {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .portfolio {
    padding: 30px 18px;
  }
}
.portfolio h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .portfolio h3 {
    font-size: 49px;
    line-height: 47px;
  }
}
.portfolio p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .portfolio p {
    font-size: 14px;
    line-height: 20px;
  }
}
.portfolio .project-container {
  padding: 30px;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.portfolio .project-container img,
.portfolio .project-container .balancer-image-1 {
  width: 100%;
}
.portfolio .project-container .balancer-image-2 {
  height: 135px;
  max-width: 100%;
  height: 140px;
  position: relative;
}
.portfolio .project-container .links-box {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.portfolio .project-container .links-box .links {
  opacity: 1;
}
.portfolio .project-container .hover-effects {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-45%, -45%);
  opacity: 0;
  transition: 0.6s;
}
.portfolio .project-container .project-details {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .portfolio .project-container .project-details {
    font-weight: 400;
    font-size: 22.4px;
    line-height: 27px;
  }
}
.portfolio .project-container:hover .project-details,
.portfolio .project-container:hover .hover-effects {
  opacity: 1;
}
.portfolio .project-container:hover {
  background: #000000d1;
}
.portfolio .project-container:hover .project-image {
  opacity: 0.2;
}
.portfolio .banner-pos-project {
  display: none;
}
@media (min-width: 1024px) {
  .portfolio .banner-pos-project {
    display: block;
    grid-column: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #daddff;
    padding: 50px;
    border-radius: 20.5048px;
    column-gap: 4rem;
  }
  .portfolio .banner-pos-project .pos-details {
    width: 40%;
  }
  .portfolio .banner-pos-project .pos-image-2 {
    width: 60%;
  }
  .portfolio .banner-pos-project .pos-details h1 {
    font-weight: 500;
    font-size: 60.1474px;
    line-height: 73px;
    text-align: left;
    color: #000;
  }
  .portfolio .banner-pos-project .pos-details h3 {
    font-weight: 400;
    font-size: 16.4038px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #000;
    text-align: left;
    margin: 21px 0;
  }
  .portfolio .banner-pos-project .pos-details p {
    font-weight: 400;
    font-size: 19.6846px;
    line-height: 24px;
    color: #707070;
  }
  .portfolio .banner-pos-project .pos-image-2 img {
    width: 100%;
    height: auto;
  }
}
.portfolio .see-more-button {
  display: block;
  margin: auto;
}
@media (min-width: 1024px) {
  .portfolio .see-more-button {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.portfolio .see-less-button {
  display: none;
  margin: auto;
}
@media (min-width: 1024px) {
  .portfolio .see-less-button {
    grid-column: 1/-1;
    justify-self: center;
  }
}
#sub-navbar {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  #sub-navbar {
    margin-top: 6rem;
  }
}
#sub-navbar ul {
  display: flex;
  align-items: center;
  overflow-x: auto;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  height: 100px;
}
@media (min-width: 1024px) {
  #sub-navbar ul {
    justify-content: center;
    height: 50px;
  }
}
#sub-navbar ul::-webkit-scrollbar {
  display: none;
}
#sub-navbar ul li {
  list-style: none;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #4e4e4e;
  flex-shrink: 0;
}
#sub-navbar ul li a {
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
  transition: #d1202d 0.3s ease;
}
#sub-navbar ul li a:hover,
#sub-navbar ul li a:active {
  border-bottom: 2px solid #d1202d;
}
#sub-navbar ul.no-scroll {
  overflow-x: hidden;
  justify-content: center;
}
.tab.active a {
  border-bottom: 2px solid #d1202d;
  text-decoration: none;
  color: #333;
  padding: 5.5px 10px;
  transition: #d1202d 0.3s ease;
}
.portfolio-tool-heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .portfolio-tool-heading {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .portfolio-tool-heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    letter-spacing: -1.0758px;
    color: #1c1c1c;
    margin-bottom: 5rem;
  }
}
.intro-section {
  background-color: #ffe9e3;
  border-radius: 7px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .intro-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .intro-section {
    gap: 3.98%;
    padding: 3rem 0 3rem 3rem;
    border-radius: 0.875rem;
    margin-bottom: 8.125rem;
  }
}
.intro-section .intro-content {
  width: 100%;
}
@media (min-width: 768px) {
  .intro-section .intro-content {
    width: 42.93%;
  }
}
.intro-section .intro-content .section-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .intro-section .intro-content .section-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 768px) {
  .intro-section .intro-content .section-heading {
    text-align: left;
  }
}
.intro-section .intro-content .section-content {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .intro-section .intro-content .section-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.intro-section .intro-content .link-wrapper {
  text-align: center;
}
@media (min-width: 768px) {
  .intro-section .intro-content .link-wrapper {
    text-align: left;
  }
}
.intro-section .intro-content .section-link {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #d0892e;
  box-sizing: border-box;
  border: 2px solid #d0892e;
  border-radius: 19px;
  padding: 0.75rem 2rem;
  display: inline-block;
  margin-top: 1.8rem;
}
.intro-section .intro-content .section-link:hover {
  background-color: #d0892e;
  color: #fff;
}
@media (min-width: 768px) {
  .intro-section .intro-content .section-link {
    text-align: left !important;
    margin-top: 0.6rem;
  }
}
@media (min-width: 1024px) {
  .intro-section .intro-content .section-link {
    margin-top: 2.6rem;
  }
}
.intro-section .intro-content .section-link-intuidev {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #376bd5;
  box-sizing: border-box;
  border: 2px solid #376bd5;
  border-radius: 19px;
  padding: 0.75rem 2rem;
  display: inline-block;
  margin-top: 1.8rem;
}
.intro-section .intro-content .section-link-intuidev:hover {
  background-color: #376bd5;
  color: #fff;
}
@media (min-width: 768px) {
  .intro-section .intro-content .section-link-intuidev {
    text-align: left !important;
    margin-top: 0.6rem;
  }
}
@media (min-width: 1024px) {
  .intro-section .intro-content .section-link-intuidev {
    margin-top: 2.6rem;
  }
}
.intro-section .intro-content .section-link-ownerpos {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #6750a4;
  box-sizing: border-box;
  border: 2px solid #6750a4;
  border-radius: 19px;
  padding: 0.75rem 2rem;
  display: inline-block;
  margin-top: 1.8rem;
}
.intro-section .intro-content .section-link-ownerpos:hover {
  background-color: #6750a4;
  color: #fff;
}
@media (min-width: 768px) {
  .intro-section .intro-content .section-link-ownerpos {
    text-align: left !important;
    margin-top: 0.6rem;
  }
}
@media (min-width: 1024px) {
  .intro-section .intro-content .section-link-ownerpos {
    margin-top: 2.6rem;
  }
}
.intro-section .intro-content .section-link-eleventhhour {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #005480;
  box-sizing: border-box;
  border: 2px solid #005480;
  border-radius: 19px;
  padding: 0.75rem 2rem;
  display: inline-block;
  margin-top: 1.8rem;
}
.intro-section .intro-content .section-link-eleventhhour:hover {
  background-color: #005480;
  color: #fff;
}
@media (min-width: 768px) {
  .intro-section .intro-content .section-link-eleventhhour {
    text-align: left !important;
    margin-top: 0.6rem;
  }
}
@media (min-width: 1024px) {
  .intro-section .intro-content .section-link-eleventhhour {
    margin-top: 2.6rem;
  }
}
.intro-section .intro-content .section-link-balancer {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #376bd5;
  box-sizing: border-box;
  border: 2px solid #376bd5;
  border-radius: 19px;
  padding: 0.75rem 2rem;
  display: inline-block;
  margin-top: 1.8rem;
}
.intro-section .intro-content .section-link-balancer:hover {
  background-color: #376bd5;
  color: #fff;
}
@media (min-width: 768px) {
  .intro-section .intro-content .section-link-balancer {
    text-align: left !important;
    margin-top: 0.6rem;
  }
}
@media (min-width: 1024px) {
  .intro-section .intro-content .section-link-balancer {
    margin-top: 2.6rem;
  }
}
.intro-section #image-desktop {
  display: none;
}
@media (min-width: 768px) {
  .intro-section #image-desktop {
    display: block;
  }
}
.intro-section #image-mobile {
  display: block;
}
@media (min-width: 768px) {
  .intro-section #image-mobile {
    display: none;
  }
}
.tools-sub-detail {
  margin-bottom: 3.125rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tools-sub-detail {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6.5rem;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .tools-sub-detail {
    margin-bottom: 8.125rem;
  }
}
@media (min-width: 768px) {
  .tools-sub-detail {
    gap: 5.35%;
  }
}
@media (min-width: 1024px) {
  .tools-sub-detail {
    gap: 8.37%;
  }
}
@media (min-width: 768px) {
  .tools-sub-detail .more-detail {
    width: 43.71%;
  }
}
@media (min-width: 1024px) {
  .tools-sub-detail .more-detail {
    width: 42.21%;
  }
}
.tools-sub-detail .more-detail .detail-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .tools-sub-detail .more-detail .detail-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.tools-sub-detail .more-detail .detail-content {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .tools-sub-detail .more-detail .detail-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .tools-sub-detail .mid-section {
    width: 50.92%;
  }
}
@media (min-width: 1024px) {
  .tools-sub-detail .mid-section {
    width: 49.42%;
  }
}
.tools-sub-detail .mid-section {
  order: 1;
}
@media (min-width: 768px) {
  .tools-sub-detail .mid-section {
    order: 0;
  }
}
.portfolio-refrence {
  text-align: center;
}
.portfolio-refrence .portfolio-website-link {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: var(--primary-color);
  box-sizing: border-box;
  border: 2px solid var(--primary-color);
  border-radius: 19px;
  padding: 0.75rem 2rem;
  display: inline-block;
  margin-top: 1.8rem;
}
.portfolio-refrence .portfolio-website-link:hover {
  background-color: var(--primary-color);
  color: #fff;
}
@media (min-width: 768px) {
  .portfolio-refrence .portfolio-website-link {
    text-align: left !important;
    margin-top: 0.6rem;
  }
}
@media (min-width: 1024px) {
  .portfolio-refrence .portfolio-website-link {
    margin-top: 2.6rem;
  }
}
.tool-image {
  width: 100%;
}
@media (min-width: 768px) {
  .tool-image {
    width: 48.96%;
  }
}
.detail-image,
.section-image {
  width: 100%;
}
.intuidev {
  background-color: #c7e7ff;
  border-radius: 7px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .intuidev {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .intuidev {
    gap: 3.98%;
    padding: 3rem 0 3rem 3rem;
    border-radius: 0.875rem;
    margin-bottom: 8.125rem;
  }
}
.ownerpos {
  background-color: #daddff;
  border-radius: 7px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .ownerpos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .ownerpos {
    gap: 3.98%;
    padding: 3rem 0 3rem 3rem;
    border-radius: 0.875rem;
    margin-bottom: 8.125rem;
  }
}
.eleventhhour {
  background-color: #ecfffa;
  border-radius: 7px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .eleventhhour {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .eleventhhour {
    gap: 3.98%;
    padding: 3rem 0 3rem 3rem;
    border-radius: 0.875rem;
    margin-bottom: 8.125rem;
  }
}
.balancer {
  background-color: #d8ecff;
  border-radius: 7px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .balancer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .balancer {
    gap: 3.98%;
    padding: 3rem 0 3rem 3rem;
    border-radius: 0.875rem;
    margin-bottom: 8.125rem;
  }
}
#pos-banner-image {
  width: 100%;
  margin: 0 auto;
}
.jira {
  background-color: #deecff;
  border-radius: 7px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .jira {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .jira {
    gap: 3.98%;
    padding: 3rem 0 3rem 3rem;
    border-radius: 0.875rem;
    margin-bottom: 8.125rem;
  }
}
.click-up {
  background-color: #f3ffe3;
  border-radius: 7px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .click-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .click-up {
    gap: 3.98%;
    padding: 3rem 0 3rem 3rem;
    border-radius: 0.875rem;
    margin-bottom: 8.125rem;
  }
}
.asana {
  background-color: #ffe3e3;
  border-radius: 7px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .asana {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .asana {
    gap: 3.98%;
    padding: 3rem 0 3rem 3rem;
    border-radius: 0.875rem;
    margin-bottom: 8.125rem;
  }
}
.notion {
  background-color: #f0eff0;
  border-radius: 7px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .notion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .notion {
    gap: 3.98%;
    padding: 3rem 0 3rem 3rem;
    border-radius: 0.875rem;
    margin-bottom: 8.125rem;
  }
}
.monday_com {
  background-color: #fff7cd;
  border-radius: 7px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .monday_com {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .monday_com {
    gap: 3.98%;
    padding: 3rem 0 3rem 3rem;
    border-radius: 0.875rem;
    margin-bottom: 8.125rem;
  }
}
.location-tabs {
  margin-top: -20px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .location-tabs {
    margin-top: -30px;
    padding: 0 15px;
  }
}
.location-tabs__container {
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 15px 35px #0000001a;
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 800px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .location-tabs__container {
    padding: 20px 30px;
    gap: 25px;
  }
}
.location-tabs .location-tab {
  flex: 1;
  padding: 8px 5px;
  border: none;
  border-radius: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1c1c1c;
  background: #f8f8f8;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
@media (min-width: 768px) {
  .location-tabs .location-tab {
    font-size: 18px;
    padding: 18px 25px;
  }
}
@media (min-width: 1024px) {
  .location-tabs .location-tab {
    font-size: 20px;
  }
}
.location-tabs .location-tab:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}
.location-tabs .location-tab.active {
  background: #d1202d;
  color: #fff;
}
.location-state-content {
  display: none;
}
.location-state-content.is-active {
  display: block;
}
.our-locations-services {
  margin-bottom: 30px;
}
.our-locations-grid {
  background: linear-gradient(135deg, #f8fafc, #effffa, #f1e0ff);
  padding: 40px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .our-locations-grid {
    padding: 60px 40px;
  }
}
.our-locations-grid[id$="-real-estate-services"] {
  background: linear-gradient(135deg, #f8fafc, #f4ffef, #e0e4ff);
}
.our-locations-grid-title {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .our-locations-grid-title {
    font-size: 48px;
  }
}
.our-locations-grid-title span {
  font-weight: 600;
  color: #d1202d;
}
.our-locations-grid-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  justify-content: center;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .our-locations-grid-cards {
    gap: 25px;
  }
}
.our-locations-grid-cards.is-expanded {
  max-height: 2000px !important;
}
.our-locations-card-wrapper {
  position: relative;
  padding: 1px;
  border-radius: 21px;
  overflow: hidden;
  flex: 1 1 100%;
  max-width: none;
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  background: transparent;
}
@media (min-width: 768px) {
  .our-locations-card-wrapper {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (min-width: 1024px) {
  .our-locations-card-wrapper {
    flex: 1 1 calc(25% - 25px);
  }
}
.our-locations-card-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffd6ee, #820e51);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.our-locations-card-wrapper:hover:before {
  opacity: 1;
}
.our-locations-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: none;
}
@media (min-width: 1024px) {
  .our-locations-card {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
}
.our-locations-card:hover {
  transform: scale(0.99);
}
.our-locations-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-locations-card-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (min-width: 1024px) {
  .our-locations-card-icon img {
    width: 54px;
    height: 54px;
  }
}
.our-locations-card-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  margin: 0;
  text-align: left;
}
@media (min-width: 1024px) {
  .our-locations-card-text {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
  }
}
.our-locations-see-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #d1202d;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 10px 0;
  margin: 30px auto 10px;
  width: fit-content;
}
@media (min-width: 1024px) {
  .our-locations-see-all {
    font-size: 20px;
    gap: 20px;
  }
}
.our-locations-see-all.is-active .arrow-icon {
  transform: rotate(180deg);
}
.our-locations-see-all:hover {
  opacity: 0.8;
  gap: 25px;
}
.our-locations-see-all .arrow-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.4s ease;
  filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(7400%)
    hue-rotate(352deg) brightness(89%) contrast(93%);
}
.our-locations-list {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 1024px) {
  .our-locations-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.our-locations-list-header {
  margin-bottom: 32px;
  text-align: center;
}
.our-locations-list-title {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 20px;
}
.our-locations-list-title span {
  color: #d1202d;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .our-locations-list-title {
    font-size: 48px;
  }
}
.our-locations-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .our-locations-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .our-locations-list-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
.our-locations-list-card {
  border-radius: 20px;
  overflow: hidden;
  background: #f8f8f8;
  box-shadow: none;
}
.our-locations-list-card-image {
  height: 300px;
  width: 100%;
}
.our-locations-list-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-locations-list-card-info {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .our-locations-list-card-info {
    padding: 20px 25px;
  }
}
.our-locations-list-card-info-main {
  display: flex;
  align-items: center;
  gap: 15px;
}
.our-locations-list-card-info-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #fff;
  border: 6px solid transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: grayscale(1);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .our-locations-list-card-info-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
}
.our-locations-list-card-info-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .our-locations-list-card-info-icon img {
    width: 32px;
    height: 32px;
  }
}
.our-locations-list-card-info-title .service-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #1c1c1c;
}
.our-locations-list-card-info-title .service-title:hover {
  color: #d1202d;
}
@media (min-width: 1024px) {
  .our-locations-list-card-info-title .service-title {
    font-size: 28px;
  }
}
.our-locations-list-card-info-title .service-title a {
  text-decoration: none;
  color: inherit;
  pointer-events: none;
}
.our-locations-list-card-info-toggle .chevron {
  transition: transform 0.3s ease;
}
.our-locations-list-card-subservices {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fdfdfd;
}
.our-locations-list-card-subservices-heading {
  text-transform: uppercase !important;
  font-family: Lato, sans-serif !important;
  color: #999 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  padding: 10px 20px 5px !important;
}
@media (min-width: 768px) {
  .our-locations-list-card-subservices-heading {
    padding: 15px 25px 5px !important;
  }
}
.our-locations-list-card-subservices-list {
  list-style: none;
  padding: 0 20px 20px 32px;
  margin: 0;
}
@media (min-width: 768px) {
  .our-locations-list-card-subservices-list {
    padding: 0 25px 25px 37px;
  }
}
.our-locations-list-card-subservices-list li {
  padding: 8px 0;
}
.our-locations-list-card-subservices-list li a {
  text-decoration: none;
  display: block;
  pointer-events: none;
  font-family: Lato, sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  color: #333 !important;
}
@media (min-width: 1024px) {
  .our-locations-list-card-subservices-list li a {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
.our-locations-list-card-subservices-list li a:hover {
  color: #d1202d !important;
}
.our-locations-list-card-subservices-list li:last-child {
  border-bottom: none;
}
.our-locations-list-card.is-active {
  background-color: #fdfdfd !important;
}
.our-locations-list-card.is-active .our-locations-list-card-info-icon {
  filter: none;
  border-width: 5px;
  border-color: #ebebebba;
}
.our-locations-list-card.is-active
  .our-locations-list-card-info-toggle
  .chevron {
  transform: rotate(180deg);
}
.our-locations-list-card.is-active .our-locations-list-card-subservices {
  background-color: #fdfdfd !important;
  max-height: 400px;
}
.our-locations-list[id$="-home-services-section"]
  .our-locations-list-card.is-active:nth-of-type(1)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(100%) saturate(3885%)
    hue-rotate(237deg) brightness(88%) contrast(97%);
}
.our-locations-list[id$="-home-services-section"]
  .our-locations-list-card.is-active:nth-of-type(2)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(46%) saturate(7356%)
    hue-rotate(6deg) brightness(91%) contrast(92%);
}
.our-locations-list[id$="-home-services-section"]
  .our-locations-list-card.is-active:nth-of-type(3)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(60%) saturate(468%)
    hue-rotate(124deg) brightness(98%) contrast(89%);
}
.our-locations-list[id$="-home-services-section"]
  .our-locations-list-card.is-active:nth-of-type(4)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(80%) saturate(4299%)
    hue-rotate(170deg) brightness(96%) contrast(87%);
}
.our-locations-list[id$="-beauty-services-section"]
  .our-locations-list-card.is-active:nth-of-type(1)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(83%) saturate(416%)
    hue-rotate(69deg) brightness(96%) contrast(86%);
}
.our-locations-list[id$="-beauty-services-section"]
  .our-locations-list-card.is-active:nth-of-type(2)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(91%) saturate(6712%)
    hue-rotate(307deg) brightness(118%) contrast(111%);
}
.our-locations-list[id$="-electronics-services-section"]
  .our-locations-list-card.is-active:nth-of-type(1)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(56%) sepia(87%) saturate(368%)
    hue-rotate(56deg) brightness(100%) contrast(100%);
}
.our-locations-list[id$="-electronics-services-section"]
  .our-locations-list-card.is-active:nth-of-type(2)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(30%) saturate(5957%)
    hue-rotate(305deg) brightness(111%) contrast(105%);
}
.our-locations-list[id$="-automotive-services-section"]
  .our-locations-list-card.is-active:nth-of-type(1)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(58%) saturate(7274%)
    hue-rotate(6deg) brightness(100%) contrast(101%);
}
.our-locations-list[id$="-automotive-services-section"]
  .our-locations-list-card.is-active:nth-of-type(2)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(91%) saturate(3364%)
    hue-rotate(268deg) brightness(94%) contrast(90%);
}
.our-locations-list[id$="-automotive-services-section"]
  .our-locations-list-card.is-active:nth-of-type(3)
  .our-locations-list-card-info-icon
  img {
  filter: brightness(0) saturate(100%) invert(62%) sepia(58%) saturate(484%)
    hue-rotate(126deg) brightness(89%) contrast(87%);
}
@media (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tablet-hide {
    display: none !important;
  }
}
.mobile-hide {
  display: none !important;
}
@media (min-width: 1024px) {
  .mobile-hide {
    display: flex !important;
  }
}
.texas-plumbing-web-design-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-hero {
    padding-top: 130px;
  }
}
.texas-plumbing-web-design-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-plumbing-web-design-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-plumbing-web-design-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-plumbing-web-design-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-plumbing-web-design-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-plumbing-web-design-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #edf8fe99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-plumbing-web-design-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-plumbing-web-design-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-plumbing-web-design-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-plumbing-web-design-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-hero__wrapper--desc-card:nth-child(1),
  .texas-plumbing-web-design-hero__wrapper--desc-card:nth-child(2),
  .texas-plumbing-web-design-hero__wrapper--desc-card:nth-child(4),
  .texas-plumbing-web-design-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-plumbing-web-design-hero__wrapper--desc-card:nth-child(1),
  .texas-plumbing-web-design-hero__wrapper--desc-card:nth-child(2),
  .texas-plumbing-web-design-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-plumbing-web-design-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-plumbing-web-design-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-plumbing-web-design-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-plumbing-web-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-plumbing-web-design-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-plumbing-web-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-plumbing-web-design-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero__wrapper--img2 {
    display: none;
  }
}
.texas-plumbing-web-design-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-plumbing-web-design-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-brands {
    margin-top: 60px;
  }
}
.texas-plumbing-web-design-brands__wrapper {
  overflow: hidden;
}
.texas-plumbing-web-design-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-plumbing-web-design-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-plumbing-web-design-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-web-design-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-plumbing-web-design-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-plumbing-web-design-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-plumbing-web-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-plumbing-web-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-plumbing-web-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-plumbing-web-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-plumbing-web-design-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-plumbing-web-design-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-web-design-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-plumbing-web-design-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-plumbing-web-design-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-plumbing-web-design-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services__header--heading {
    max-width: 80%;
  }
}
.texas-plumbing-web-design-services__header--heading-link {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.texas-plumbing-web-design-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-plumbing-web-design-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-plumbing-web-design-services__details {
    top: 220px;
  }
}
.texas-plumbing-web-design-services__details {
  display: none;
}
.texas-plumbing-web-design-services__details:first-of-type {
  display: block;
}
.texas-plumbing-web-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-plumbing-web-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-plumbing-web-design-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-plumbing-web-design-services__details--heading {
  margin-bottom: 10px;
}
.texas-plumbing-web-design-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-plumbing-web-design-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-plumbing-web-design-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-plumbing-web-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-plumbing-web-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-plumbing-web-design-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-plumbing-web-design-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 165px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services__slidesdiv--slide-img {
    bottom: 90px;
  }
}
.texas-plumbing-web-design-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-plumbing-web-design-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-plumbing-web-design-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-plumbing-web-design-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-plumbing-web-design-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-plumbing-web-design-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-plumbing-web-design-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-plumbing-web-design-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services__timeline {
    bottom: 15px;
  }
}
.texas-plumbing-web-design-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-plumbing-web-design-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-plumbing-web-design-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-plumbing-web-design-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-plumbing-web-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-plumbing-web-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-plumbing-web-design-services-mob {
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services-mob {
    display: none;
  }
}
.texas-plumbing-web-design-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-plumbing-web-design-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-plumbing-web-design-services-mob__header--heading span {
  color: #d1202d;
}
.texas-plumbing-web-design-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-plumbing-web-design-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-plumbing-web-design-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-plumbing-web-design-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-plumbing-web-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-plumbing-web-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-plumbing-web-design-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-plumbing-web-design-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.texas-plumbing-web-design-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-plumbing-web-design-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-plumbing-web-design-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-plumbing-web-design-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-plumbing-web-design-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-plumbing-web-design-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-plumbing-web-design-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-plumbing-web-design-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-plumbing-web-design-growth-impact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-plumbing-web-design-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-plumbing-web-design-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-plumbing-web-design-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-plumbing-web-design-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-web-design-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-plumbing-web-design-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-plumbing-web-design-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #0e9927;
}
.texas-plumbing-web-design-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #d4881e;
}
.texas-plumbing-web-design-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-plumbing-web-design-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-plumbing-web-design-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-plumbing-web-design-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-plumbing-web-design-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-plumbing-web-design-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-plumbing-web-design-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-web-design-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-plumbing-web-design-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.texas-plumbing-web-design-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-growth__wrapper {
    padding: 24px;
  }
}
.texas-plumbing-web-design-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-plumbing-web-design-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-plumbing-web-design-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-plumbing-web-design-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-plumbing-web-design-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-plumbing-web-design-casestudies {
  padding: 24px 0;
}
.texas-plumbing-web-design-casestudies__wrapper {
  overflow: hidden;
}
.texas-plumbing-web-design-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-web-design-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-plumbing-web-design/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-plumbing-web-design/case-study-img1.webp);
  }
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-plumbing-web-design/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-plumbing-web-design/case-study-img2.webp);
  }
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #00293a);
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #818cf8, #38bdf8);
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-plumbing-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-plumbing-web-design-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-plumbing-web-design-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-plumbing-web-design-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-plumbing-web-design-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-plumbing-web-design-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-plumbing-web-design-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-web-design-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-plumbing-web-design-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-plumbing-web-design-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-plumbing-web-design-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-plumbing-web-design-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .texas-plumbing-web-design-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-plumbing-web-design-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-plumbing-web-design-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-plumbing-web-design-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-plumbing-web-design-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-plumbing-web-design-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-plumbing-web-design-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-plumbing-web-design-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-plumbing-web-design-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-plumbing-web-design-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-plumbing-web-design-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-plumbing-web-design-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-web-design-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-plumbing-web-design-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-plumbing-web-design-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-awards__wrapper {
    flex-direction: row;
  }
}
.texas-plumbing-web-design-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-plumbing-web-design-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-plumbing-web-design-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-web-design-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-plumbing-web-design-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-plumbing-web-design-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-plumbing-web-design-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-plumbing-web-design-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-plumbing-web-design-why-choose {
  background-image: url(/build/assets/why-choose-gb-bqjf7vFv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-plumbing-web-design-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-plumbing-web-design-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-plumbing-web-design-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-plumbing-web-design-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-web-design-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-plumbing-web-design-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-plumbing-web-design-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-plumbing-web-design-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-plumbing-web-design-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-plumbing-web-design-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-plumbing-web-design-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-plumbing-web-design-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-plumbing-web-design-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-plumbing-web-design-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-web-design-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-plumbing-web-design-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-plumbing-web-design-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-plumbing-web-design-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-plumbing-web-design-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-plumbing-web-design-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-web-design-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-plumbing-web-design-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-plumbing-web-design-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-plumbing-web-design-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-plumbing-web-design-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-plumbing-web-design-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-plumbing-web-design-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-plumbing-web-design-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-plumbing-web-design-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-plumbing-web-design-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-plumbing-web-design-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-plumbing-web-design-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-plumbing-web-design-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-plumbing-web-design-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-plumbing-web-design-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-plumbing-web-design-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-plumbing-web-design-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-web-design-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-plumbing-web-design-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
.texas-plumbing-web-design-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-plumbing-web-design-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-plumbing-web-design-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-plumbing-web-design-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-web-design-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-plumbing-web-design-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-process__wrapper--cards {
    justify-content: center;
  }
}
.texas-plumbing-web-design-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-plumbing-web-design-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-plumbing-web-design-process__wrapper--cards-card:hover
  .texas-plumbing-web-design-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-plumbing-web-design-process__wrapper--cards-card:hover
  .texas-plumbing-web-design-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-plumbing-web-design-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-plumbing-web-design-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-plumbing-web-design-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-plumbing-web-design-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-plumbing-web-design-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.texas-plumbing-web-design-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-plumbing-web-design-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-plumbing-web-design-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-web-design-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-plumbing-web-design-toolsntech {
  padding: 60px 0;
}
.texas-plumbing-web-design-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-plumbing-web-design-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-plumbing-web-design-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-web-design-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-plumbing-web-design-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.texas-plumbing-web-design-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .texas-plumbing-web-design-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.texas-plumbing-web-design-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.texas-plumbing-web-design-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-plumbing-web-design-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-plumbing-web-design-toolsntech__wrapper--cards .last-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-plumbing-web-design-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-web-design-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-plumbing-web-design-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-plumbing-web-design-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-plumbing-web-design-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-plumbing-web-design-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-plumbing-web-design-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-plumbing-web-design-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-plumbing-web-design-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-web-design-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-plumbing-web-design-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-plumbing-web-design-voices .left-gradient-shadow,
.texas-plumbing-web-design-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-plumbing-web-design-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-plumbing-web-design-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-plumbing-web-design-voices__wrapper {
  overflow: hidden;
}
.texas-plumbing-web-design-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-plumbing-web-design-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-web-design-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-plumbing-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-plumbing-web-design-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-plumbing-web-design-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ux-design {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ux-design .texas-plumbing-web-design {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-ux-design .texas-plumbing-web-design__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-plumbing-web-design__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ux-design .texas-plumbing-web-design__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-plumbing-web-design__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ux-design .texas-plumbing-web-design__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-plumbing-web-design__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ux-design .texas-plumbing-web-design__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ux-design .texas-plumbing-web-design__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ux-design .texas-plumbing-web-design__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-plumbing-web-design__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ux-design .texas-plumbing-web-design__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-plumbing-web-design__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ux-design .texas-plumbing-web-design__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-plumbing-web-design__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ux-design .texas-plumbing-web-design__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ux-design .texas-plumbing-web-design__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .texas-plumbing-web-design__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .texas-plumbing-web-design__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ux-design
    .texas-plumbing-web-design__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ux-design
  .texas-plumbing-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ux-design .texas-plumbing-web-design__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-plumbing-web-design__wrapper .mobile-cta {
    display: none;
  }
}
.texas-plumbing-web-design-faqs {
  padding: 60px 0;
}
.texas-plumbing-web-design-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-plumbing-web-design-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-plumbing-web-design-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-plumbing-web-design-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-plumbing-web-design-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-plumbing-web-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-plumbing-web-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-plumbing-web-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-plumbing-web-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-plumbing-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-plumbing-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-plumbing-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-plumbing-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-plumbing-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-plumbing-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-plumbing-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-plumbing-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-plumbing-web-design-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-plumbing-web-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-plumbing-web-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-plumbing-web-design-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-plumbing-web-design-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-plumbing-web-design-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-hvac-digital-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-hero {
    padding-top: 130px;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-hvac-digital-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-hvac-digital-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .florida-hvac-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .florida-hvac-digital-marketing-hero__wrapper--desc-card:nth-child(4),
  .florida-hvac-digital-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-hvac-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .florida-hvac-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .florida-hvac-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-hvac-digital-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-hvac-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.florida-hvac-digital-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-hvac-digital-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-brands {
    margin-top: 60px;
  }
}
.florida-hvac-digital-marketing-brands__wrapper {
  overflow: hidden;
}
.florida-hvac-digital-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-hvac-digital-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-hvac-digital-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-hvac-digital-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-hvac-digital-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-hvac-digital-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-hvac-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-hvac-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-hvac-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-hvac-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-hvac-digital-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-hvac-digital-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-hvac-digital-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-hvac-digital-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-hvac-digital-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-hvac-digital-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services__header--heading {
    max-width: 80%;
  }
}
.florida-hvac-digital-marketing-services__header--heading-link {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.florida-hvac-digital-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-hvac-digital-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-hvac-digital-marketing-services__details {
    top: 220px;
  }
}
.florida-hvac-digital-marketing-services__details {
  display: none;
}
.florida-hvac-digital-marketing-services__details:first-of-type {
  display: block;
}
.florida-hvac-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-hvac-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-hvac-digital-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-hvac-digital-marketing-services__details--heading {
  margin-bottom: 10px;
}
.florida-hvac-digital-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-hvac-digital-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-hvac-digital-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-hvac-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-hvac-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-hvac-digital-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-hvac-digital-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 165px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services__slidesdiv--slide-img {
    bottom: 90px;
  }
}
.florida-hvac-digital-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-hvac-digital-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-hvac-digital-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-hvac-digital-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-hvac-digital-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-hvac-digital-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-hvac-digital-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-hvac-digital-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services__timeline {
    bottom: 15px;
  }
}
.florida-hvac-digital-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-hvac-digital-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-hvac-digital-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-hvac-digital-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-hvac-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-hvac-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-hvac-digital-marketing-services-mob {
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services-mob {
    display: none;
  }
}
.florida-hvac-digital-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-hvac-digital-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-hvac-digital-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.florida-hvac-digital-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-hvac-digital-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-hvac-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-hvac-digital-marketing-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-hvac-digital-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-hvac-digital-marketing-growth-impact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-hvac-digital-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-hvac-digital-marketing-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #0f2db5;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #d63f7f;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-hvac-digital-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-hvac-digital-marketing-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.florida-hvac-digital-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-growth__wrapper {
    padding: 24px;
  }
}
.florida-hvac-digital-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-hvac-digital-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-hvac-digital-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-hvac-digital-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-hvac-digital-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-hvac-digital-marketing-casestudies {
  padding: 24px 0;
}
.florida-hvac-digital-marketing-casestudies__wrapper {
  overflow: hidden;
}
.florida-hvac-digital-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-hvac-digital-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-hvac-digital-marketing/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-hvac-digital-marketing/case-study-img1.webp);
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-hvac-digital-marketing/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-hvac-digital-marketing/case-study-img2.webp);
  }
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #f39c12, #00293a);
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #06b6d4, #10b981);
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-hvac-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-hvac-digital-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-hvac-digital-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-hvac-digital-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-hvac-digital-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-hvac-digital-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-hvac-digital-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-hvac-digital-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-hvac-digital-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-hvac-digital-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-hvac-digital-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-hvac-digital-marketing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-hvac-digital-marketing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-hvac-digital-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-hvac-digital-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-hvac-digital-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-hvac-digital-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-hvac-digital-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-hvac-digital-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-hvac-digital-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-hvac-digital-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-hvac-digital-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-hvac-digital-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-hvac-digital-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-hvac-digital-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-hvac-digital-marketing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-hvac-digital-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.florida-hvac-digital-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-hvac-digital-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-hvac-digital-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-hvac-digital-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-hvac-digital-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-hvac-digital-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-hvac-digital-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-hvac-digital-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-hvac-digital-marketing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-hvac-digital-marketing/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-hvac-digital-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-hvac-digital-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-hvac-digital-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-hvac-digital-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-hvac-digital-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-hvac-digital-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-hvac-digital-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-hvac-digital-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-hvac-digital-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-hvac-digital-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-hvac-digital-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-hvac-digital-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-hvac-digital-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-hvac-digital-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-hvac-digital-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-hvac-digital-marketing-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-hvac-digital-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-hvac-digital-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-hvac-digital-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-hvac-digital-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-hvac-digital-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-hvac-digital-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-hvac-digital-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-hvac-digital-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-hvac-digital-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-hvac-digital-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-hvac-digital-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-hvac-digital-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-hvac-digital-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-hvac-digital-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-hvac-digital-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-hvac-digital-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-hvac-digital-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-hvac-digital-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-hvac-digital-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-hvac-digital-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-hvac-digital-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-hvac-digital-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-hvac-digital-marketing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
.florida-hvac-digital-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-hvac-digital-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-hvac-digital-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-hvac-digital-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-hvac-digital-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-hvac-digital-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-process__wrapper--cards {
    justify-content: center;
  }
}
.florida-hvac-digital-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-hvac-digital-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-hvac-digital-marketing-process__wrapper--cards-card:hover
  .florida-hvac-digital-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-hvac-digital-marketing-process__wrapper--cards-card:hover
  .florida-hvac-digital-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-hvac-digital-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-hvac-digital-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-hvac-digital-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-hvac-digital-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-hvac-digital-marketing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-hvac-digital-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-hvac-digital-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-hvac-digital-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-hvac-digital-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-hvac-digital-marketing-toolsntech {
  padding: 60px 0;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-hvac-digital-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    width: 33%;
    flex-wrap: wrap;
  }
  .florida-hvac-digital-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-hvac-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-hvac-digital-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-hvac-digital-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-hvac-digital-marketing-voices .left-gradient-shadow,
.florida-hvac-digital-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-hvac-digital-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-hvac-digital-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-hvac-digital-marketing-voices__wrapper {
  overflow: hidden;
}
.florida-hvac-digital-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-hvac-digital-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-hvac-digital-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-hvac-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-hvac-digital-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-hvac-digital-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ux-design {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ux-design .florida-hvac-digital-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-ux-design .florida-hvac-digital-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .florida-hvac-digital-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ux-design .florida-hvac-digital-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .florida-hvac-digital-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ux-design .florida-hvac-digital-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .florida-hvac-digital-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ux-design
    .florida-hvac-digital-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ux-design .florida-hvac-digital-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ux-design .florida-hvac-digital-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ux-design .florida-hvac-digital-marketing__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ux-design .florida-hvac-digital-marketing__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ux-design .florida-hvac-digital-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .florida-hvac-digital-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ux-design .florida-hvac-digital-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .florida-hvac-digital-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .florida-hvac-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ux-design
    .florida-hvac-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ux-design
  .florida-hvac-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ux-design .florida-hvac-digital-marketing__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ux-design .florida-hvac-digital-marketing__wrapper .mobile-cta {
    display: none;
  }
}
.florida-hvac-digital-marketing-faqs {
  padding: 60px 0;
}
.florida-hvac-digital-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-hvac-digital-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-hvac-digital-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-hvac-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-hvac-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-hvac-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-hvac-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-hvac-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-hvac-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-hvac-digital-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-hvac-digital-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-hvac-digital-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-plumbing-digital-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-hero {
    padding-top: 130px;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-plumbing-digital-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .texas-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .texas-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(4),
  .texas-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .texas-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .texas-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.texas-plumbing-digital-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-plumbing-digital-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-brands {
    margin-top: 60px;
  }
}
.texas-plumbing-digital-marketing-brands__wrapper {
  overflow: hidden;
}
.texas-plumbing-digital-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-plumbing-digital-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-plumbing-digital-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-plumbing-digital-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-plumbing-digital-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-plumbing-digital-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-digital-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-plumbing-digital-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-plumbing-digital-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-plumbing-digital-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services__header--heading {
    max-width: 80%;
  }
}
.texas-plumbing-digital-marketing-services__header--heading-link {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.texas-plumbing-digital-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-plumbing-digital-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-plumbing-digital-marketing-services__details {
    top: 220px;
  }
}
.texas-plumbing-digital-marketing-services__details {
  display: none;
}
.texas-plumbing-digital-marketing-services__details:first-of-type {
  display: block;
}
.texas-plumbing-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-plumbing-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-plumbing-digital-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-plumbing-digital-marketing-services__details--heading {
  margin-bottom: 10px;
}
.texas-plumbing-digital-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-plumbing-digital-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-plumbing-digital-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-plumbing-digital-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-plumbing-digital-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 165px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services__slidesdiv--slide-img {
    bottom: 90px;
  }
}
.texas-plumbing-digital-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-plumbing-digital-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-plumbing-digital-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-plumbing-digital-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-plumbing-digital-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-plumbing-digital-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-plumbing-digital-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-plumbing-digital-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services__timeline {
    bottom: 15px;
  }
}
.texas-plumbing-digital-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-plumbing-digital-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-plumbing-digital-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-plumbing-digital-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-plumbing-digital-marketing-services-mob {
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services-mob {
    display: none;
  }
}
.texas-plumbing-digital-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-plumbing-digital-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-plumbing-digital-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.texas-plumbing-digital-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-plumbing-digital-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-plumbing-digital-marketing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #d4881e;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    3
  ):hover {
  border-color: #0e9927;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    4
  ):hover {
  border-color: #0f2db5;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
  width: 100%;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-desc p {
  margin-bottom: 12px;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-desc ul {
  margin: 0;
  padding-left: 20px;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-desc ul li {
  margin-bottom: 8px;
  list-style-type: disc;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-points {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  margin: 0;
  padding-left: 20px;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-points li {
  margin-bottom: 6px;
  list-style-type: disc;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cards-points
  li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--cards-points {
    font-size: 20px;
    line-height: 30px;
  }
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-digital-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-plumbing-digital-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-growth {
    margin-top: 60px;
  }
}
.texas-plumbing-digital-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-growth__wrapper {
    padding: 24px;
  }
}
.texas-plumbing-digital-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-plumbing-digital-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-plumbing-digital-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-plumbing-digital-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-plumbing-digital-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-plumbing-digital-marketing-casestudies {
  padding: 24px 0;
}
.texas-plumbing-digital-marketing-casestudies__wrapper {
  overflow: hidden;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CKXmwhDp.webp);
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-B5GspeUf.webp);
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-DOcW09Lb.webp);
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-DuMUgwCr.webp);
  }
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #2e7fff, #00d98c);
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #f97316, #10b981);
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-plumbing-digital-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-plumbing-digital-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-plumbing-digital-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-plumbing-digital-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-plumbing-digital-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-plumbing-digital-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-plumbing-digital-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-plumbing-digital-marketing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .texas-plumbing-digital-marketing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-plumbing-digital-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-plumbing-digital-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-plumbing-digital-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-plumbing-digital-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-plumbing-digital-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-plumbing-digital-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-plumbing-digital-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-plumbing-digital-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-plumbing-digital-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-plumbing-digital-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-plumbing-digital-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-digital-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-plumbing-digital-marketing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-plumbing-digital-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.texas-plumbing-digital-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-plumbing-digital-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-plumbing-digital-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-plumbing-digital-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-plumbing-digital-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-plumbing-digital-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-plumbing-digital-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-plumbing-digital-marketing-why-choose {
  background-image: url(/build/assets/why-choose-gb-BfzbMfZP.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-plumbing-digital-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-plumbing-digital-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-plumbing-digital-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-plumbing-digital-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-plumbing-digital-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  gap: 16px;
}
.texas-plumbing-digital-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-plumbing-digital-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-plumbing-digital-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-plumbing-digital-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-plumbing-digital-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-plumbing-digital-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-plumbing-digital-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-digital-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-plumbing-digital-marketing-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-plumbing-digital-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-plumbing-digital-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-plumbing-digital-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-plumbing-digital-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-plumbing-digital-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-plumbing-digital-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-digital-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-plumbing-digital-marketing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-plumbing-digital-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-plumbing-digital-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-plumbing-digital-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-plumbing-digital-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-plumbing-digital-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.texas-plumbing-digital-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-plumbing-digital-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-plumbing-digital-marketing-process__wrapper--cards-card:hover
  .texas-plumbing-digital-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-plumbing-digital-marketing-process__wrapper--cards-card:hover
  .texas-plumbing-digital-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-plumbing-digital-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-plumbing-digital-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-plumbing-digital-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-plumbing-digital-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-plumbing-digital-marketing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.texas-plumbing-digital-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-plumbing-digital-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-plumbing-digital-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-digital-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-plumbing-digital-marketing-toolsntech {
  padding: 60px 0;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .texas-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .texas-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-plumbing-digital-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-plumbing-digital-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-plumbing-digital-marketing-voices .left-gradient-shadow,
.texas-plumbing-digital-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-plumbing-digital-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-plumbing-digital-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-plumbing-digital-marketing-voices__wrapper {
  overflow: hidden;
}
.texas-plumbing-digital-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-plumbing-digital-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-plumbing-digital-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-plumbing-digital-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-plumbing-digital-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-web-development .texas-plumbing-digital-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .texas-plumbing-digital-marketing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-plumbing-digital-marketing__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-plumbing-digital-marketing-faqs {
  padding: 60px 0;
}
.texas-plumbing-digital-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-plumbing-digital-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-plumbing-digital-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-plumbing-digital-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-plumbing-digital-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-plumbing-digital-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-plumbing-website-design-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-hero {
    padding-top: 130px;
  }
}
.california-plumbing-website-design-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-plumbing-website-design-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-plumbing-website-design-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-plumbing-website-design-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-plumbing-website-design-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 550px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-hero__wrapper--headings-img {
    width: 100%;
    max-width: 550px;
  }
}
.california-plumbing-website-design-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-plumbing-website-design-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-plumbing-website-design-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-plumbing-website-design-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-plumbing-website-design-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-plumbing-website-design-hero__wrapper--desc-card:nth-child(1),
  .california-plumbing-website-design-hero__wrapper--desc-card:nth-child(2),
  .california-plumbing-website-design-hero__wrapper--desc-card:nth-child(4),
  .california-plumbing-website-design-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-plumbing-website-design-hero__wrapper--desc-card:nth-child(1),
  .california-plumbing-website-design-hero__wrapper--desc-card:nth-child(2),
  .california-plumbing-website-design-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-plumbing-website-design-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-plumbing-website-design-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-plumbing-website-design-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-plumbing-website-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-plumbing-website-design-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-plumbing-website-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-plumbing-website-design-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero__wrapper--img2 {
    display: none;
  }
}
.california-plumbing-website-design-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-hero__wrapper--img2 img {
    display: none;
  }
}
.california-plumbing-website-design-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-brands {
    margin-top: 60px;
  }
}
.california-plumbing-website-design-brands__wrapper {
  overflow: hidden;
}
.california-plumbing-website-design-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-plumbing-website-design-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-plumbing-website-design-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-website-design-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-plumbing-website-design-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-plumbing-website-design-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-plumbing-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-plumbing-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-plumbing-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-plumbing-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-plumbing-website-design-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-plumbing-website-design-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-website-design-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-plumbing-website-design-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-plumbing-website-design-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-plumbing-website-design-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services__header--heading {
    max-width: 80%;
  }
}
.california-plumbing-website-design-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-plumbing-website-design-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-plumbing-website-design-services__details {
    top: 220px;
  }
}
.california-plumbing-website-design-services__details {
  display: none;
}
.california-plumbing-website-design-services__details:first-of-type {
  display: block;
}
.california-plumbing-website-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-plumbing-website-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-plumbing-website-design-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-plumbing-website-design-services__details--heading {
  margin-bottom: 10px;
}
.california-plumbing-website-design-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-plumbing-website-design-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-plumbing-website-design-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-plumbing-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-plumbing-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-plumbing-website-design-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-plumbing-website-design-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-plumbing-website-design-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-plumbing-website-design-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-plumbing-website-design-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-plumbing-website-design-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-plumbing-website-design-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-plumbing-website-design-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-plumbing-website-design-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-plumbing-website-design-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services__timeline {
    bottom: 15px;
  }
}
.california-plumbing-website-design-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-plumbing-website-design-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-plumbing-website-design-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-plumbing-website-design-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-plumbing-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-plumbing-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-plumbing-website-design-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services-mob {
    display: none;
  }
}
.california-plumbing-website-design-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-plumbing-website-design-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-plumbing-website-design-services-mob__header--heading span {
  color: #d1202d;
}
.california-plumbing-website-design-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-plumbing-website-design-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-plumbing-website-design-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-plumbing-website-design-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-plumbing-website-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-plumbing-website-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-plumbing-website-design-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-plumbing-website-design-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-plumbing-website-design-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-plumbing-website-design-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-plumbing-website-design-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-plumbing-website-design-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-plumbing-website-design-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-plumbing-website-design-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-plumbing-website-design-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-plumbing-website-design-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-plumbing-website-design-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-plumbing-website-design-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-plumbing-website-design-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-plumbing-website-design-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-website-design-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-plumbing-website-design-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-plumbing-website-design-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #0f2db5;
}
.california-plumbing-website-design-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #d4881e;
}
.california-plumbing-website-design-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-plumbing-website-design-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-plumbing-website-design-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-plumbing-website-design-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-plumbing-website-design-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-plumbing-website-design-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-plumbing-website-design-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-website-design-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-plumbing-website-design-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-growth {
    margin-top: 60px;
  }
}
.california-plumbing-website-design-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-growth__wrapper {
    padding: 24px;
  }
}
.california-plumbing-website-design-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-plumbing-website-design-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-plumbing-website-design-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-plumbing-website-design-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-plumbing-website-design-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-plumbing-website-design-casestudies {
  padding: 24px 0;
}
.california-plumbing-website-design-casestudies__wrapper {
  overflow: hidden;
}
.california-plumbing-website-design-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-plumbing-website-design-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-plumbing-website-design-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-plumbing-website-design-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-website-design-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-plumbing-website-design-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-plumbing-website-design-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CqaTGw95.webp);
}
@media (min-width: 768px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-5vB1JIX-.webp);
  }
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-5k5ny6o3.webp);
}
@media (min-width: 768px) {
  .california-plumbing-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-BruaNt8B.webp);
  }
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #00293a);
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #818cf8, #38bdf8);
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-plumbing-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-plumbing-website-design-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-plumbing-website-design-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-plumbing-website-design-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-plumbing-website-design-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-plumbing-website-design-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-plumbing-website-design-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-website-design-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-plumbing-website-design-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-plumbing-website-design-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-plumbing-website-design-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-plumbing-website-design-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-plumbing-website-design-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-plumbing-website-design-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-plumbing-website-design-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-plumbing-website-design-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-plumbing-website-design-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-plumbing-website-design-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-plumbing-website-design-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-plumbing-website-design-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-plumbing-website-design-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-plumbing-website-design-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-plumbing-website-design-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-plumbing-website-design-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-plumbing-website-design-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-website-design-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-plumbing-website-design-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-plumbing-website-design-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-awards__wrapper {
    flex-direction: row;
  }
}
.california-plumbing-website-design-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-plumbing-website-design-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-plumbing-website-design-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-website-design-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-plumbing-website-design-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-plumbing-website-design-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-plumbing-website-design-awards__wrapper--col2-award img {
  width: 100%;
}
.california-plumbing-website-design-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-plumbing-website-design-why-choose {
  background-image: url(/build/assets/why-choose-gb-bqjf7vFv.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-plumbing-website-design-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-plumbing-website-design-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-plumbing-website-design-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-plumbing-website-design-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-website-design-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-plumbing-website-design-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: flex-start;
  gap: 16px;
}
.california-plumbing-website-design-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-plumbing-website-design-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-plumbing-website-design-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-plumbing-website-design-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-plumbing-website-design-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-plumbing-website-design-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-plumbing-website-design-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-plumbing-website-design-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-website-design-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-plumbing-website-design-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-plumbing-website-design-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-plumbing-website-design-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-plumbing-website-design-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-plumbing-website-design-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-website-design-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-plumbing-website-design-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-plumbing-website-design-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-plumbing-website-design-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-plumbing-website-design-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-plumbing-website-design-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-plumbing-website-design-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-plumbing-website-design-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-plumbing-website-design-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-plumbing-website-design-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-plumbing-website-design-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-plumbing-website-design-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-plumbing-website-design-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-plumbing-website-design-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-plumbing-website-design-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-plumbing-website-design-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-plumbing-website-design-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-website-design-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-plumbing-website-design-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-plumbing-website-design-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-plumbing-website-design-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-plumbing-website-design-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-plumbing-website-design-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-website-design-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-plumbing-website-design-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-plumbing-website-design-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-plumbing-website-design-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-plumbing-website-design-process__wrapper--cards-card:hover
  .california-plumbing-website-design-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-plumbing-website-design-process__wrapper--cards-card:hover
  .california-plumbing-website-design-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-plumbing-website-design-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-plumbing-website-design-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-plumbing-website-design-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-plumbing-website-design-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-plumbing-website-design-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-plumbing-website-design-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-plumbing-website-design-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-plumbing-website-design-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-website-design-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-plumbing-website-design-toolsntech {
  padding: 60px 0;
}
.california-plumbing-website-design-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-plumbing-website-design-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-plumbing-website-design-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-website-design-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-plumbing-website-design-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.california-plumbing-website-design-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 24%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .california-plumbing-website-design-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.california-plumbing-website-design-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.california-plumbing-website-design-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-plumbing-website-design-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-plumbing-website-design-toolsntech__wrapper--cards
  .plato-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-plumbing-website-design-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-website-design-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-plumbing-website-design-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-plumbing-website-design-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-plumbing-website-design-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-plumbing-website-design-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-plumbing-website-design-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-plumbing-website-design-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-plumbing-website-design-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-website-design-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-plumbing-website-design-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-plumbing-website-design-voices .left-gradient-shadow,
.california-plumbing-website-design-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-plumbing-website-design-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-plumbing-website-design-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-plumbing-website-design-voices__wrapper {
  overflow: hidden;
}
.california-plumbing-website-design-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-plumbing-website-design-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-website-design-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-plumbing-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-plumbing-website-design-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-plumbing-website-design-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-florida-quality .california-plumbing-website-design {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-quality .california-plumbing-website-design__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .california-plumbing-website-design__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-plumbing-website-design__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-plumbing-website-design__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-quality
    .california-plumbing-website-design__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-plumbing-website-design__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-plumbing-website-design__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-plumbing-website-design__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-plumbing-website-design__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-plumbing-website-design__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-quality
    .california-plumbing-website-design__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-quality
  .california-plumbing-website-design__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-plumbing-website-design__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-plumbing-website-design-faqs {
  padding: 60px 0;
}
.california-plumbing-website-design-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-plumbing-website-design-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-plumbing-website-design-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-plumbing-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-plumbing-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-plumbing-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-plumbing-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-plumbing-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-plumbing-website-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-plumbing-website-design-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-plumbing-website-design-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-plumbing-website-design-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-pumber-seo-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-hero {
    padding-top: 130px;
  }
}
.california-pumber-seo-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-pumber-seo-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-pumber-seo-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-pumber-seo-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-pumber-seo-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-pumber-seo-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 550px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-hero__wrapper--headings-img {
    width: 100%;
    max-width: 550px;
  }
}
.california-pumber-seo-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-pumber-seo-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-pumber-seo-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-pumber-seo-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-pumber-seo-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-pumber-seo-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-pumber-seo-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-pumber-seo-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-pumber-seo-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-pumber-seo-hero__wrapper--desc-card:nth-child(1),
  .california-pumber-seo-hero__wrapper--desc-card:nth-child(2),
  .california-pumber-seo-hero__wrapper--desc-card:nth-child(4),
  .california-pumber-seo-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-pumber-seo-hero__wrapper--desc-card:nth-child(1),
  .california-pumber-seo-hero__wrapper--desc-card:nth-child(2),
  .california-pumber-seo-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-pumber-seo-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-pumber-seo-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-pumber-seo-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-pumber-seo-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-pumber-seo-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-pumber-seo-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-pumber-seo-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero__wrapper--img2 {
    display: none;
  }
}
.california-pumber-seo-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-pumber-seo-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-hero__wrapper--img2 img {
    display: none;
  }
}
.california-pumber-seo-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-pumber-seo-brands {
    margin-top: 60px;
  }
}
.california-pumber-seo-brands__wrapper {
  overflow: hidden;
}
.california-pumber-seo-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-pumber-seo-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-pumber-seo-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-pumber-seo-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-pumber-seo-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-pumber-seo-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-pumber-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-pumber-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-pumber-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-pumber-seo-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-pumber-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-pumber-seo-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-pumber-seo-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-pumber-seo-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-pumber-seo-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-pumber-seo-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-pumber-seo-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-pumber-seo-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-pumber-seo-services__header--heading {
    max-width: 80%;
  }
}
.california-pumber-seo-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-pumber-seo-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-pumber-seo-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-pumber-seo-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-pumber-seo-services__details {
    top: 220px;
  }
}
.california-pumber-seo-services__details {
  display: none;
}
.california-pumber-seo-services__details:first-of-type {
  display: block;
}
.california-pumber-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-pumber-seo-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-pumber-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-pumber-seo-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-pumber-seo-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-pumber-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-pumber-seo-services__details--heading {
  margin-bottom: 10px;
}
.california-pumber-seo-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-pumber-seo-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-pumber-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-pumber-seo-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-pumber-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-pumber-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-pumber-seo-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-pumber-seo-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-pumber-seo-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-pumber-seo-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-pumber-seo-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-pumber-seo-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-pumber-seo-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-pumber-seo-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-pumber-seo-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-pumber-seo-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-pumber-seo-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-pumber-seo-services__timeline {
    bottom: 15px;
  }
}
.california-pumber-seo-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-pumber-seo-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-pumber-seo-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-pumber-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-pumber-seo-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-pumber-seo-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-pumber-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-pumber-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-pumber-seo-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-pumber-seo-services-mob {
    display: none;
  }
}
.california-pumber-seo-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-pumber-seo-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-pumber-seo-services-mob__header--heading span {
  color: #d1202d;
}
.california-pumber-seo-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-pumber-seo-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-pumber-seo-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-pumber-seo-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-pumber-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-pumber-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-pumber-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-pumber-seo-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-pumber-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-pumber-seo-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-pumber-seo-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-pumber-seo-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-pumber-seo-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-pumber-seo-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-pumber-seo-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-pumber-seo-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-pumber-seo-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-pumber-seo-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-pumber-seo-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-pumber-seo-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-pumber-seo-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-pumber-seo-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-pumber-seo-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-pumber-seo-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-pumber-seo-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-pumber-seo-growth-impact__wrapper--cards-card:nth-child(1):hover {
  border-color: #d4881e;
}
.california-pumber-seo-growth-impact__wrapper--cards-card:nth-child(2):hover {
  border-color: #28a745;
}
.california-pumber-seo-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-pumber-seo-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-pumber-seo-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-pumber-seo-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-pumber-seo-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-pumber-seo-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-pumber-seo-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-pumber-seo-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-pumber-seo-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-pumber-seo-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-pumber-seo-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-pumber-seo-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-pumber-seo-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-pumber-seo-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-growth {
    margin-top: 60px;
  }
}
.california-pumber-seo-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-pumber-seo-growth__wrapper {
    padding: 24px;
  }
}
.california-pumber-seo-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-pumber-seo-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-pumber-seo-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-pumber-seo-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-pumber-seo-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-pumber-seo-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-pumber-seo-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-pumber-seo-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-pumber-seo-casestudies {
  padding: 24px 0;
}
.california-pumber-seo-casestudies__wrapper {
  overflow: hidden;
}
.california-pumber-seo-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-pumber-seo-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-pumber-seo-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-pumber-seo-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-pumber-seo-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-pumber-seo-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-pumber-seo-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-pumber-seo-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-pumber-seo-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-pumber-seo-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CqaTGw95.webp);
}
@media (min-width: 768px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-5vB1JIX-.webp);
  }
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-5k5ny6o3.webp);
}
@media (min-width: 768px) {
  .california-pumber-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-BruaNt8B.webp);
  }
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #00293a);
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #818cf8, #38bdf8);
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-pumber-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-pumber-seo-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-pumber-seo-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-pumber-seo-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-pumber-seo-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-pumber-seo-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-pumber-seo-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-pumber-seo-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-pumber-seo-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-pumber-seo-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-pumber-seo-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-pumber-seo-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-pumber-seo-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-pumber-seo-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-pumber-seo-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-pumber-seo-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-pumber-seo-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-pumber-seo-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-pumber-seo-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-pumber-seo-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-pumber-seo-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-pumber-seo-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-pumber-seo-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-pumber-seo-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-pumber-seo-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-pumber-seo-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-pumber-seo-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-pumber-seo-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-pumber-seo-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-pumber-seo-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-pumber-seo-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-pumber-seo-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-pumber-seo-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-pumber-seo-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-pumber-seo-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-awards__wrapper {
    flex-direction: row;
  }
}
.california-pumber-seo-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-pumber-seo-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-pumber-seo-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-pumber-seo-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-pumber-seo-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-pumber-seo-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-pumber-seo-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-pumber-seo-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-pumber-seo-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-pumber-seo-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-pumber-seo-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-pumber-seo-awards__wrapper--col2-award img {
  width: 100%;
}
.california-pumber-seo-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-pumber-seo-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-pumber-seo-why-choose {
  background-image: url(/build/assets/why-choose-gb-DrUL3Qre.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-pumber-seo-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-pumber-seo-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-pumber-seo-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-pumber-seo-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-pumber-seo-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-pumber-seo-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-pumber-seo-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-pumber-seo-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-pumber-seo-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-pumber-seo-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-pumber-seo-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-pumber-seo-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-pumber-seo-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-pumber-seo-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-pumber-seo-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-pumber-seo-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-pumber-seo-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-pumber-seo-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-pumber-seo-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-pumber-seo-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-pumber-seo-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-pumber-seo-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-pumber-seo-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-pumber-seo-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-pumber-seo-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-pumber-seo-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-pumber-seo-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-pumber-seo-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-pumber-seo-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-pumber-seo-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-pumber-seo-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-pumber-seo-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-pumber-seo-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-pumber-seo-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-pumber-seo-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-pumber-seo-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-pumber-seo-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-pumber-seo-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-pumber-seo-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-pumber-seo-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-pumber-seo-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-pumber-seo-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-pumber-seo-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-pumber-seo-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-pumber-seo-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-pumber-seo-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-pumber-seo-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-pumber-seo-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-pumber-seo-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-pumber-seo-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-pumber-seo-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-pumber-seo-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-pumber-seo-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-pumber-seo-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-pumber-seo-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-pumber-seo-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-pumber-seo-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-pumber-seo-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-pumber-seo-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-pumber-seo-process__wrapper--cards-card:hover
  .california-pumber-seo-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-pumber-seo-process__wrapper--cards-card:hover
  .california-pumber-seo-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-pumber-seo-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-pumber-seo-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-pumber-seo-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-pumber-seo-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-pumber-seo-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-pumber-seo-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-pumber-seo-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-pumber-seo-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-pumber-seo-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-pumber-seo-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-pumber-seo-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-pumber-seo-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-pumber-seo-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-pumber-seo-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-pumber-seo-toolsntech {
  padding: 60px 0;
}
.california-pumber-seo-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-pumber-seo-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-pumber-seo-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-pumber-seo-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-pumber-seo-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-pumber-seo-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-pumber-seo-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.california-pumber-seo-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .california-pumber-seo-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-toolsntech__wrapper--cards-cardwrap {
    width: 33%;
    flex-wrap: wrap;
  }
  .california-pumber-seo-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.california-pumber-seo-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.california-pumber-seo-toolsntech__wrapper--cards .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-pumber-seo-toolsntech__wrapper--cards .last-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-pumber-seo-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-pumber-seo-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-pumber-seo-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-pumber-seo-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-pumber-seo-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-pumber-seo-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-pumber-seo-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-pumber-seo-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-pumber-seo-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-pumber-seo-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-pumber-seo-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-pumber-seo-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-pumber-seo-voices .left-gradient-shadow,
.california-pumber-seo-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-pumber-seo-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-pumber-seo-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-pumber-seo-voices__wrapper {
  overflow: hidden;
}
.california-pumber-seo-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-pumber-seo-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-pumber-seo-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-pumber-seo-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-pumber-seo-voices__wrapper--testimonial-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-pumber-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-pumber-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-pumber-seo-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-pumber-seo-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-florida-quality .california-pumber-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-quality .california-pumber-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .california-pumber-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-quality .california-pumber-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .california-pumber-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-quality .california-pumber-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .california-pumber-seo__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-quality .california-pumber-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-quality .california-pumber-seo__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .california-pumber-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-quality .california-pumber-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .california-pumber-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-florida-quality .california-pumber-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .california-pumber-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-quality .california-pumber-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-pumber-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-pumber-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-quality
    .california-pumber-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-quality
  .california-pumber-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-quality .california-pumber-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .california-pumber-seo__wrapper .mobile-cta {
    display: none;
  }
}
.california-pumber-seo-faqs {
  padding: 60px 0;
}
.california-pumber-seo-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-pumber-seo-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-pumber-seo-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-pumber-seo-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-pumber-seo-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-pumber-seo-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-pumber-seo-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-pumber-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-pumber-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-pumber-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-pumber-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-pumber-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-pumber-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-pumber-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-pumber-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-pumber-seo-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-pumber-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-pumber-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-pumber-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-pumber-seo-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-pumber-seo-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-pumber-seo-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-pumber-seo-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-pumber-seo-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-pumber-seo-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-plumbing-digital-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-hero {
    padding-top: 130px;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-plumbing-digital-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .california-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .california-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(4),
  .california-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .california-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .california-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.california-plumbing-digital-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.california-plumbing-digital-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-brands {
    margin-top: 60px;
  }
}
.california-plumbing-digital-marketing-brands__wrapper {
  overflow: hidden;
}
.california-plumbing-digital-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-plumbing-digital-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-plumbing-digital-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-digital-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-plumbing-digital-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-plumbing-digital-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-plumbing-digital-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-digital-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-plumbing-digital-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-plumbing-digital-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-plumbing-digital-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services__header--heading {
    max-width: 80%;
  }
}
.california-plumbing-digital-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-plumbing-digital-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-plumbing-digital-marketing-services__details {
    top: 220px;
  }
}
.california-plumbing-digital-marketing-services__details {
  display: none;
}
.california-plumbing-digital-marketing-services__details:first-of-type {
  display: block;
}
.california-plumbing-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-plumbing-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-plumbing-digital-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-plumbing-digital-marketing-services__details--heading {
  margin-bottom: 10px;
}
.california-plumbing-digital-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-plumbing-digital-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-plumbing-digital-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-plumbing-digital-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-plumbing-digital-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services__slidesdiv--slide-img {
    bottom: 130px;
  }
}
.california-plumbing-digital-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-plumbing-digital-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-plumbing-digital-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-plumbing-digital-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-plumbing-digital-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-plumbing-digital-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-plumbing-digital-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-plumbing-digital-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services__timeline {
    bottom: 15px;
  }
}
.california-plumbing-digital-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-plumbing-digital-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-plumbing-digital-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-plumbing-digital-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-plumbing-digital-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services-mob {
    display: none;
  }
}
.california-plumbing-digital-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-plumbing-digital-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-plumbing-digital-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.california-plumbing-digital-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-plumbing-digital-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-plumbing-digital-marketing-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-plumbing-digital-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-plumbing-digital-marketing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-plumbing-digital-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-plumbing-digital-marketing-growth-impact__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #0e9927;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #d63f7f;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-digital-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-plumbing-digital-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-growth {
    margin-top: 60px;
  }
}
.california-plumbing-digital-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-growth__wrapper {
    padding: 24px;
  }
}
.california-plumbing-digital-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-plumbing-digital-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-plumbing-digital-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-plumbing-digital-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-plumbing-digital-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-plumbing-digital-marketing-casestudies {
  padding: 24px 0;
}
.california-plumbing-digital-marketing-casestudies__wrapper {
  overflow: hidden;
}
.california-plumbing-digital-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-digital-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CLSwDzRW.webp);
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-DOihJYPK.webp);
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-B6vYScjy.webp);
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-DuMUgwCr.webp);
  }
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #2e7fff, #00d98c);
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #f97316, #10b981);
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-plumbing-digital-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-plumbing-digital-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-plumbing-digital-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-plumbing-digital-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-plumbing-digital-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-plumbing-digital-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-digital-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-plumbing-digital-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-plumbing-digital-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-plumbing-digital-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-plumbing-digital-marketing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-plumbing-digital-marketing-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-plumbing-digital-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-plumbing-digital-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-plumbing-digital-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-plumbing-digital-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-plumbing-digital-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-plumbing-digital-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-plumbing-digital-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-plumbing-digital-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-plumbing-digital-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-plumbing-digital-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-plumbing-digital-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-digital-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-plumbing-digital-marketing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-plumbing-digital-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.california-plumbing-digital-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-plumbing-digital-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-plumbing-digital-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-digital-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-plumbing-digital-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-plumbing-digital-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-plumbing-digital-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.california-plumbing-digital-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-plumbing-digital-marketing-why-choose {
  background-image: url(/build/assets/why-choose-gb-BfzbMfZP.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-plumbing-digital-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-plumbing-digital-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-plumbing-digital-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-plumbing-digital-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-digital-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-plumbing-digital-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-plumbing-digital-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-plumbing-digital-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-plumbing-digital-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-plumbing-digital-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-plumbing-digital-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-plumbing-digital-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-plumbing-digital-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-digital-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-plumbing-digital-marketing-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-plumbing-digital-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-plumbing-digital-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-plumbing-digital-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-plumbing-digital-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-digital-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-plumbing-digital-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-plumbing-digital-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-plumbing-digital-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-plumbing-digital-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-plumbing-digital-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-plumbing-digital-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-plumbing-digital-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-plumbing-digital-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-plumbing-digital-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-plumbing-digital-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-plumbing-digital-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-plumbing-digital-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-plumbing-digital-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-plumbing-digital-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-plumbing-digital-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-plumbing-digital-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-digital-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-plumbing-digital-marketing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-plumbing-digital-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-plumbing-digital-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-plumbing-digital-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-plumbing-digital-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-digital-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-plumbing-digital-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-plumbing-digital-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-plumbing-digital-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-plumbing-digital-marketing-process__wrapper--cards-card:hover
  .california-plumbing-digital-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-plumbing-digital-marketing-process__wrapper--cards-card:hover
  .california-plumbing-digital-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-plumbing-digital-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-plumbing-digital-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-plumbing-digital-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-plumbing-digital-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-plumbing-digital-marketing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-plumbing-digital-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-plumbing-digital-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-plumbing-digital-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-digital-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-plumbing-digital-marketing-toolsntech {
  padding: 60px 0;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-plumbing-digital-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .california-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .california-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-plumbing-digital-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-plumbing-digital-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-plumbing-digital-marketing-voices .left-gradient-shadow,
.california-plumbing-digital-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-plumbing-digital-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-plumbing-digital-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-plumbing-digital-marketing-voices__wrapper {
  overflow: hidden;
}
.california-plumbing-digital-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-plumbing-digital-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-plumbing-digital-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-plumbing-digital-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-plumbing-digital-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-web-development .california-plumbing-digital-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .california-plumbing-digital-marketing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-plumbing-digital-marketing__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-plumbing-digital-marketing-faqs {
  padding: 60px 0;
}
.california-plumbing-digital-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-plumbing-digital-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-plumbing-digital-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-plumbing-digital-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-plumbing-digital-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-plumbing-digital-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-plumber-web-design-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-hero {
    padding-top: 130px;
  }
}
.florida-plumber-web-design-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-plumber-web-design-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-plumber-web-design-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-plumber-web-design-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-plumber-web-design-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-plumber-web-design-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #edf8fe99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-plumber-web-design-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-plumber-web-design-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-plumber-web-design-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-plumber-web-design-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-plumber-web-design-hero__wrapper--desc-card:nth-child(1),
  .florida-plumber-web-design-hero__wrapper--desc-card:nth-child(2),
  .florida-plumber-web-design-hero__wrapper--desc-card:nth-child(4),
  .florida-plumber-web-design-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-plumber-web-design-hero__wrapper--desc-card:nth-child(1),
  .florida-plumber-web-design-hero__wrapper--desc-card:nth-child(2),
  .florida-plumber-web-design-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-plumber-web-design-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-plumber-web-design-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-plumber-web-design-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-plumber-web-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-plumber-web-design-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-plumber-web-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-plumber-web-design-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero__wrapper--img2 {
    display: none;
  }
}
.florida-plumber-web-design-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-plumber-web-design-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-brands {
    margin-top: 60px;
  }
}
.florida-plumber-web-design-brands__wrapper {
  overflow: hidden;
}
.florida-plumber-web-design-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-plumber-web-design-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-plumber-web-design-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumber-web-design-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-plumber-web-design-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-plumber-web-design-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-plumber-web-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-plumber-web-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-plumber-web-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-plumber-web-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-plumber-web-design-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-plumber-web-design-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumber-web-design-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-plumber-web-design-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-plumber-web-design-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-plumber-web-design-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services__header--heading {
    max-width: 80%;
  }
}
.florida-plumber-web-design-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-plumber-web-design-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-plumber-web-design-services__details {
    top: 220px;
  }
}
.florida-plumber-web-design-services__details {
  display: none;
}
.florida-plumber-web-design-services__details:first-of-type {
  display: block;
}
.florida-plumber-web-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-plumber-web-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-plumber-web-design-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-plumber-web-design-services__details--heading {
  margin-bottom: 10px;
}
.florida-plumber-web-design-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-plumber-web-design-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-plumber-web-design-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-plumber-web-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-plumber-web-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-plumber-web-design-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-plumber-web-design-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-plumber-web-design-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-plumber-web-design-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-plumber-web-design-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-plumber-web-design-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-plumber-web-design-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-plumber-web-design-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-plumber-web-design-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-plumber-web-design-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services__timeline {
    bottom: 15px;
  }
}
.florida-plumber-web-design-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-plumber-web-design-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-plumber-web-design-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-plumber-web-design-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-plumber-web-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-plumber-web-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-plumber-web-design-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services-mob {
    display: none;
  }
}
.florida-plumber-web-design-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-plumber-web-design-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-plumber-web-design-services-mob__header--heading span {
  color: #d1202d;
}
.florida-plumber-web-design-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-plumber-web-design-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-plumber-web-design-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-plumber-web-design-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-plumber-web-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-plumber-web-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-plumber-web-design-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-plumber-web-design-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-plumber-web-design-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-plumber-web-design-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-plumber-web-design-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-plumber-web-design-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-plumber-web-design-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-plumber-web-design-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-plumber-web-design-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-plumber-web-design-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-plumber-web-design-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-plumber-web-design-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-plumber-web-design-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-plumber-web-design-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumber-web-design-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-plumber-web-design-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-plumber-web-design-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #0e9927;
}
.florida-plumber-web-design-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #d63f7f;
}
.florida-plumber-web-design-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-plumber-web-design-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-plumber-web-design-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-plumber-web-design-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-plumber-web-design-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-plumber-web-design-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-plumber-web-design-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumber-web-design-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-plumber-web-design-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-growth {
    margin-top: 60px;
  }
}
.florida-plumber-web-design-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-growth__wrapper {
    padding: 24px;
  }
}
.florida-plumber-web-design-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-plumber-web-design-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-plumber-web-design-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-plumber-web-design-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-plumber-web-design-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-plumber-web-design-casestudies {
  padding: 24px 0;
}
.florida-plumber-web-design-casestudies__wrapper {
  overflow: hidden;
}
.florida-plumber-web-design-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-plumber-web-design-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-plumber-web-design-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-plumber-web-design-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumber-web-design-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-plumber-web-design-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-plumber-web-design-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CqaTGw95.webp);
}
@media (min-width: 768px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-5vB1JIX-.webp);
  }
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-5k5ny6o3.webp);
}
@media (min-width: 768px) {
  .florida-plumber-web-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-BruaNt8B.webp);
  }
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #00293a);
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #818cf8, #38bdf8);
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-plumber-web-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-plumber-web-design-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-plumber-web-design-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-plumber-web-design-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-plumber-web-design-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-plumber-web-design-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-plumber-web-design-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumber-web-design-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-plumber-web-design-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-plumber-web-design-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-plumber-web-design-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-plumber-web-design-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-plumber-web-design-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-plumber-web-design-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-plumber-web-design-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-plumber-web-design-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-plumber-web-design-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-plumber-web-design-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-plumber-web-design-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-plumber-web-design-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-plumber-web-design-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-plumber-web-design-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-plumber-web-design-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-plumber-web-design-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-plumber-web-design-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumber-web-design-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-plumber-web-design-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-plumber-web-design-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-awards__wrapper {
    flex-direction: row;
  }
}
.florida-plumber-web-design-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-plumber-web-design-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-plumber-web-design-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumber-web-design-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-plumber-web-design-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-plumber-web-design-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-plumber-web-design-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-plumber-web-design-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-plumber-web-design-why-choose {
  background-image: url(/build/assets/why-choode-gb-C46mYKYo.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-plumber-web-design-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-plumber-web-design-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-plumber-web-design-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-plumber-web-design-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumber-web-design-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-plumber-web-design-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-plumber-web-design-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-plumber-web-design-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-plumber-web-design-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-plumber-web-design-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-plumber-web-design-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-plumber-web-design-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-plumber-web-design-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-plumber-web-design-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumber-web-design-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-plumber-web-design-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-plumber-web-design-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-plumber-web-design-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-plumber-web-design-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-plumber-web-design-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumber-web-design-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-plumber-web-design-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-plumber-web-design-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-plumber-web-design-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-plumber-web-design-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-plumber-web-design-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-plumber-web-design-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-plumber-web-design-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-plumber-web-design-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-plumber-web-design-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-plumber-web-design-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-plumber-web-design-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-plumber-web-design-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-plumber-web-design-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-plumber-web-design-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-plumber-web-design-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-plumber-web-design-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumber-web-design-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-plumber-web-design-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-plumber-web-design-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-plumber-web-design-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-plumber-web-design-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-plumber-web-design-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumber-web-design-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-plumber-web-design-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-plumber-web-design-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-plumber-web-design-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-plumber-web-design-process__wrapper--cards-card:hover
  .florida-plumber-web-design-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-plumber-web-design-process__wrapper--cards-card:hover
  .florida-plumber-web-design-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-plumber-web-design-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-plumber-web-design-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-plumber-web-design-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-plumber-web-design-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-plumber-web-design-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-plumber-web-design-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-plumber-web-design-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-plumber-web-design-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumber-web-design-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-plumber-web-design-toolsntech {
  padding: 60px 0;
}
.florida-plumber-web-design-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-plumber-web-design-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-plumber-web-design-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumber-web-design-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-plumber-web-design-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.florida-plumber-web-design-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 24%;
  }
  .florida-plumber-web-design-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .florida-plumber-web-design-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.florida-plumber-web-design-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.florida-plumber-web-design-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-plumber-web-design-toolsntech__wrapper--cards .hosting-cardwrap:hover,
.florida-plumber-web-design-toolsntech__wrapper--cards .mid-cardwrap:hover,
.florida-plumber-web-design-toolsntech__wrapper--cards .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-plumber-web-design-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-plumber-web-design-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-plumber-web-design-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-plumber-web-design-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-plumber-web-design-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-plumber-web-design-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-plumber-web-design-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-plumber-web-design-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumber-web-design-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-plumber-web-design-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-plumber-web-design-voices .left-gradient-shadow,
.florida-plumber-web-design-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-plumber-web-design-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-plumber-web-design-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-plumber-web-design-voices__wrapper {
  overflow: hidden;
}
.florida-plumber-web-design-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-plumber-web-design-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumber-web-design-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-plumber-web-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-plumber-web-design-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-plumber-web-design-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-web-development .florida-plumber-web-design {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development .florida-plumber-web-design__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development .florida-plumber-web-design__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumber-web-design__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumber-web-design__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .florida-plumber-web-design__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumber-web-design__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumber-web-design__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumber-web-design__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumber-web-design__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumber-web-design__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .florida-plumber-web-design__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .florida-plumber-web-design__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumber-web-design__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-plumber-web-design-faqs {
  padding: 60px 0;
}
.florida-plumber-web-design-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-plumber-web-design-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-plumber-web-design-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-plumber-web-design-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-plumber-web-design-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-plumber-web-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-plumber-web-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-plumber-web-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-plumber-web-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-plumber-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-plumber-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-plumber-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-plumber-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-plumber-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-plumber-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-plumber-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-plumber-web-design-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-plumber-web-design-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-plumber-web-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-plumber-web-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-plumber-web-design-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-plumber-web-design-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-plumber-web-design-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-plumbing-digital-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-hero {
    padding-top: 130px;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-plumbing-digital-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .florida-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .florida-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(4),
  .florida-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .florida-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .florida-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-plumbing-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.florida-plumbing-digital-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-plumbing-digital-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-brands {
    margin-top: 60px;
  }
}
.florida-plumbing-digital-marketing-brands__wrapper {
  overflow: hidden;
}
.florida-plumbing-digital-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-plumbing-digital-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-plumbing-digital-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-plumbing-digital-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-plumbing-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-plumbing-digital-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-plumbing-digital-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumbing-digital-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-plumbing-digital-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-plumbing-digital-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-plumbing-digital-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services__header--heading {
    max-width: 80%;
  }
}
.florida-plumbing-digital-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-plumbing-digital-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-plumbing-digital-marketing-services__details {
    top: 220px;
  }
}
.florida-plumbing-digital-marketing-services__details {
  display: none;
}
.florida-plumbing-digital-marketing-services__details:first-of-type {
  display: block;
}
.florida-plumbing-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-plumbing-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-plumbing-digital-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-plumbing-digital-marketing-services__details--heading {
  margin-bottom: 10px;
}
.florida-plumbing-digital-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-plumbing-digital-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-plumbing-digital-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-plumbing-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-plumbing-digital-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-plumbing-digital-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-plumbing-digital-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-plumbing-digital-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-plumbing-digital-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-plumbing-digital-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-plumbing-digital-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-plumbing-digital-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-plumbing-digital-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-plumbing-digital-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services__timeline {
    bottom: 15px;
  }
}
.florida-plumbing-digital-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-plumbing-digital-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-plumbing-digital-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-plumbing-digital-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-plumbing-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-plumbing-digital-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services-mob {
    display: none;
  }
}
.florida-plumbing-digital-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-plumbing-digital-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-plumbing-digital-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.florida-plumbing-digital-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-plumbing-digital-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-plumbing-digital-marketing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #0f2db5;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #d63f7f;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumbing-digital-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-plumbing-digital-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-growth {
    margin-top: 60px;
  }
}
.florida-plumbing-digital-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-growth__wrapper {
    padding: 24px;
  }
}
.florida-plumbing-digital-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-plumbing-digital-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-plumbing-digital-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-plumbing-digital-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-plumbing-digital-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-plumbing-digital-marketing-casestudies {
  padding: 24px 0;
}
.florida-plumbing-digital-marketing-casestudies__wrapper {
  overflow: hidden;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CLSwDzRW.webp);
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-DOihJYPK.webp);
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-B6vYScjy.webp);
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-DuMUgwCr.webp);
  }
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #2e7fff, #00d98c);
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #f97316, #10b981);
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-plumbing-digital-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-plumbing-digital-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-plumbing-digital-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-plumbing-digital-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-plumbing-digital-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-plumbing-digital-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-plumbing-digital-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-plumbing-digital-marketing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-plumbing-digital-marketing-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-plumbing-digital-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-plumbing-digital-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-plumbing-digital-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-plumbing-digital-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-plumbing-digital-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-plumbing-digital-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-plumbing-digital-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-plumbing-digital-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-plumbing-digital-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-plumbing-digital-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-plumbing-digital-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumbing-digital-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-plumbing-digital-marketing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-plumbing-digital-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.florida-plumbing-digital-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-plumbing-digital-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-plumbing-digital-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-plumbing-digital-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-plumbing-digital-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-plumbing-digital-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-plumbing-digital-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-plumbing-digital-marketing-why-choose {
  background-image: url(/build/assets/why-choose-gb-BfzbMfZP.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-plumbing-digital-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-plumbing-digital-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-plumbing-digital-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-plumbing-digital-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-plumbing-digital-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-plumbing-digital-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-plumbing-digital-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-plumbing-digital-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-plumbing-digital-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-plumbing-digital-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-plumbing-digital-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-plumbing-digital-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumbing-digital-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-plumbing-digital-marketing-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-plumbing-digital-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-plumbing-digital-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-plumbing-digital-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-plumbing-digital-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-plumbing-digital-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-plumbing-digital-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumbing-digital-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-plumbing-digital-marketing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-plumbing-digital-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-plumbing-digital-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-plumbing-digital-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-plumbing-digital-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-plumbing-digital-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-plumbing-digital-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-plumbing-digital-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-plumbing-digital-marketing-process__wrapper--cards-card:hover
  .florida-plumbing-digital-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-plumbing-digital-marketing-process__wrapper--cards-card:hover
  .florida-plumbing-digital-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-plumbing-digital-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-plumbing-digital-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-plumbing-digital-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-plumbing-digital-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-plumbing-digital-marketing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-plumbing-digital-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-plumbing-digital-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-plumbing-digital-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumbing-digital-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-plumbing-digital-marketing-toolsntech {
  padding: 60px 0;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .florida-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .florida-plumbing-digital-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-plumbing-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-plumbing-digital-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-plumbing-digital-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-plumbing-digital-marketing-voices .left-gradient-shadow,
.florida-plumbing-digital-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-plumbing-digital-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-plumbing-digital-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-plumbing-digital-marketing-voices__wrapper {
  overflow: hidden;
}
.florida-plumbing-digital-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-plumbing-digital-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-plumbing-digital-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-plumbing-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-plumbing-digital-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-plumbing-digital-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-web-development .florida-plumbing-digital-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .florida-plumbing-digital-marketing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-plumbing-digital-marketing__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-plumbing-digital-marketing-faqs {
  padding: 60px 0;
}
.florida-plumbing-digital-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-plumbing-digital-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-plumbing-digital-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-plumbing-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-plumbing-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-plumbing-digital-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-plumbing-digital-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-plumbing-digital-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-ecommerce-seo-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-hero {
    padding-top: 130px;
  }
}
.florida-ecommerce-seo-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-ecommerce-seo-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-ecommerce-seo-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-ecommerce-seo-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-ecommerce-seo-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-ecommerce-seo-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-ecommerce-seo-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-ecommerce-seo-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-ecommerce-seo-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-ecommerce-seo-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-seo-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-seo-hero__wrapper--desc-card:nth-child(4),
  .florida-ecommerce-seo-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-seo-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-seo-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-seo-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-seo-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-ecommerce-seo-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-ecommerce-seo-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-seo-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-seo-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-seo-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-ecommerce-seo-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero__wrapper--img2 {
    display: none;
  }
}
.florida-ecommerce-seo-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-ecommerce-seo-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-brands {
    margin-top: 60px;
  }
}
.florida-ecommerce-seo-brands__wrapper {
  overflow: hidden;
}
.florida-ecommerce-seo-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-ecommerce-seo-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-seo-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-seo-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-seo-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-seo-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-ecommerce-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-ecommerce-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-ecommerce-seo-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-ecommerce-seo-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-seo-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-seo-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-ecommerce-seo-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-ecommerce-seo-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services__header--heading {
    max-width: 80%;
  }
}
.florida-ecommerce-seo-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-seo-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-seo-services__details {
    top: 220px;
  }
}
.florida-ecommerce-seo-services__details {
  display: none;
}
.florida-ecommerce-seo-services__details:first-of-type {
  display: block;
}
.florida-ecommerce-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-ecommerce-seo-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-seo-services__details--heading {
  margin-bottom: 10px;
}
.florida-ecommerce-seo-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-ecommerce-seo-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-seo-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-ecommerce-seo-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-ecommerce-seo-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-ecommerce-seo-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-ecommerce-seo-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-ecommerce-seo-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-ecommerce-seo-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-ecommerce-seo-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-ecommerce-seo-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-seo-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-seo-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services__timeline {
    bottom: 15px;
  }
}
.florida-ecommerce-seo-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-ecommerce-seo-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-ecommerce-seo-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-seo-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-seo-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services-mob {
    display: none;
  }
}
.florida-ecommerce-seo-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-ecommerce-seo-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-ecommerce-seo-services-mob__header--heading span {
  color: #d1202d;
}
.florida-ecommerce-seo-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-ecommerce-seo-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-ecommerce-seo-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-seo-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-ecommerce-seo-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-seo-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-ecommerce-seo-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-ecommerce-seo-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-ecommerce-seo-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-ecommerce-seo-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-ecommerce-seo-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-ecommerce-seo-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-seo-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-seo-growth-impact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-ecommerce-seo-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-seo-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-seo-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-seo-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-seo-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-ecommerce-seo-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-ecommerce-seo-growth-impact__wrapper--cards-card:nth-child(1):hover {
  border-color: #0e9927;
}
.florida-ecommerce-seo-growth-impact__wrapper--cards-card:nth-child(2):hover {
  border-color: #d63f7f;
}
.florida-ecommerce-seo-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-ecommerce-seo-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
}
.florida-ecommerce-seo-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-seo-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-seo-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-seo-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-seo-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-seo-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-seo-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-growth {
    margin-top: 60px;
  }
}
.florida-ecommerce-seo-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-growth__wrapper {
    padding: 24px;
  }
}
.florida-ecommerce-seo-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-ecommerce-seo-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-ecommerce-seo-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-seo-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-ecommerce-seo-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-seo-casestudies {
  padding: 24px 0;
}
.florida-ecommerce-seo-casestudies__wrapper {
  overflow: hidden;
}
.florida-ecommerce-seo-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-seo-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CqaTGw95.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-5vB1JIX-.webp);
  }
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-D_-VLko7.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img1-p1ry4vba.webp);
  }
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #00293a);
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #8b7acf, #ab296e);
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-ecommerce-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-ecommerce-seo-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-seo-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-ecommerce-seo-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-seo-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-seo-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-seo-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-seo-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-seo-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-ecommerce-seo-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-ecommerce-seo-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-ecommerce-seo-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-ecommerce-seo-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-ecommerce-seo-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-ecommerce-seo-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-seo-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-seo-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-ecommerce-seo-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-ecommerce-seo-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-ecommerce-seo-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-ecommerce-seo-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-seo-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-seo-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-seo-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-seo-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-ecommerce-seo-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-seo-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-awards__wrapper {
    flex-direction: row;
  }
}
.florida-ecommerce-seo-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-ecommerce-seo-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-seo-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-seo-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-ecommerce-seo-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-ecommerce-seo-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-ecommerce-seo-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-ecommerce-seo-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-ecommerce-seo-why-choose {
  background-image: url(/build/assets/why-choose-gb-CGMSqsKk.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-ecommerce-seo-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-seo-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-seo-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-seo-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-seo-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-seo-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-ecommerce-seo-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-ecommerce-seo-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-ecommerce-seo-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-seo-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-seo-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-seo-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-seo-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-seo-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-seo-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-seo-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-ecommerce-seo-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-seo-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-seo-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-seo-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-seo-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-seo-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-ecommerce-seo-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-ecommerce-seo-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-ecommerce-seo-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-seo-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-ecommerce-seo-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-seo-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-ecommerce-seo-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-seo-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-ecommerce-seo-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
.florida-ecommerce-seo-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-ecommerce-seo-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.florida-ecommerce-seo-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-ecommerce-seo-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-ecommerce-seo-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-seo-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-seo-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-ecommerce-seo-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-seo-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-seo-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-seo-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-seo-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-seo-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-seo-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-ecommerce-seo-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-ecommerce-seo-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-ecommerce-seo-process__wrapper--cards-card:hover
  .florida-ecommerce-seo-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-ecommerce-seo-process__wrapper--cards-card:hover
  .florida-ecommerce-seo-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-ecommerce-seo-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-seo-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-ecommerce-seo-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-ecommerce-seo-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-seo-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-ecommerce-seo-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-seo-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-ecommerce-seo-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-seo-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-seo-toolsntech {
  padding: 60px 0;
}
.florida-ecommerce-seo-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-seo-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-seo-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-seo-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-ecommerce-seo-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.florida-ecommerce-seo-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .florida-ecommerce-seo-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .florida-ecommerce-seo-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.florida-ecommerce-seo-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.florida-ecommerce-seo-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-ecommerce-seo-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-ecommerce-seo-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-seo-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-ecommerce-seo-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-ecommerce-seo-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-ecommerce-seo-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-ecommerce-seo-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-seo-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-seo-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-seo-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-ecommerce-seo-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-ecommerce-seo-voices .left-gradient-shadow,
.florida-ecommerce-seo-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-ecommerce-seo-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-ecommerce-seo-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-ecommerce-seo-voices__wrapper {
  overflow: hidden;
}
.florida-ecommerce-seo-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-seo-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-seo-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-ecommerce-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-ecommerce-seo-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-seo-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-ecommerce-seo {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-florida-ecommerce-seo {
    background-position: center center;
  }
}
.pin-section-florida-ecommerce-seo .florida-ecommerce-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-ecommerce-seo .florida-ecommerce-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-seo .florida-ecommerce-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-ecommerce-seo .florida-ecommerce-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-seo .florida-ecommerce-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-seo
    .florida-ecommerce-seo__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-ecommerce-seo
    .florida-ecommerce-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-ecommerce-seo .florida-ecommerce-seo__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-seo .florida-ecommerce-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-seo
    .florida-ecommerce-seo__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-ecommerce-seo .florida-ecommerce-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-seo
    .florida-ecommerce-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-seo
    .florida-ecommerce-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-seo
    .florida-ecommerce-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-ecommerce-seo
    .florida-ecommerce-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-ecommerce-seo
  .florida-ecommerce-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-ecommerce-seo .florida-ecommerce-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-seo
    .florida-ecommerce-seo__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-ecommerce-seo-faqs {
  padding: 60px 0;
}
.florida-ecommerce-seo-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-seo-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-ecommerce-seo-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-ecommerce-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-ecommerce-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-ecommerce-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-ecommerce-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-ecommerce-seo-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-ecommerce-seo-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-ecommerce-seo-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-ecommerce-seo-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-ecommerce-seo-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-seo-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-ecommerce-quality-assurance-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-hero {
    padding-top: 130px;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-ecommerce-quality-assurance-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(4),
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--img2 {
    display: none;
  }
}
.florida-ecommerce-quality-assurance-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-ecommerce-quality-assurance-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-brands {
    margin-top: 60px;
  }
}
.florida-ecommerce-quality-assurance-brands__wrapper {
  overflow: hidden;
}
.florida-ecommerce-quality-assurance-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-ecommerce-quality-assurance-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-quality-assurance-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-quality-assurance-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-ecommerce-quality-assurance-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-ecommerce-quality-assurance-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-quality-assurance-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-quality-assurance-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-ecommerce-quality-assurance-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-ecommerce-quality-assurance-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services__header--heading {
    max-width: 80%;
  }
}
.florida-ecommerce-quality-assurance-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-quality-assurance-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-quality-assurance-services__details {
    top: 220px;
  }
}
.florida-ecommerce-quality-assurance-services__details {
  display: none;
}
.florida-ecommerce-quality-assurance-services__details:first-of-type {
  display: block;
}
.florida-ecommerce-quality-assurance-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-quality-assurance-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-ecommerce-quality-assurance-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-quality-assurance-services__details--heading {
  margin-bottom: 10px;
}
.florida-ecommerce-quality-assurance-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-ecommerce-quality-assurance-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-quality-assurance-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-ecommerce-quality-assurance-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-ecommerce-quality-assurance-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-ecommerce-quality-assurance-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-ecommerce-quality-assurance-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-ecommerce-quality-assurance-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-ecommerce-quality-assurance-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-ecommerce-quality-assurance-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-ecommerce-quality-assurance-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-quality-assurance-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-quality-assurance-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services__timeline {
    bottom: 15px;
  }
}
.florida-ecommerce-quality-assurance-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-ecommerce-quality-assurance-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-ecommerce-quality-assurance-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-quality-assurance-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-quality-assurance-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services-mob {
    display: none;
  }
}
.florida-ecommerce-quality-assurance-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-ecommerce-quality-assurance-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-ecommerce-quality-assurance-services-mob__header--heading span {
  color: #d1202d;
}
.florida-ecommerce-quality-assurance-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-quality-assurance-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-quality-assurance-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #28a745;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #ffc107;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-quality-assurance-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-quality-assurance-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-growth {
    margin-top: 60px;
  }
}
.florida-ecommerce-quality-assurance-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-growth__wrapper {
    padding: 24px;
  }
}
.florida-ecommerce-quality-assurance-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-ecommerce-quality-assurance-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-ecommerce-quality-assurance-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-quality-assurance-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-ecommerce-quality-assurance-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-quality-assurance-casestudies {
  padding: 24px 0;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper {
  overflow: hidden;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-JLRypxPh.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-D8rX6Mfj.webp);
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-C11k3kXJ.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-BChHB1nS.webp);
  }
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #eb0360, #f48fbe);
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #45c29f, #5fce86);
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-quality-assurance-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-ecommerce-quality-assurance-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-quality-assurance-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-quality-assurance-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-quality-assurance-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-quality-assurance-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-ecommerce-quality-assurance-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-ecommerce-quality-assurance-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-ecommerce-quality-assurance-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-ecommerce-quality-assurance-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-ecommerce-quality-assurance-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-quality-assurance-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-quality-assurance-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-ecommerce-quality-assurance-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-ecommerce-quality-assurance-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-ecommerce-quality-assurance-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-ecommerce-quality-assurance-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-quality-assurance-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-quality-assurance-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-quality-assurance-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-quality-assurance-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-ecommerce-quality-assurance-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-quality-assurance-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-awards__wrapper {
    flex-direction: row;
  }
}
.florida-ecommerce-quality-assurance-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-ecommerce-quality-assurance-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-quality-assurance-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-ecommerce-quality-assurance-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-ecommerce-quality-assurance-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-ecommerce-quality-assurance-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-ecommerce-quality-assurance-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-ecommerce-quality-assurance-why-choose {
  background-image: url(/build/assets/why-choose-gb-DFMfrayn.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-quality-assurance-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-quality-assurance-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-quality-assurance-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-quality-assurance-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-ecommerce-quality-assurance-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-quality-assurance-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-quality-assurance-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-quality-assurance-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-quality-assurance-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-quality-assurance-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-ecommerce-quality-assurance-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-ecommerce-quality-assurance-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-ecommerce-quality-assurance-process__wrapper--cards-card:hover
  .florida-ecommerce-quality-assurance-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-ecommerce-quality-assurance-process__wrapper--cards-card:hover
  .florida-ecommerce-quality-assurance-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-ecommerce-quality-assurance-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-quality-assurance-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-ecommerce-quality-assurance-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-ecommerce-quality-assurance-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-quality-assurance-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-ecommerce-quality-assurance-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-quality-assurance-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-ecommerce-quality-assurance-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-quality-assurance-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-quality-assurance-toolsntech {
  padding: 60px 0;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
    width: 49%;
    flex-wrap: wrap;
  }
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-quality-assurance-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-ecommerce-quality-assurance-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-ecommerce-quality-assurance-voices .left-gradient-shadow,
.florida-ecommerce-quality-assurance-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-ecommerce-quality-assurance-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-ecommerce-quality-assurance-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-ecommerce-quality-assurance-voices__wrapper {
  overflow: hidden;
}
.florida-ecommerce-quality-assurance-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-quality-assurance-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-quality-assurance-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-ecommerce-quality-assurance-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-quality-assurance-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-florida-quality .florida-ecommerce-quality-assurance {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-quality .florida-ecommerce-quality-assurance__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .florida-ecommerce-quality-assurance__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-quality-assurance__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-quality-assurance__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-quality
    .florida-ecommerce-quality-assurance__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-quality-assurance__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-quality-assurance__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-quality-assurance__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-quality-assurance__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-quality-assurance__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-quality
    .florida-ecommerce-quality-assurance__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-quality
  .florida-ecommerce-quality-assurance__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-quality-assurance__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-ecommerce-quality-assurance-faqs {
  padding: 60px 0;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-quality-assurance-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-ecommerce-quality-assurance-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-quality-assurance-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-ecommerce-website-design-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-hero {
    padding-top: 130px;
  }
}
.florida-ecommerce-website-design-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-ecommerce-website-design-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-ecommerce-website-design-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-ecommerce-website-design-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-ecommerce-website-design-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 100px;
    right: 30px;
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
  }
}
.florida-ecommerce-website-design-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-ecommerce-website-design-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-ecommerce-website-design-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-ecommerce-website-design-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-ecommerce-website-design-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-website-design-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-website-design-hero__wrapper--desc-card:nth-child(4),
  .florida-ecommerce-website-design-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-website-design-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-website-design-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-website-design-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-website-design-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-ecommerce-website-design-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-ecommerce-website-design-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-website-design-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-ecommerce-website-design-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero__wrapper--img2 {
    display: none;
  }
}
.florida-ecommerce-website-design-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-ecommerce-website-design-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-brands {
    margin-top: 60px;
  }
}
.florida-ecommerce-website-design-brands__wrapper {
  overflow: hidden;
}
.florida-ecommerce-website-design-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-ecommerce-website-design-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-website-design-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-website-design-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-website-design-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-ecommerce-website-design-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-ecommerce-website-design-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-website-design-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-website-design-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-ecommerce-website-design-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-ecommerce-website-design-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services__header--heading {
    max-width: 80%;
  }
}
.florida-ecommerce-website-design-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-website-design-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-website-design-services__details {
    top: 220px;
  }
}
.florida-ecommerce-website-design-services__details {
  display: none;
}
.florida-ecommerce-website-design-services__details:first-of-type {
  display: block;
}
.florida-ecommerce-website-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-website-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-ecommerce-website-design-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-website-design-services__details--heading {
  margin-bottom: 10px;
}
.florida-ecommerce-website-design-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-ecommerce-website-design-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-website-design-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-ecommerce-website-design-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-ecommerce-website-design-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-ecommerce-website-design-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-ecommerce-website-design-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-ecommerce-website-design-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-ecommerce-website-design-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-ecommerce-website-design-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-ecommerce-website-design-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-website-design-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-website-design-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services__timeline {
    bottom: 15px;
  }
}
.florida-ecommerce-website-design-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-ecommerce-website-design-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-ecommerce-website-design-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-website-design-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-website-design-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services-mob {
    display: none;
  }
}
.florida-ecommerce-website-design-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-ecommerce-website-design-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-ecommerce-website-design-services-mob__header--heading span {
  color: #d1202d;
}
.florida-ecommerce-website-design-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-ecommerce-website-design-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-ecommerce-website-design-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-website-design-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-website-design-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-ecommerce-website-design-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-ecommerce-website-design-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-ecommerce-website-design-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-ecommerce-website-design-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-ecommerce-website-design-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-ecommerce-website-design-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-website-design-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-website-design-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-ecommerce-website-design-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-website-design-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-website-design-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-website-design-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-website-design-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-ecommerce-website-design-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-ecommerce-website-design-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #28a745;
}
.florida-ecommerce-website-design-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #f05e8a;
}
.florida-ecommerce-website-design-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-ecommerce-website-design-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
}
.florida-ecommerce-website-design-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-website-design-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-website-design-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-website-design-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-website-design-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-website-design-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-website-design-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.florida-ecommerce-website-design-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
.florida-ecommerce-website-design-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-ecommerce-website-design-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-ecommerce-website-design-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-website-design-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-ecommerce-website-design-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-website-design-casestudies {
  padding: 24px 0;
}
.florida-ecommerce-website-design-casestudies__wrapper {
  overflow: hidden;
}
.florida-ecommerce-website-design-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-website-design-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-YnJOCgdj.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-B8zMB6jb.webp);
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-DgqcVLU-.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-CLUIGjp2.webp);
  }
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #f96e3b, #330e00);
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #06b6d4, #002279);
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-ecommerce-website-design-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-website-design-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-ecommerce-website-design-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-website-design-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-website-design-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-website-design-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-website-design-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-website-design-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-ecommerce-website-design-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-ecommerce-website-design-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-ecommerce-website-design-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-ecommerce-website-design-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-ecommerce-website-design-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-ecommerce-website-design-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-website-design-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-website-design-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-ecommerce-website-design-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-ecommerce-website-design-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-ecommerce-website-design-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-ecommerce-website-design-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-website-design-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-website-design-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-website-design-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-website-design-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-ecommerce-website-design-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-website-design-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-awards__wrapper {
    flex-direction: row;
  }
}
.florida-ecommerce-website-design-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-ecommerce-website-design-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-website-design-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-website-design-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-ecommerce-website-design-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-ecommerce-website-design-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-ecommerce-website-design-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-ecommerce-website-design-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-ecommerce-website-design-why-choose {
  background-image: url(/build/assets/why-choose-gb-CuieEG-v.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-ecommerce-website-design-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-website-design-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-website-design-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-website-design-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-website-design-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-website-design-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-ecommerce-website-design-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-ecommerce-website-design-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-ecommerce-website-design-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-website-design-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-website-design-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-website-design-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-website-design-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-website-design-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-website-design-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-website-design-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-ecommerce-website-design-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-website-design-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-website-design-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-website-design-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-website-design-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-website-design-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-ecommerce-website-design-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-website-design-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-ecommerce-website-design-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-website-design-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-ecommerce-website-design-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-website-design-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-ecommerce-website-design-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-website-design-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-ecommerce-website-design-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-ecommerce-website-design-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-ecommerce-website-design-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-ecommerce-website-design-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-ecommerce-website-design-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-ecommerce-website-design-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-website-design-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-website-design-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-ecommerce-website-design-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-website-design-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-website-design-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-website-design-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-website-design-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-website-design-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-website-design-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-process__wrapper--cards {
    justify-content: center;
  }
}
.florida-ecommerce-website-design-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-ecommerce-website-design-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-ecommerce-website-design-process__wrapper--cards-card:hover
  .florida-ecommerce-website-design-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-ecommerce-website-design-process__wrapper--cards-card:hover
  .florida-ecommerce-website-design-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-ecommerce-website-design-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-website-design-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-ecommerce-website-design-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-ecommerce-website-design-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-website-design-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-ecommerce-website-design-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-website-design-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-ecommerce-website-design-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-website-design-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-website-design-toolsntech {
  padding: 60px 0;
}
.florida-ecommerce-website-design-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-website-design-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-website-design-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-website-design-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
    width: 33%;
    flex-wrap: wrap;
  }
  .florida-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-website-design-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-ecommerce-website-design-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-website-design-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-website-design-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-website-design-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-ecommerce-website-design-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-ecommerce-website-design-voices .left-gradient-shadow,
.florida-ecommerce-website-design-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-ecommerce-website-design-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-ecommerce-website-design-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-ecommerce-website-design-voices__wrapper {
  overflow: hidden;
}
.florida-ecommerce-website-design-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-website-design-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-website-design-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-ecommerce-website-design-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-website-design-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-florida-quality .florida-ecommerce-website-design {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-quality .florida-ecommerce-website-design__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .florida-ecommerce-website-design__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-quality .florida-ecommerce-website-design__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-website-design__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-website-design__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-quality
    .florida-ecommerce-website-design__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-website-design__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-website-design__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-website-design__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-website-design__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-website-design__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-quality
    .florida-ecommerce-website-design__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-quality
  .florida-ecommerce-website-design__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-website-design__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-ecommerce-website-design-faqs {
  padding: 60px 0;
}
.florida-ecommerce-website-design-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-website-design-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-ecommerce-website-design-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-ecommerce-website-design-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-ecommerce-website-design-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-website-design-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-ecommerce-integration-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-hero {
    padding-top: 130px;
  }
}
.florida-ecommerce-integration-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-ecommerce-integration-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-ecommerce-integration-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-ecommerce-integration-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-ecommerce-integration-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-ecommerce-integration-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-ecommerce-integration-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-ecommerce-integration-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-ecommerce-integration-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-ecommerce-integration-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-integration-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-integration-hero__wrapper--desc-card:nth-child(4),
  .florida-ecommerce-integration-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-integration-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-integration-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-integration-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-integration-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-ecommerce-integration-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-ecommerce-integration-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-integration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-integration-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-integration-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-ecommerce-integration-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero__wrapper--img2 {
    display: none;
  }
}
.florida-ecommerce-integration-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-ecommerce-integration-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-brands {
    margin-top: 60px;
  }
}
.florida-ecommerce-integration-brands__wrapper {
  overflow: hidden;
}
.florida-ecommerce-integration-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-ecommerce-integration-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-integration-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-integration-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-integration-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-ecommerce-integration-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-ecommerce-integration-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-integration-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-integration-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-ecommerce-integration-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-ecommerce-integration-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services__header--heading {
    max-width: 80%;
  }
}
.florida-ecommerce-integration-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-integration-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-integration-services__details {
    top: 220px;
  }
}
.florida-ecommerce-integration-services__details {
  display: none;
}
.florida-ecommerce-integration-services__details:first-of-type {
  display: block;
}
.florida-ecommerce-integration-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-integration-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-ecommerce-integration-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-integration-services__details--heading {
  margin-bottom: 10px;
}
.florida-ecommerce-integration-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-ecommerce-integration-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-integration-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-ecommerce-integration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-ecommerce-integration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-ecommerce-integration-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-ecommerce-integration-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-ecommerce-integration-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-ecommerce-integration-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-ecommerce-integration-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-ecommerce-integration-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-ecommerce-integration-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-ecommerce-integration-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-integration-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-integration-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services__timeline {
    bottom: 15px;
  }
}
.florida-ecommerce-integration-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-ecommerce-integration-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-ecommerce-integration-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-integration-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-ecommerce-integration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-ecommerce-integration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-integration-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services-mob {
    display: none;
  }
}
.florida-ecommerce-integration-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-ecommerce-integration-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-ecommerce-integration-services-mob__header--heading span {
  color: #d1202d;
}
.florida-ecommerce-integration-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-ecommerce-integration-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-ecommerce-integration-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-integration-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-ecommerce-integration-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-integration-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-ecommerce-integration-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-ecommerce-integration-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-ecommerce-integration-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-ecommerce-integration-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-ecommerce-integration-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-ecommerce-integration-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-integration-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-integration-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-ecommerce-integration-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-integration-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-integration-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-integration-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-integration-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-ecommerce-integration-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-ecommerce-integration-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #f05e8a;
}
.florida-ecommerce-integration-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #3636c8;
}
.florida-ecommerce-integration-growth-impact__wrapper--cards-card:nth-child(
    3
  ):hover {
  border-color: #11b946;
}
.florida-ecommerce-integration-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-ecommerce-integration-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-integration-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-integration-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-integration-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-integration-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-integration-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-integration-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-integration-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-growth {
    margin-top: 60px;
  }
}
.florida-ecommerce-integration-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-growth__wrapper {
    padding: 24px;
  }
}
.florida-ecommerce-integration-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-ecommerce-integration-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-ecommerce-integration-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-integration-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-ecommerce-integration-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-integration-casestudies {
  padding: 24px 0;
}
.florida-ecommerce-integration-casestudies__wrapper {
  overflow: hidden;
}
.florida-ecommerce-integration-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-integration-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-DWJ3CoPL.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-CP5ttRi1.webp);
  }
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-XkNdwunM.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-D_BwPIzo.webp);
  }
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #f959ff, #69136c);
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #55b15d, #1b612e);
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-ecommerce-integration-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-integration-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-ecommerce-integration-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-integration-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-integration-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-integration-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-integration-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-integration-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-ecommerce-integration-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-ecommerce-integration-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-ecommerce-integration-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-ecommerce-integration-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-ecommerce-integration-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-ecommerce-integration-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-integration-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-integration-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-ecommerce-integration-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-ecommerce-integration-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-ecommerce-integration-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-ecommerce-integration-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-integration-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-integration-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-integration-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-integration-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-ecommerce-integration-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-integration-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-awards__wrapper {
    flex-direction: row;
  }
}
.florida-ecommerce-integration-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-ecommerce-integration-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-integration-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-integration-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-ecommerce-integration-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-ecommerce-integration-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-ecommerce-integration-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-ecommerce-integration-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-ecommerce-integration-why-choose {
  background-image: url(/build/assets/why-choose-gb-QNhOqWDE.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-ecommerce-integration-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-integration-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-integration-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-integration-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-integration-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-integration-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-ecommerce-integration-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-ecommerce-integration-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-ecommerce-integration-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-integration-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-integration-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-integration-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-integration-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-integration-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-integration-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-integration-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-ecommerce-integration-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-integration-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-integration-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-integration-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-integration-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-integration-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-ecommerce-integration-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-integration-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-ecommerce-integration-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-integration-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-ecommerce-integration-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-integration-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-ecommerce-integration-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-integration-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-ecommerce-integration-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-ecommerce-integration-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-ecommerce-integration-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-ecommerce-integration-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-ecommerce-integration-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-ecommerce-integration-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-integration-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-integration-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-ecommerce-integration-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-integration-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-integration-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-integration-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-integration-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-integration-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-integration-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-ecommerce-integration-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-ecommerce-integration-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-ecommerce-integration-process__wrapper--cards-card:hover
  .florida-ecommerce-integration-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-ecommerce-integration-process__wrapper--cards-card:hover
  .florida-ecommerce-integration-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-ecommerce-integration-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-integration-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-ecommerce-integration-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-ecommerce-integration-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-integration-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-ecommerce-integration-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-integration-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-ecommerce-integration-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-integration-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-integration-toolsntech {
  padding: 60px 0;
}
.florida-ecommerce-integration-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-integration-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-integration-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-integration-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-ecommerce-integration-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.florida-ecommerce-integration-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-toolsntech__wrapper--cards-cardwrap {
    width: 33%;
    flex-wrap: wrap;
  }
  .florida-ecommerce-integration-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.florida-ecommerce-integration-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-ecommerce-integration-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-integration-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-ecommerce-integration-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-integration-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-ecommerce-integration-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-ecommerce-integration-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-ecommerce-integration-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-integration-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-ecommerce-integration-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-integration-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-integration-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-integration-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-ecommerce-integration-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-ecommerce-integration-voices .left-gradient-shadow,
.florida-ecommerce-integration-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-ecommerce-integration-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-ecommerce-integration-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-ecommerce-integration-voices__wrapper {
  overflow: hidden;
}
.florida-ecommerce-integration-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-integration-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-integration-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-ecommerce-integration-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-integration-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-florida-quality .florida-ecommerce-integration {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-quality .florida-ecommerce-integration__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .florida-ecommerce-integration__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-quality .florida-ecommerce-integration__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .florida-ecommerce-integration__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-integration__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-quality
    .florida-ecommerce-integration__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-quality .florida-ecommerce-integration__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-integration__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-integration__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-integration__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-integration__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-integration__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-quality
    .florida-ecommerce-integration__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-quality
  .florida-ecommerce-integration__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .florida-ecommerce-integration__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-ecommerce-integration-faqs {
  padding: 60px 0;
}
.florida-ecommerce-integration-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-integration-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-ecommerce-integration-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-integration-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-ecommerce-integration-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-ecommerce-integration-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-integration-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-ecommerce-content-writing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-hero {
    padding-top: 130px;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-ecommerce-content-writing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-ecommerce-content-writing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-img {
    top: 0;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(4),
  .florida-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero__wrapper--img2 {
    display: none;
  }
}
.florida-ecommerce-content-writing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-ecommerce-content-writing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-brands {
    margin-top: 60px;
  }
}
.florida-ecommerce-content-writing-brands__wrapper {
  overflow: hidden;
}
.florida-ecommerce-content-writing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-ecommerce-content-writing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-content-writing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-content-writing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-content-writing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-ecommerce-content-writing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-ecommerce-content-writing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-content-writing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-content-writing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-ecommerce-content-writing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-ecommerce-content-writing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services__header--heading {
    max-width: 80%;
  }
}
.florida-ecommerce-content-writing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-content-writing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-content-writing-services__details {
    top: 220px;
  }
}
.florida-ecommerce-content-writing-services__details {
  display: none;
}
.florida-ecommerce-content-writing-services__details:first-of-type {
  display: block;
}
.florida-ecommerce-content-writing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-content-writing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-ecommerce-content-writing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-content-writing-services__details--heading {
  margin-bottom: 10px;
}
.florida-ecommerce-content-writing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-ecommerce-content-writing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-content-writing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-ecommerce-content-writing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-ecommerce-content-writing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-ecommerce-content-writing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-ecommerce-content-writing-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-ecommerce-content-writing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-ecommerce-content-writing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-ecommerce-content-writing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-ecommerce-content-writing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-content-writing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-content-writing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services__timeline {
    bottom: 15px;
  }
}
.florida-ecommerce-content-writing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-ecommerce-content-writing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-ecommerce-content-writing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-content-writing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-content-writing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services-mob {
    display: none;
  }
}
.florida-ecommerce-content-writing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-ecommerce-content-writing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-ecommerce-content-writing-services-mob__header--heading span {
  color: #d1202d;
}
.florida-ecommerce-content-writing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-ecommerce-content-writing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-content-writing-services-mob__slidesdiv--slide-heading
  .florida-ecommerce-app-development-services-mob__slidesdiv--slide-heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-content-writing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-content-writing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-content-writing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-content-writing-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #f05e8a;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #3636c8;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cards-card:nth-child(
    3
  ):hover {
  border-color: #11b946;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cards-card:nth-child(
    4
  ):hover {
  border-color: #ece95b;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-content-writing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-content-writing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-growth {
    margin-top: 60px;
  }
}
.florida-ecommerce-content-writing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-growth__wrapper {
    padding: 24px;
  }
}
.florida-ecommerce-content-writing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-ecommerce-content-writing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-ecommerce-content-writing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-content-writing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-ecommerce-content-writing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-content-writing-casestudies {
  padding: 24px 0;
}
.florida-ecommerce-content-writing-casestudies__wrapper {
  overflow: hidden;
}
.florida-ecommerce-content-writing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-content-writing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-Cg9fZCFi.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-A5ws7OWF.webp);
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-BQPJjkET.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-bnLHtEgi.webp);
  }
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #3232dd);
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #8b7acf, #ab296e);
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-ecommerce-content-writing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-content-writing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-ecommerce-content-writing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-content-writing-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-content-writing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-content-writing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-content-writing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-content-writing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-ecommerce-content-writing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-ecommerce-content-writing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-ecommerce-content-writing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-ecommerce-content-writing-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-ecommerce-content-writing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-ecommerce-content-writing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-content-writing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-content-writing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-ecommerce-content-writing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-ecommerce-content-writing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-ecommerce-content-writing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-ecommerce-content-writing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-content-writing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-content-writing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-content-writing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-content-writing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-ecommerce-content-writing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-content-writing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-awards__wrapper {
    flex-direction: row;
  }
}
.florida-ecommerce-content-writing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-ecommerce-content-writing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-content-writing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-content-writing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-ecommerce-content-writing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-ecommerce-content-writing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-ecommerce-content-writing-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-ecommerce-content-writing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-ecommerce-content-writing-why-choose {
  background-image: url(/build/assets/why-choose-gb-C13eDTBs.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-ecommerce-content-writing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-content-writing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-content-writing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-content-writing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-content-writing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-content-writing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-ecommerce-content-writing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-ecommerce-content-writing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-ecommerce-content-writing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-content-writing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-content-writing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-content-writing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-content-writing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-content-writing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-content-writing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-content-writing-excellence {
  background-image: url(/build/assets/excellence-bg-1MJz_WB4.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-ecommerce-content-writing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-content-writing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-content-writing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-content-writing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-content-writing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-content-writing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-ecommerce-content-writing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-content-writing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-ecommerce-content-writing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-content-writing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-ecommerce-content-writing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-content-writing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-ecommerce-content-writing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-content-writing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-ecommerce-content-writing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-ecommerce-content-writing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-ecommerce-content-writing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-ecommerce-content-writing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-ecommerce-content-writing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-ecommerce-content-writing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-content-writing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-content-writing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-ecommerce-content-writing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-content-writing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-content-writing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-content-writing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-content-writing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-content-writing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-content-writing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-ecommerce-content-writing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-ecommerce-content-writing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-ecommerce-content-writing-process__wrapper--cards-card:hover
  .florida-ecommerce-content-writing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-ecommerce-content-writing-process__wrapper--cards-card:hover
  .florida-ecommerce-content-writing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-ecommerce-content-writing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-content-writing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-ecommerce-content-writing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-ecommerce-content-writing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-content-writing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-ecommerce-content-writing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-content-writing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-ecommerce-content-writing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-content-writing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-content-writing-toolsntech {
  padding: 60px 0;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-content-writing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
    width: 33%;
    flex-wrap: wrap;
  }
  .florida-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-content-writing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-ecommerce-content-writing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-ecommerce-content-writing-voices .left-gradient-shadow,
.florida-ecommerce-content-writing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-ecommerce-content-writing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-ecommerce-content-writing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-ecommerce-content-writing-voices__wrapper {
  overflow: hidden;
}
.florida-ecommerce-content-writing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-content-writing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-content-writing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-ecommerce-content-writing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-content-writing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-content-writing {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-florida-content-writing {
    background-position: center center;
  }
}
.pin-section-florida-content-writing .florida-ecommerce-content-writing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-content-writing
  .florida-ecommerce-content-writing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-content-writing
    .florida-ecommerce-content-writing__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-ecommerce-content-writing-faqs {
  padding: 60px 0;
}
.florida-ecommerce-content-writing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-content-writing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-ecommerce-content-writing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-ecommerce-content-writing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-ecommerce-content-writing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-content-writing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-ecommerce-app-development-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-hero {
    padding-top: 130px;
  }
}
.florida-ecommerce-app-development-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-ecommerce-app-development-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-ecommerce-app-development-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-ecommerce-app-development-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-ecommerce-app-development-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-ecommerce-app-development-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-ecommerce-app-development-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-ecommerce-app-development-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-ecommerce-app-development-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-ecommerce-app-development-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-app-development-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-app-development-hero__wrapper--desc-card:nth-child(4),
  .florida-ecommerce-app-development-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-app-development-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-app-development-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-app-development-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-app-development-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-ecommerce-app-development-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-ecommerce-app-development-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-app-development-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-ecommerce-app-development-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero__wrapper--img2 {
    display: none;
  }
}
.florida-ecommerce-app-development-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-ecommerce-app-development-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-brands {
    margin-top: 60px;
  }
}
.florida-ecommerce-app-development-brands__wrapper {
  overflow: hidden;
}
.florida-ecommerce-app-development-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-ecommerce-app-development-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-app-development-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-app-development-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-app-development-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-ecommerce-app-development-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-ecommerce-app-development-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-app-development-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-app-development-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-ecommerce-app-development-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-ecommerce-app-development-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services__header--heading {
    max-width: 80%;
  }
}
.florida-ecommerce-app-development-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-app-development-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-app-development-services__details {
    top: 220px;
  }
}
.florida-ecommerce-app-development-services__details {
  display: none;
}
.florida-ecommerce-app-development-services__details:first-of-type {
  display: block;
}
.florida-ecommerce-app-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-app-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-ecommerce-app-development-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-app-development-services__details--heading {
  margin-bottom: 10px;
}
.florida-ecommerce-app-development-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-ecommerce-app-development-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-app-development-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-ecommerce-app-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-ecommerce-app-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-ecommerce-app-development-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-ecommerce-app-development-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-ecommerce-app-development-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-ecommerce-app-development-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-ecommerce-app-development-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-ecommerce-app-development-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-ecommerce-app-development-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-ecommerce-app-development-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-app-development-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-app-development-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services__timeline {
    bottom: 15px;
  }
}
.florida-ecommerce-app-development-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-ecommerce-app-development-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-ecommerce-app-development-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-app-development-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-ecommerce-app-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-ecommerce-app-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-app-development-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services-mob {
    display: none;
  }
}
.florida-ecommerce-app-development-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-ecommerce-app-development-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-ecommerce-app-development-services-mob__header--heading span {
  color: #d1202d;
}
.florida-ecommerce-app-development-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-ecommerce-app-development-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-ecommerce-app-development-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-app-development-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-app-development-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-ecommerce-app-development-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-ecommerce-app-development-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-ecommerce-app-development-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-ecommerce-app-development-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-ecommerce-app-development-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-ecommerce-app-development-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-app-development-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-app-development-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-ecommerce-app-development-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-app-development-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-app-development-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-app-development-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-app-development-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-ecommerce-app-development-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-ecommerce-app-development-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #f05e8a;
}
.florida-ecommerce-app-development-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #11b946;
}
.florida-ecommerce-app-development-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-ecommerce-app-development-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
}
.florida-ecommerce-app-development-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-app-development-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-app-development-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-app-development-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-app-development-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-app-development-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-app-development-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.florida-ecommerce-app-development-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
.florida-ecommerce-app-development-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-ecommerce-app-development-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-ecommerce-app-development-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-app-development-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-ecommerce-app-development-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-app-development-casestudies {
  padding: 24px 0;
}
.florida-ecommerce-app-development-casestudies__wrapper {
  overflow: hidden;
}
.florida-ecommerce-app-development-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-app-development-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CNRzKBgv.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-DFm27CQW.webp);
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-Cg9fZCFi.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img1-A5ws7OWF.webp);
  }
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #8b7acf, #ab296e);
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #5993ff, #02597e);
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-ecommerce-app-development-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-app-development-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-ecommerce-app-development-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-app-development-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-app-development-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-app-development-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-app-development-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-app-development-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-ecommerce-app-development-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-ecommerce-app-development-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-ecommerce-app-development-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-ecommerce-app-development-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-ecommerce-app-development-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-ecommerce-app-development-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-app-development-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-app-development-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-ecommerce-app-development-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-ecommerce-app-development-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-ecommerce-app-development-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-ecommerce-app-development-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-app-development-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-app-development-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-app-development-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-app-development-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-ecommerce-app-development-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-app-development-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-awards__wrapper {
    flex-direction: row;
  }
}
.florida-ecommerce-app-development-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-ecommerce-app-development-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-app-development-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-app-development-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-ecommerce-app-development-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-ecommerce-app-development-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-ecommerce-app-development-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-ecommerce-app-development-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-ecommerce-app-development-why-choose {
  background-image: url(/build/assets/why-choose-gb-psChEvOR.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-ecommerce-app-development-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-app-development-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-app-development-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-app-development-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-app-development-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-app-development-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-ecommerce-app-development-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-ecommerce-app-development-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-ecommerce-app-development-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-app-development-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-app-development-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-app-development-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-app-development-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-app-development-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-app-development-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-app-development-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-ecommerce-app-development-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-app-development-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-app-development-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-app-development-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-app-development-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-app-development-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-ecommerce-app-development-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-app-development-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-ecommerce-app-development-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-app-development-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-ecommerce-app-development-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-app-development-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-ecommerce-app-development-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-app-development-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-ecommerce-app-development-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-ecommerce-app-development-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-ecommerce-app-development-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-ecommerce-app-development-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-ecommerce-app-development-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-ecommerce-app-development-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-app-development-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-app-development-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-ecommerce-app-development-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-process__wrapper {
    padding-inline: 0.5 !important;
    margin: 0 12px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
.florida-ecommerce-app-development-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-app-development-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-app-development-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-app-development-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-app-development-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-app-development-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-process__wrapper--cards {
    justify-content: center;
  }
}
.florida-ecommerce-app-development-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-ecommerce-app-development-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-ecommerce-app-development-process__wrapper--cards-card:hover
  .florida-ecommerce-app-development-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-ecommerce-app-development-process__wrapper--cards-card:hover
  .florida-ecommerce-app-development-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-ecommerce-app-development-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-app-development-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-ecommerce-app-development-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-ecommerce-app-development-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-app-development-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-ecommerce-app-development-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-app-development-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-ecommerce-app-development-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-app-development-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-app-development-toolsntech {
  padding: 60px 0;
}
.florida-ecommerce-app-development-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-app-development-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-app-development-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-app-development-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .florida-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-app-development-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-app-development-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-ecommerce-app-development-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-ecommerce-app-development-voices .left-gradient-shadow,
.florida-ecommerce-app-development-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-ecommerce-app-development-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-ecommerce-app-development-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-ecommerce-app-development-voices__wrapper {
  overflow: hidden;
}
.florida-ecommerce-app-development-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-app-development-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-app-development-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-ecommerce-app-development-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-app-development-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-ecommerce-app-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-florida-ecommerce-app-development {
    background-position: center center;
  }
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-ecommerce-app-development
  .florida-ecommerce-app-development__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-app-development
    .florida-ecommerce-app-development__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-ecommerce-app-development-faqs {
  padding: 60px 0;
}
.florida-ecommerce-app-development-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-app-development-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-ecommerce-app-development-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-ecommerce-app-development-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-ecommerce-app-development-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-app-development-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-ecommerce-migration-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-hero {
    padding-top: 130px;
  }
}
.florida-ecommerce-migration-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-ecommerce-migration-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-ecommerce-migration-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-ecommerce-migration-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-ecommerce-migration-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-ecommerce-migration-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-ecommerce-migration-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-ecommerce-migration-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-ecommerce-migration-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-ecommerce-migration-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-migration-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-migration-hero__wrapper--desc-card:nth-child(4),
  .florida-ecommerce-migration-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-migration-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-migration-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-migration-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-migration-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-ecommerce-migration-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-ecommerce-migration-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-migration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-migration-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-migration-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-ecommerce-migration-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero__wrapper--img2 {
    display: none;
  }
}
.florida-ecommerce-migration-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-ecommerce-migration-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-brands {
    margin-top: 60px;
  }
}
.florida-ecommerce-migration-brands__wrapper {
  overflow: hidden;
}
.florida-ecommerce-migration-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-ecommerce-migration-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-migration-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-migration-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-migration-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-migration-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-ecommerce-migration-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-ecommerce-migration-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-migration-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-migration-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-ecommerce-migration-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-ecommerce-migration-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services__header--heading {
    max-width: 100%;
  }
}
.florida-ecommerce-migration-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-migration-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-migration-services__details {
    top: 220px;
  }
}
.florida-ecommerce-migration-services__details {
  display: none;
}
.florida-ecommerce-migration-services__details:first-of-type {
  display: block;
}
.florida-ecommerce-migration-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-migration-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-ecommerce-migration-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-migration-services__details--heading {
  margin-bottom: 10px;
}
.florida-ecommerce-migration-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-ecommerce-migration-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-migration-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-ecommerce-migration-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-ecommerce-migration-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-ecommerce-migration-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-ecommerce-migration-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-ecommerce-migration-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-ecommerce-migration-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-ecommerce-migration-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-ecommerce-migration-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-migration-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-migration-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services__timeline {
    bottom: 15px;
  }
}
.florida-ecommerce-migration-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-ecommerce-migration-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-ecommerce-migration-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-migration-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-migration-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services-mob {
    display: none;
  }
}
.florida-ecommerce-migration-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-ecommerce-migration-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-ecommerce-migration-services-mob__header--heading span {
  color: #d1202d;
}
.florida-ecommerce-migration-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-ecommerce-migration-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-ecommerce-migration-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-migration-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-ecommerce-migration-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-migration-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-ecommerce-migration-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-ecommerce-migration-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-ecommerce-migration-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-ecommerce-migration-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-ecommerce-migration-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-ecommerce-migration-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-migration-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-migration-growth-impact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-ecommerce-migration-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-migration-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-migration-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-migration-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-migration-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-ecommerce-migration-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-ecommerce-migration-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #ea37ba;
}
.florida-ecommerce-migration-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #28a745;
}
.florida-ecommerce-migration-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-ecommerce-migration-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
}
.florida-ecommerce-migration-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-migration-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-migration-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-migration-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-migration-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-migration-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-migration-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-growth {
    margin-top: 60px;
  }
}
.florida-ecommerce-migration-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-growth__wrapper {
    padding: 24px;
  }
}
.florida-ecommerce-migration-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-ecommerce-migration-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-ecommerce-migration-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-migration-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-ecommerce-migration-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-migration-casestudies {
  padding: 24px 0;
}
.florida-ecommerce-migration-casestudies__wrapper {
  overflow: hidden;
}
.florida-ecommerce-migration-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-migration-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-C_Nmxz_E.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-A5ws7OWF.webp);
  }
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-DKOmhjEf.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-Cb9E0NoB.webp);
  }
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #02597e);
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #41e054, #2f9f3a);
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-ecommerce-migration-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-migration-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-ecommerce-migration-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-migration-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-migration-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-migration-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-migration-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-migration-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-ecommerce-migration-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-ecommerce-migration-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-ecommerce-migration-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-ecommerce-migration-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-ecommerce-migration-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-ecommerce-migration-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-migration-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-migration-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-ecommerce-migration-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-ecommerce-migration-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-ecommerce-migration-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-ecommerce-migration-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-migration-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-migration-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-migration-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-migration-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-ecommerce-migration-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-migration-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-awards__wrapper {
    flex-direction: row;
  }
}
.florida-ecommerce-migration-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-ecommerce-migration-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-migration-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-migration-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-ecommerce-migration-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-ecommerce-migration-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-ecommerce-migration-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-ecommerce-migration-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-ecommerce-migration-why-choose {
  background-image: url(/build/assets/why-choose-gb-C3kjQoXI.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-ecommerce-migration-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-migration-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-migration-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-migration-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-migration-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-migration-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-ecommerce-migration-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-ecommerce-migration-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-ecommerce-migration-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-migration-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-migration-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-migration-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-migration-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-migration-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-migration-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-migration-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-ecommerce-migration-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-migration-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-migration-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-migration-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-migration-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-migration-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-ecommerce-migration-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-migration-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-ecommerce-migration-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-migration-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-ecommerce-migration-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-migration-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-ecommerce-migration-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-migration-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-ecommerce-migration-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-ecommerce-migration-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-ecommerce-migration-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-ecommerce-migration-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-ecommerce-migration-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-ecommerce-migration-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-migration-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-migration-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-ecommerce-migration-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-migration-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-migration-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-migration-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-migration-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-migration-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-migration-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-ecommerce-migration-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-ecommerce-migration-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-ecommerce-migration-process__wrapper--cards-card:hover
  .florida-ecommerce-migration-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-ecommerce-migration-process__wrapper--cards-card:hover
  .florida-ecommerce-migration-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-ecommerce-migration-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-migration-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-ecommerce-migration-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-ecommerce-migration-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-migration-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-ecommerce-migration-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-migration-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-ecommerce-migration-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-migration-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-migration-toolsntech {
  padding: 60px 0;
}
.florida-ecommerce-migration-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-migration-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-migration-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-migration-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-ecommerce-migration-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.florida-ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .florida-ecommerce-migration-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.florida-ecommerce-migration-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-migration-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-ecommerce-migration-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-ecommerce-migration-toolsntech__wrapper--cards .last-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-migration-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-migration-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-ecommerce-migration-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-ecommerce-migration-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-ecommerce-migration-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-migration-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-ecommerce-migration-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-migration-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-migration-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-migration-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-ecommerce-migration-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-ecommerce-migration-voices .left-gradient-shadow,
.florida-ecommerce-migration-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-ecommerce-migration-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-ecommerce-migration-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-ecommerce-migration-voices__wrapper {
  overflow: hidden;
}
.florida-ecommerce-migration-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-migration-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-migration-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-ecommerce-migration-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-migration-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-ecommerce-migration {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-florida-ecommerce-migration {
    background-position: center center;
  }
}
.pin-section-florida-ecommerce-migration .florida-ecommerce-migration-partner {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-ecommerce-migration
  .florida-ecommerce-migration-partner__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-migration
    .florida-ecommerce-migration-partner__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-ecommerce-migration-faqs {
  padding: 60px 0;
}
.florida-ecommerce-migration-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-migration-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-ecommerce-migration-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-ecommerce-migration-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-ecommerce-migration-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-migration-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-ecommerce-web-development-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-hero {
    padding-top: 130px;
  }
}
.florida-ecommerce-web-development-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-ecommerce-web-development-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-ecommerce-web-development-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-ecommerce-web-development-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-ecommerce-web-development-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-ecommerce-web-development-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-ecommerce-web-development-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-ecommerce-web-development-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-ecommerce-web-development-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-ecommerce-web-development-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-web-development-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-web-development-hero__wrapper--desc-card:nth-child(4),
  .florida-ecommerce-web-development-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-web-development-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-web-development-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-web-development-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-web-development-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-ecommerce-web-development-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-ecommerce-web-development-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-web-development-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-ecommerce-web-development-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero__wrapper--img2 {
    display: none;
  }
}
.florida-ecommerce-web-development-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-ecommerce-web-development-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-brands {
    margin-top: 60px;
  }
}
.florida-ecommerce-web-development-brands__wrapper {
  overflow: hidden;
}
.florida-ecommerce-web-development-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-ecommerce-web-development-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-web-development-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-web-development-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-web-development-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-ecommerce-web-development-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-ecommerce-web-development-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-web-development-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-web-development-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-ecommerce-web-development-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-ecommerce-web-development-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services__header--heading {
    max-width: 80%;
  }
}
.florida-ecommerce-web-development-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-web-development-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-web-development-services__details {
    top: 220px;
  }
}
.florida-ecommerce-web-development-services__details {
  display: none;
}
.florida-ecommerce-web-development-services__details:first-of-type {
  display: block;
}
.florida-ecommerce-web-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-web-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-ecommerce-web-development-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-web-development-services__details--heading {
  margin-bottom: 10px;
}
.florida-ecommerce-web-development-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-ecommerce-web-development-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-web-development-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-ecommerce-web-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-ecommerce-web-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-ecommerce-web-development-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-ecommerce-web-development-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-ecommerce-web-development-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-ecommerce-web-development-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-ecommerce-web-development-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-ecommerce-web-development-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-ecommerce-web-development-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-ecommerce-web-development-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-web-development-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-web-development-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services__timeline {
    bottom: 15px;
  }
}
.florida-ecommerce-web-development-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-ecommerce-web-development-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-ecommerce-web-development-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-web-development-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-ecommerce-web-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-ecommerce-web-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-web-development-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services-mob {
    display: none;
  }
}
.florida-ecommerce-web-development-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-ecommerce-web-development-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-ecommerce-web-development-services-mob__header--heading span {
  color: #d1202d;
}
.florida-ecommerce-web-development-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-ecommerce-web-development-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-ecommerce-web-development-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-web-development-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-web-development-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-ecommerce-web-development-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-ecommerce-web-development-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-ecommerce-web-development-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-ecommerce-web-development-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-ecommerce-web-development-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-ecommerce-web-development-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-web-development-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-web-development-growth-impact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-ecommerce-web-development-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-web-development-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-web-development-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-web-development-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-web-development-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-ecommerce-web-development-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-ecommerce-web-development-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #311ddf;
}
.florida-ecommerce-web-development-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #e4d538;
}
.florida-ecommerce-web-development-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-ecommerce-web-development-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
}
.florida-ecommerce-web-development-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-web-development-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-web-development-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-web-development-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-web-development-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-web-development-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-web-development-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-growth {
    margin-top: 60px;
  }
}
.florida-ecommerce-web-development-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-growth__wrapper {
    padding: 24px;
  }
}
.florida-ecommerce-web-development-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-ecommerce-web-development-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-ecommerce-web-development-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-web-development-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-ecommerce-web-development-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-web-development-casestudies {
  padding: 24px 0;
}
.florida-ecommerce-web-development-casestudies__wrapper {
  overflow: hidden;
}
.florida-ecommerce-web-development-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-web-development-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CwOQlWEL.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-CTzMJczx.webp);
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-Cy2xELN7.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img1-BzU6XNP-.webp);
  }
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #c76c00, #603706);
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #c76c00, #7b8b03);
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-ecommerce-web-development-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-web-development-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-ecommerce-web-development-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-web-development-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-web-development-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-web-development-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-web-development-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-web-development-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-ecommerce-web-development-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-ecommerce-web-development-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-ecommerce-web-development-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-ecommerce-web-development-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-ecommerce-web-development-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-ecommerce-web-development-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-web-development-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-web-development-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-ecommerce-web-development-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-ecommerce-web-development-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-ecommerce-web-development-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-ecommerce-web-development-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-web-development-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-web-development-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-web-development-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-web-development-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-ecommerce-web-development-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-web-development-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-awards__wrapper {
    flex-direction: row;
  }
}
.florida-ecommerce-web-development-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-ecommerce-web-development-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-web-development-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-web-development-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-ecommerce-web-development-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-ecommerce-web-development-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-ecommerce-web-development-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-ecommerce-web-development-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-ecommerce-web-development-why-choose {
  background-image: url(/build/assets/why-choose-gb-C3kjQoXI.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-ecommerce-web-development-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-web-development-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-web-development-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-web-development-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-web-development-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-web-development-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-ecommerce-web-development-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-ecommerce-web-development-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-ecommerce-web-development-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-web-development-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-web-development-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-web-development-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-web-development-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-web-development-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-web-development-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-web-development-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-ecommerce-web-development-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-web-development-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-web-development-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-web-development-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-web-development-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-web-development-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-ecommerce-web-development-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-ecommerce-web-development-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-ecommerce-web-development-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-web-development-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-ecommerce-web-development-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-web-development-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-ecommerce-web-development-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-web-development-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-ecommerce-web-development-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
.florida-ecommerce-web-development-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-ecommerce-web-development-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.florida-ecommerce-web-development-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-ecommerce-web-development-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-ecommerce-web-development-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-web-development-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-web-development-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-ecommerce-web-development-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-web-development-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-web-development-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-web-development-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-web-development-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-web-development-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-web-development-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-ecommerce-web-development-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-ecommerce-web-development-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-ecommerce-web-development-process__wrapper--cards-card:hover
  .florida-ecommerce-web-development-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-ecommerce-web-development-process__wrapper--cards-card:hover
  .florida-ecommerce-web-development-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-ecommerce-web-development-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-web-development-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-ecommerce-web-development-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-ecommerce-web-development-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-web-development-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-ecommerce-web-development-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-web-development-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-ecommerce-web-development-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-web-development-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-web-development-toolsntech {
  padding: 60px 0;
}
.florida-ecommerce-web-development-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-web-development-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-web-development-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-web-development-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .florida-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .florida-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards
  .hosting-cardwrap:hover,
.florida-ecommerce-web-development-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-web-development-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-ecommerce-web-development-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-web-development-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-web-development-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-web-development-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-ecommerce-web-development-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-ecommerce-web-development-voices .left-gradient-shadow,
.florida-ecommerce-web-development-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-ecommerce-web-development-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-ecommerce-web-development-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-ecommerce-web-development-voices__wrapper {
  overflow: hidden;
}
.florida-ecommerce-web-development-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-web-development-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-web-development-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-ecommerce-web-development-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-web-development-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-ecommerce-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-florida-ecommerce-web-development {
    background-position: center center;
  }
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-ecommerce-web-development
  .florida-ecommerce-web-development__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-web-development
    .florida-ecommerce-web-development__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-ecommerce-web-development-faqs {
  padding: 60px 0;
}
.florida-ecommerce-web-development-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-web-development-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-ecommerce-web-development-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-ecommerce-web-development-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-ecommerce-web-development-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-web-development-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-ecommerce-email-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-hero {
    padding-top: 130px;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-ecommerce-email-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(4),
  .florida-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.florida-ecommerce-email-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-ecommerce-email-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-brands {
    margin-top: 60px;
  }
}
.florida-ecommerce-email-marketing-brands__wrapper {
  overflow: hidden;
}
.florida-ecommerce-email-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-ecommerce-email-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-email-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-email-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-ecommerce-email-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-ecommerce-email-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-email-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-email-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-ecommerce-email-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-ecommerce-email-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services__header--heading {
    max-width: 80%;
  }
}
.florida-ecommerce-email-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-email-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services__details {
    top: 250px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-email-marketing-services__details {
    top: 220px;
  }
}
.florida-ecommerce-email-marketing-services__details {
  display: none;
}
.florida-ecommerce-email-marketing-services__details:first-of-type {
  display: block;
}
.florida-ecommerce-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-ecommerce-email-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-email-marketing-services__details--heading {
  margin-bottom: 10px;
}
.florida-ecommerce-email-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-ecommerce-email-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-ecommerce-email-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-ecommerce-email-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-ecommerce-email-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-ecommerce-email-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-ecommerce-email-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-ecommerce-email-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-ecommerce-email-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-ecommerce-email-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-ecommerce-email-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-email-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-email-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services__timeline {
    bottom: 15px;
  }
}
.florida-ecommerce-email-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-ecommerce-email-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-ecommerce-email-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-email-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-email-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services-mob {
    display: none;
  }
}
.florida-ecommerce-email-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-ecommerce-email-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-ecommerce-email-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.florida-ecommerce-email-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-ecommerce-email-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-email-marketing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #ec2675;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #2dc83a;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-email-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-email-marketing-growth {
  background-color: #ffd5d800;
  padding-top: 30px;
  padding-bottom: 30px;
}
.florida-ecommerce-email-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
.florida-ecommerce-email-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-ecommerce-email-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-ecommerce-email-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-email-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-ecommerce-email-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
  border: none;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-email-marketing-casestudies {
  padding: 24px 0;
}
.florida-ecommerce-email-marketing-casestudies__wrapper {
  overflow: hidden;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-ecommerce-email-marketing/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-ecommerce-email-marketing/case-study-img1.webp);
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-ecommerce-email-marketing/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-ecommerce-email-marketing/case-study-img2.webp);
  }
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #f97316, #98330e);
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #c70095, #561b59);
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-email-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-ecommerce-email-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-email-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-email-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-email-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-email-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-ecommerce-email-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-ecommerce-email-marketing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-ecommerce-email-marketing-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-ecommerce-email-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-ecommerce-email-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-email-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-email-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-ecommerce-email-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-ecommerce-email-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-ecommerce-email-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-ecommerce-email-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-email-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-email-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-email-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-email-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-ecommerce-email-marketing-awards {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-email-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 24px;
  padding: 30px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-awards__wrapper {
    padding: 32px 56px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.florida-ecommerce-email-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-awards__wrapper--col1 {
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-ecommerce-email-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-email-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-ecommerce-email-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-awards__wrapper--col2 {
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-ecommerce-email-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-ecommerce-email-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-ecommerce-email-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-ecommerce-email-marketing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-ecommerce-email-marketing/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-ecommerce-email-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-email-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-email-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-email-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-email-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-ecommerce-email-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-ecommerce-email-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-ecommerce-email-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-email-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-email-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-email-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-email-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-email-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-email-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-ecommerce-email-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-email-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-email-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-email-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-email-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-ecommerce-email-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-email-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-ecommerce-email-marketing-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-email-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-email-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-email-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-email-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-email-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-process__wrapper--cards {
    justify-content: space-between;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-process__wrapper--cards {
    justify-content: space-between;
    gap: 0px;
  }
}
.florida-ecommerce-email-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-ecommerce-email-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-ecommerce-email-marketing-process__wrapper--cards-card:hover
  .florida-ecommerce-email-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-ecommerce-email-marketing-process__wrapper--cards-card:hover
  .florida-ecommerce-email-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-ecommerce-email-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-email-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-ecommerce-email-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-ecommerce-email-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-email-marketing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-ecommerce-email-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-email-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-ecommerce-email-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-email-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-email-marketing-toolsntech {
  padding: 60px 0;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap {
    width: 49%;
    flex-wrap: wrap;
  }
  .florida-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover,
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-email-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-ecommerce-email-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-ecommerce-email-marketing-voices .left-gradient-shadow,
.florida-ecommerce-email-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-ecommerce-email-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-ecommerce-email-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-ecommerce-email-marketing-voices__wrapper {
  overflow: hidden;
}
.florida-ecommerce-email-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-email-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-email-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-ecommerce-email-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-email-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-ecommerce-email-marketing {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-florida-ecommerce-email-marketing {
    background-position: center center;
  }
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-ecommerce-email-marketing
  .florida-ecommerce-email-marketing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-ecommerce-email-marketing
    .florida-ecommerce-email-marketing__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-ecommerce-email-marketing-faqs {
  padding: 60px 0;
}
.florida-ecommerce-email-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-email-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-ecommerce-email-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-ecommerce-email-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-ecommerce-email-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-email-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-real-estate-email-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-hero {
    padding-top: 130px;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-real-estate-email-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-real-estate-email-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .florida-real-estate-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .florida-real-estate-email-marketing-hero__wrapper--desc-card:nth-child(4),
  .florida-real-estate-email-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-real-estate-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .florida-real-estate-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .florida-real-estate-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-real-estate-email-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-real-estate-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.florida-real-estate-email-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-real-estate-email-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-brands {
    margin-top: 60px;
  }
}
.florida-real-estate-email-marketing-brands__wrapper {
  overflow: hidden;
}
.florida-real-estate-email-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-real-estate-email-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-email-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-email-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-real-estate-email-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-email-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-real-estate-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-real-estate-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-real-estate-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-real-estate-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-real-estate-email-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-real-estate-email-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-email-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-real-estate-email-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-real-estate-email-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-real-estate-email-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services__header--heading {
    max-width: 80%;
  }
}
.florida-real-estate-email-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-email-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services__details {
    top: 250px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-email-marketing-services__details {
    top: 220px;
  }
}
.florida-real-estate-email-marketing-services__details {
  display: none;
}
.florida-real-estate-email-marketing-services__details:first-of-type {
  display: block;
}
.florida-real-estate-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-real-estate-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-real-estate-email-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-real-estate-email-marketing-services__details--heading {
  margin-bottom: 10px;
}
.florida-real-estate-email-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-real-estate-email-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-email-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-real-estate-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-real-estate-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-real-estate-email-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-real-estate-email-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-real-estate-email-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-real-estate-email-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-real-estate-email-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-real-estate-email-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-real-estate-email-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-real-estate-email-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-real-estate-email-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-real-estate-email-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services__timeline {
    bottom: 15px;
  }
}
.florida-real-estate-email-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-real-estate-email-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-real-estate-email-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-real-estate-email-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-real-estate-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-real-estate-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-real-estate-email-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services-mob {
    display: none;
  }
}
.florida-real-estate-email-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-real-estate-email-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-real-estate-email-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.florida-real-estate-email-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-real-estate-email-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-real-estate-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-real-estate-email-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-real-estate-email-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-real-estate-email-marketing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-real-estate-email-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-email-marketing-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #3713ba;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #ffc107;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-desc,
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-lists,
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-seconddesc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-desc,
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-lists,
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-seconddesc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-lists {
  list-style-position: inside;
  padding-left: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-lists {
    list-style-position: outside;
    padding-left: 20px;
  }
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cards-lists li {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--cards-lists li {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-email-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-email-marketing-growth {
  background-color: #ffd5d800;
  padding-top: 30px;
  padding-bottom: 30px;
}
.florida-real-estate-email-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
.florida-real-estate-email-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-real-estate-email-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-real-estate-email-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-real-estate-email-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-real-estate-email-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
  border: none;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-real-estate-email-marketing-casestudies {
  padding: 24px 0;
}
.florida-real-estate-email-marketing-casestudies__wrapper {
  overflow: hidden;
}
.florida-real-estate-email-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-email-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-real-estate-email-marketing/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-real-estate-email-marketing/case-study-img1.webp);
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-real-estate-email-marketing/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-real-estate-email-marketing/case-study-img2.webp);
  }
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(105.14deg, #5993ff -30.82%, #00293a 160.87%);
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(106.24deg, #55b15d 4.31%, #1b612e 98.12%);
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-real-estate-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-real-estate-email-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-email-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-real-estate-email-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-email-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-real-estate-email-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-email-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-email-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-email-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-real-estate-email-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-real-estate-email-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-real-estate-email-marketing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-real-estate-email-marketing-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-real-estate-email-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-real-estate-email-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-real-estate-email-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-email-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-real-estate-email-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-real-estate-email-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-real-estate-email-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-real-estate-email-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-real-estate-email-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-email-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-email-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-email-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-real-estate-email-marketing-awards {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-email-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 24px;
  padding: 30px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-awards__wrapper {
    padding: 32px 56px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.florida-real-estate-email-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-awards__wrapper--col1 {
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-real-estate-email-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-real-estate-email-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-email-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-real-estate-email-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-awards__wrapper--col2 {
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-real-estate-email-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-real-estate-email-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-real-estate-email-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-real-estate-email-marketing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/florida-real-estate-email-marketing/why-choose-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-real-estate-email-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-email-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-real-estate-email-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-email-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-email-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-email-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-real-estate-email-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-real-estate-email-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-real-estate-email-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-real-estate-email-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-real-estate-email-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-email-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-email-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-email-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-email-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-email-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-real-estate-email-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-email-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-real-estate-email-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-email-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-email-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-email-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-real-estate-email-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-real-estate-email-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-real-estate-email-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-email-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-real-estate-email-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-email-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-real-estate-email-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-email-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-real-estate-email-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-real-estate-email-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-real-estate-email-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-real-estate-email-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-real-estate-email-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-real-estate-email-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-email-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-email-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-real-estate-email-marketing-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-email-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-email-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-real-estate-email-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-email-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-email-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-email-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-process__wrapper--cards {
    justify-content: space-between;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-process__wrapper--cards {
    justify-content: space-between;
    gap: 0px;
  }
}
.florida-real-estate-email-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-real-estate-email-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-real-estate-email-marketing-process__wrapper--cards-card:hover
  .florida-real-estate-email-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-real-estate-email-marketing-process__wrapper--cards-card:hover
  .florida-real-estate-email-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-real-estate-email-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-real-estate-email-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-real-estate-email-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-real-estate-email-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-email-marketing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-real-estate-email-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-email-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-real-estate-email-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-email-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-email-marketing-toolsntech {
  padding: 60px 0;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-email-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-toolsntech__wrapper--cards-cardwrap {
    width: 49%;
    flex-wrap: wrap;
  }
  .florida-real-estate-email-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: realEstateEmailbordercolor1 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: realEstateEmailbordercolor1 3s linear infinite;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover,
.florida-real-estate-email-marketing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: realEstateEmailbordercolor2 3s linear infinite;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-email-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
@keyframes realEstateEmailbordercolor1 {
  0% {
    background: linear-gradient(0deg, #ffede4, #ffdcc5);
  }
  1% {
    background: linear-gradient(3.6deg, #ffede4, #ffdcc5);
  }
  2% {
    background: linear-gradient(7.2deg, #ffede4, #ffdcc5);
  }
  3% {
    background: linear-gradient(10.8deg, #ffede4, #ffdcc5);
  }
  4% {
    background: linear-gradient(14.4deg, #ffede4, #ffdcc5);
  }
  5% {
    background: linear-gradient(18deg, #ffede4, #ffdcc5);
  }
  6% {
    background: linear-gradient(21.6deg, #ffede4, #ffdcc5);
  }
  7% {
    background: linear-gradient(25.2deg, #ffede4, #ffdcc5);
  }
  8% {
    background: linear-gradient(28.8deg, #ffede4, #ffdcc5);
  }
  9% {
    background: linear-gradient(32.4deg, #ffede4, #ffdcc5);
  }
  10% {
    background: linear-gradient(36deg, #ffede4, #ffdcc5);
  }
  11% {
    background: linear-gradient(39.6deg, #ffede4, #ffdcc5);
  }
  12% {
    background: linear-gradient(43.2deg, #ffede4, #ffdcc5);
  }
  13% {
    background: linear-gradient(46.8deg, #ffede4, #ffdcc5);
  }
  14% {
    background: linear-gradient(50.4deg, #ffede4, #ffdcc5);
  }
  15% {
    background: linear-gradient(54deg, #ffede4, #ffdcc5);
  }
  16% {
    background: linear-gradient(57.6deg, #ffede4, #ffdcc5);
  }
  17% {
    background: linear-gradient(61.2deg, #ffede4, #ffdcc5);
  }
  18% {
    background: linear-gradient(64.8deg, #ffede4, #ffdcc5);
  }
  19% {
    background: linear-gradient(68.4deg, #ffede4, #ffdcc5);
  }
  20% {
    background: linear-gradient(72deg, #ffede4, #ffdcc5);
  }
  21% {
    background: linear-gradient(75.6deg, #ffede4, #ffdcc5);
  }
  22% {
    background: linear-gradient(79.2deg, #ffede4, #ffdcc5);
  }
  23% {
    background: linear-gradient(82.8deg, #ffede4, #ffdcc5);
  }
  24% {
    background: linear-gradient(86.4deg, #ffede4, #ffdcc5);
  }
  25% {
    background: linear-gradient(90deg, #ffede4, #ffdcc5);
  }
  26% {
    background: linear-gradient(93.6deg, #ffede4, #ffdcc5);
  }
  27% {
    background: linear-gradient(97.2deg, #ffede4, #ffdcc5);
  }
  28% {
    background: linear-gradient(100.8deg, #ffede4, #ffdcc5);
  }
  29% {
    background: linear-gradient(104.4deg, #ffede4, #ffdcc5);
  }
  30% {
    background: linear-gradient(108deg, #ffede4, #ffdcc5);
  }
  31% {
    background: linear-gradient(111.6deg, #ffede4, #ffdcc5);
  }
  32% {
    background: linear-gradient(115.2deg, #ffede4, #ffdcc5);
  }
  33% {
    background: linear-gradient(118.8deg, #ffede4, #ffdcc5);
  }
  34% {
    background: linear-gradient(122.4deg, #ffede4, #ffdcc5);
  }
  35% {
    background: linear-gradient(126deg, #ffede4, #ffdcc5);
  }
  36% {
    background: linear-gradient(129.6deg, #ffede4, #ffdcc5);
  }
  37% {
    background: linear-gradient(133.2deg, #ffede4, #ffdcc5);
  }
  38% {
    background: linear-gradient(136.8deg, #ffede4, #ffdcc5);
  }
  39% {
    background: linear-gradient(140.4deg, #ffede4, #ffdcc5);
  }
  40% {
    background: linear-gradient(144deg, #ffede4, #ffdcc5);
  }
  41% {
    background: linear-gradient(147.6deg, #ffede4, #ffdcc5);
  }
  42% {
    background: linear-gradient(151.2deg, #ffede4, #ffdcc5);
  }
  43% {
    background: linear-gradient(154.8deg, #ffede4, #ffdcc5);
  }
  44% {
    background: linear-gradient(158.4deg, #ffede4, #ffdcc5);
  }
  45% {
    background: linear-gradient(162deg, #ffede4, #ffdcc5);
  }
  46% {
    background: linear-gradient(165.6deg, #ffede4, #ffdcc5);
  }
  47% {
    background: linear-gradient(169.2deg, #ffede4, #ffdcc5);
  }
  48% {
    background: linear-gradient(172.8deg, #ffede4, #ffdcc5);
  }
  49% {
    background: linear-gradient(176.4deg, #ffede4, #ffdcc5);
  }
  50% {
    background: linear-gradient(180deg, #ffede4, #ffdcc5);
  }
  51% {
    background: linear-gradient(183.6deg, #ffede4, #ffdcc5);
  }
  52% {
    background: linear-gradient(187.2deg, #ffede4, #ffdcc5);
  }
  53% {
    background: linear-gradient(190.8deg, #ffede4, #ffdcc5);
  }
  54% {
    background: linear-gradient(194.4deg, #ffede4, #ffdcc5);
  }
  55% {
    background: linear-gradient(198deg, #ffede4, #ffdcc5);
  }
  56% {
    background: linear-gradient(201.6deg, #ffede4, #ffdcc5);
  }
  57% {
    background: linear-gradient(205.2deg, #ffede4, #ffdcc5);
  }
  58% {
    background: linear-gradient(208.8deg, #ffede4, #ffdcc5);
  }
  59% {
    background: linear-gradient(212.4deg, #ffede4, #ffdcc5);
  }
  60% {
    background: linear-gradient(216deg, #ffede4, #ffdcc5);
  }
  61% {
    background: linear-gradient(219.6deg, #ffede4, #ffdcc5);
  }
  62% {
    background: linear-gradient(223.2deg, #ffede4, #ffdcc5);
  }
  63% {
    background: linear-gradient(226.8deg, #ffede4, #ffdcc5);
  }
  64% {
    background: linear-gradient(230.4deg, #ffede4, #ffdcc5);
  }
  65% {
    background: linear-gradient(234deg, #ffede4, #ffdcc5);
  }
  66% {
    background: linear-gradient(237.6deg, #ffede4, #ffdcc5);
  }
  67% {
    background: linear-gradient(241.2deg, #ffede4, #ffdcc5);
  }
  68% {
    background: linear-gradient(244.8deg, #ffede4, #ffdcc5);
  }
  69% {
    background: linear-gradient(248.4deg, #ffede4, #ffdcc5);
  }
  70% {
    background: linear-gradient(252deg, #ffede4, #ffdcc5);
  }
  71% {
    background: linear-gradient(255.6deg, #ffede4, #ffdcc5);
  }
  72% {
    background: linear-gradient(259.2deg, #ffede4, #ffdcc5);
  }
  73% {
    background: linear-gradient(262.8deg, #ffede4, #ffdcc5);
  }
  74% {
    background: linear-gradient(266.4deg, #ffede4, #ffdcc5);
  }
  75% {
    background: linear-gradient(270deg, #ffede4, #ffdcc5);
  }
  76% {
    background: linear-gradient(273.6deg, #ffede4, #ffdcc5);
  }
  77% {
    background: linear-gradient(277.2deg, #ffede4, #ffdcc5);
  }
  78% {
    background: linear-gradient(280.8deg, #ffede4, #ffdcc5);
  }
  79% {
    background: linear-gradient(284.4deg, #ffede4, #ffdcc5);
  }
  80% {
    background: linear-gradient(288deg, #ffede4, #ffdcc5);
  }
  81% {
    background: linear-gradient(291.6deg, #ffede4, #ffdcc5);
  }
  82% {
    background: linear-gradient(295.2deg, #ffede4, #ffdcc5);
  }
  83% {
    background: linear-gradient(298.8deg, #ffede4, #ffdcc5);
  }
  84% {
    background: linear-gradient(302.4deg, #ffede4, #ffdcc5);
  }
  85% {
    background: linear-gradient(306deg, #ffede4, #ffdcc5);
  }
  86% {
    background: linear-gradient(309.6deg, #ffede4, #ffdcc5);
  }
  87% {
    background: linear-gradient(313.2deg, #ffede4, #ffdcc5);
  }
  88% {
    background: linear-gradient(316.8deg, #ffede4, #ffdcc5);
  }
  89% {
    background: linear-gradient(320.4deg, #ffede4, #ffdcc5);
  }
  90% {
    background: linear-gradient(324deg, #ffede4, #ffdcc5);
  }
  91% {
    background: linear-gradient(327.6deg, #ffede4, #ffdcc5);
  }
  92% {
    background: linear-gradient(331.2deg, #ffede4, #ffdcc5);
  }
  93% {
    background: linear-gradient(334.8deg, #ffede4, #ffdcc5);
  }
  94% {
    background: linear-gradient(338.4deg, #ffede4, #ffdcc5);
  }
  95% {
    background: linear-gradient(342deg, #ffede4, #ffdcc5);
  }
  96% {
    background: linear-gradient(345.6deg, #ffede4, #ffdcc5);
  }
  97% {
    background: linear-gradient(349.2deg, #ffede4, #ffdcc5);
  }
  98% {
    background: linear-gradient(352.8deg, #ffede4, #ffdcc5);
  }
  99% {
    background: linear-gradient(356.4deg, #ffede4, #ffdcc5);
  }
  to {
    background: linear-gradient(360deg, #ffede4, #ffdcc5);
  }
}
@keyframes realEstateEmailbordercolor2 {
  0% {
    background: linear-gradient(0deg, #e4f8ff, #c5f0ff);
  }
  1% {
    background: linear-gradient(3.6deg, #e4f8ff, #c5f0ff);
  }
  2% {
    background: linear-gradient(7.2deg, #e4f8ff, #c5f0ff);
  }
  3% {
    background: linear-gradient(10.8deg, #e4f8ff, #c5f0ff);
  }
  4% {
    background: linear-gradient(14.4deg, #e4f8ff, #c5f0ff);
  }
  5% {
    background: linear-gradient(18deg, #e4f8ff, #c5f0ff);
  }
  6% {
    background: linear-gradient(21.6deg, #e4f8ff, #c5f0ff);
  }
  7% {
    background: linear-gradient(25.2deg, #e4f8ff, #c5f0ff);
  }
  8% {
    background: linear-gradient(28.8deg, #e4f8ff, #c5f0ff);
  }
  9% {
    background: linear-gradient(32.4deg, #e4f8ff, #c5f0ff);
  }
  10% {
    background: linear-gradient(36deg, #e4f8ff, #c5f0ff);
  }
  11% {
    background: linear-gradient(39.6deg, #e4f8ff, #c5f0ff);
  }
  12% {
    background: linear-gradient(43.2deg, #e4f8ff, #c5f0ff);
  }
  13% {
    background: linear-gradient(46.8deg, #e4f8ff, #c5f0ff);
  }
  14% {
    background: linear-gradient(50.4deg, #e4f8ff, #c5f0ff);
  }
  15% {
    background: linear-gradient(54deg, #e4f8ff, #c5f0ff);
  }
  16% {
    background: linear-gradient(57.6deg, #e4f8ff, #c5f0ff);
  }
  17% {
    background: linear-gradient(61.2deg, #e4f8ff, #c5f0ff);
  }
  18% {
    background: linear-gradient(64.8deg, #e4f8ff, #c5f0ff);
  }
  19% {
    background: linear-gradient(68.4deg, #e4f8ff, #c5f0ff);
  }
  20% {
    background: linear-gradient(72deg, #e4f8ff, #c5f0ff);
  }
  21% {
    background: linear-gradient(75.6deg, #e4f8ff, #c5f0ff);
  }
  22% {
    background: linear-gradient(79.2deg, #e4f8ff, #c5f0ff);
  }
  23% {
    background: linear-gradient(82.8deg, #e4f8ff, #c5f0ff);
  }
  24% {
    background: linear-gradient(86.4deg, #e4f8ff, #c5f0ff);
  }
  25% {
    background: linear-gradient(90deg, #e4f8ff, #c5f0ff);
  }
  26% {
    background: linear-gradient(93.6deg, #e4f8ff, #c5f0ff);
  }
  27% {
    background: linear-gradient(97.2deg, #e4f8ff, #c5f0ff);
  }
  28% {
    background: linear-gradient(100.8deg, #e4f8ff, #c5f0ff);
  }
  29% {
    background: linear-gradient(104.4deg, #e4f8ff, #c5f0ff);
  }
  30% {
    background: linear-gradient(108deg, #e4f8ff, #c5f0ff);
  }
  31% {
    background: linear-gradient(111.6deg, #e4f8ff, #c5f0ff);
  }
  32% {
    background: linear-gradient(115.2deg, #e4f8ff, #c5f0ff);
  }
  33% {
    background: linear-gradient(118.8deg, #e4f8ff, #c5f0ff);
  }
  34% {
    background: linear-gradient(122.4deg, #e4f8ff, #c5f0ff);
  }
  35% {
    background: linear-gradient(126deg, #e4f8ff, #c5f0ff);
  }
  36% {
    background: linear-gradient(129.6deg, #e4f8ff, #c5f0ff);
  }
  37% {
    background: linear-gradient(133.2deg, #e4f8ff, #c5f0ff);
  }
  38% {
    background: linear-gradient(136.8deg, #e4f8ff, #c5f0ff);
  }
  39% {
    background: linear-gradient(140.4deg, #e4f8ff, #c5f0ff);
  }
  40% {
    background: linear-gradient(144deg, #e4f8ff, #c5f0ff);
  }
  41% {
    background: linear-gradient(147.6deg, #e4f8ff, #c5f0ff);
  }
  42% {
    background: linear-gradient(151.2deg, #e4f8ff, #c5f0ff);
  }
  43% {
    background: linear-gradient(154.8deg, #e4f8ff, #c5f0ff);
  }
  44% {
    background: linear-gradient(158.4deg, #e4f8ff, #c5f0ff);
  }
  45% {
    background: linear-gradient(162deg, #e4f8ff, #c5f0ff);
  }
  46% {
    background: linear-gradient(165.6deg, #e4f8ff, #c5f0ff);
  }
  47% {
    background: linear-gradient(169.2deg, #e4f8ff, #c5f0ff);
  }
  48% {
    background: linear-gradient(172.8deg, #e4f8ff, #c5f0ff);
  }
  49% {
    background: linear-gradient(176.4deg, #e4f8ff, #c5f0ff);
  }
  50% {
    background: linear-gradient(180deg, #e4f8ff, #c5f0ff);
  }
  51% {
    background: linear-gradient(183.6deg, #e4f8ff, #c5f0ff);
  }
  52% {
    background: linear-gradient(187.2deg, #e4f8ff, #c5f0ff);
  }
  53% {
    background: linear-gradient(190.8deg, #e4f8ff, #c5f0ff);
  }
  54% {
    background: linear-gradient(194.4deg, #e4f8ff, #c5f0ff);
  }
  55% {
    background: linear-gradient(198deg, #e4f8ff, #c5f0ff);
  }
  56% {
    background: linear-gradient(201.6deg, #e4f8ff, #c5f0ff);
  }
  57% {
    background: linear-gradient(205.2deg, #e4f8ff, #c5f0ff);
  }
  58% {
    background: linear-gradient(208.8deg, #e4f8ff, #c5f0ff);
  }
  59% {
    background: linear-gradient(212.4deg, #e4f8ff, #c5f0ff);
  }
  60% {
    background: linear-gradient(216deg, #e4f8ff, #c5f0ff);
  }
  61% {
    background: linear-gradient(219.6deg, #e4f8ff, #c5f0ff);
  }
  62% {
    background: linear-gradient(223.2deg, #e4f8ff, #c5f0ff);
  }
  63% {
    background: linear-gradient(226.8deg, #e4f8ff, #c5f0ff);
  }
  64% {
    background: linear-gradient(230.4deg, #e4f8ff, #c5f0ff);
  }
  65% {
    background: linear-gradient(234deg, #e4f8ff, #c5f0ff);
  }
  66% {
    background: linear-gradient(237.6deg, #e4f8ff, #c5f0ff);
  }
  67% {
    background: linear-gradient(241.2deg, #e4f8ff, #c5f0ff);
  }
  68% {
    background: linear-gradient(244.8deg, #e4f8ff, #c5f0ff);
  }
  69% {
    background: linear-gradient(248.4deg, #e4f8ff, #c5f0ff);
  }
  70% {
    background: linear-gradient(252deg, #e4f8ff, #c5f0ff);
  }
  71% {
    background: linear-gradient(255.6deg, #e4f8ff, #c5f0ff);
  }
  72% {
    background: linear-gradient(259.2deg, #e4f8ff, #c5f0ff);
  }
  73% {
    background: linear-gradient(262.8deg, #e4f8ff, #c5f0ff);
  }
  74% {
    background: linear-gradient(266.4deg, #e4f8ff, #c5f0ff);
  }
  75% {
    background: linear-gradient(270deg, #e4f8ff, #c5f0ff);
  }
  76% {
    background: linear-gradient(273.6deg, #e4f8ff, #c5f0ff);
  }
  77% {
    background: linear-gradient(277.2deg, #e4f8ff, #c5f0ff);
  }
  78% {
    background: linear-gradient(280.8deg, #e4f8ff, #c5f0ff);
  }
  79% {
    background: linear-gradient(284.4deg, #e4f8ff, #c5f0ff);
  }
  80% {
    background: linear-gradient(288deg, #e4f8ff, #c5f0ff);
  }
  81% {
    background: linear-gradient(291.6deg, #e4f8ff, #c5f0ff);
  }
  82% {
    background: linear-gradient(295.2deg, #e4f8ff, #c5f0ff);
  }
  83% {
    background: linear-gradient(298.8deg, #e4f8ff, #c5f0ff);
  }
  84% {
    background: linear-gradient(302.4deg, #e4f8ff, #c5f0ff);
  }
  85% {
    background: linear-gradient(306deg, #e4f8ff, #c5f0ff);
  }
  86% {
    background: linear-gradient(309.6deg, #e4f8ff, #c5f0ff);
  }
  87% {
    background: linear-gradient(313.2deg, #e4f8ff, #c5f0ff);
  }
  88% {
    background: linear-gradient(316.8deg, #e4f8ff, #c5f0ff);
  }
  89% {
    background: linear-gradient(320.4deg, #e4f8ff, #c5f0ff);
  }
  90% {
    background: linear-gradient(324deg, #e4f8ff, #c5f0ff);
  }
  91% {
    background: linear-gradient(327.6deg, #e4f8ff, #c5f0ff);
  }
  92% {
    background: linear-gradient(331.2deg, #e4f8ff, #c5f0ff);
  }
  93% {
    background: linear-gradient(334.8deg, #e4f8ff, #c5f0ff);
  }
  94% {
    background: linear-gradient(338.4deg, #e4f8ff, #c5f0ff);
  }
  95% {
    background: linear-gradient(342deg, #e4f8ff, #c5f0ff);
  }
  96% {
    background: linear-gradient(345.6deg, #e4f8ff, #c5f0ff);
  }
  97% {
    background: linear-gradient(349.2deg, #e4f8ff, #c5f0ff);
  }
  98% {
    background: linear-gradient(352.8deg, #e4f8ff, #c5f0ff);
  }
  99% {
    background: linear-gradient(356.4deg, #e4f8ff, #c5f0ff);
  }
  to {
    background: linear-gradient(360deg, #e4f8ff, #c5f0ff);
  }
}
.florida-real-estate-email-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-real-estate-email-marketing-voices .left-gradient-shadow,
.florida-real-estate-email-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-real-estate-email-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-real-estate-email-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-real-estate-email-marketing-voices__wrapper {
  overflow: hidden;
}
.florida-real-estate-email-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-real-estate-email-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-email-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-real-estate-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-real-estate-email-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-email-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-real-estate-email-marketing {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-florida-real-estate-email-marketing {
    background-position: center center;
  }
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-real-estate-email-marketing
  .florida-real-estate-email-marketing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-real-estate-email-marketing
    .florida-real-estate-email-marketing__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-real-estate-email-marketing-faqs {
  padding: 60px 0;
}
.florida-real-estate-email-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-email-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-real-estate-email-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-real-estate-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-real-estate-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-real-estate-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-real-estate-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-real-estate-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-real-estate-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-real-estate-email-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-real-estate-email-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-email-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-ecommerce-UX-design-partner-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-hero {
    padding-top: 130px;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-ecommerce-UX-design-partner-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-card:nth-child(4),
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-card:nth-child(1),
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-card:nth-child(2),
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--img2 {
    display: none;
  }
}
.florida-ecommerce-UX-design-partner-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-ecommerce-UX-design-partner-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-brands {
    margin-top: 60px;
  }
}
.florida-ecommerce-UX-design-partner-brands__wrapper {
  overflow: hidden;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-UX-design-partner-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-ecommerce-UX-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-UX-design-partner-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.ecommerce-UX-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .ecommerce-UX-services {
    display: block;
    margin-bottom: 80px;
  }
}
.ecommerce-UX-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.ecommerce-UX-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-UX-services__header--heading {
    max-width: 100%;
  }
}
.ecommerce-UX-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .ecommerce-UX-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .ecommerce-UX-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-UX-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-UX-services__header--text-link {
  font-family: Lato, sans-serif;
  text-decoration: none;
  font-weight: 700;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .ecommerce-UX-services__details {
    top: 330px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .ecommerce-UX-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-UX-services__details {
    top: 220px;
  }
}
.ecommerce-UX-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-UX-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-UX-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-UX-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .ecommerce-UX-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.ecommerce-UX-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-UX-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-UX-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-UX-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-UX-services__details--heading {
  margin-bottom: 10px;
}
.ecommerce-UX-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .ecommerce-UX-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .ecommerce-UX-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .ecommerce-UX-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .ecommerce-UX-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-UX-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .ecommerce-UX-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.ecommerce-UX-services #detail-1,
.ecommerce-UX-services #detail-2,
.ecommerce-UX-services #detail-3,
.ecommerce-UX-services #detail-4,
.ecommerce-UX-services #detail-5,
.ecommerce-UX-services #detail-6 {
  opacity: 0;
}
.ecommerce-UX-services__slidesdiv {
  display: flex;
  width: 100%;
}
.ecommerce-UX-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .ecommerce-UX-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 155px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .ecommerce-UX-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.ecommerce-UX-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.ecommerce-UX-services__slidesdiv #s-1 img {
  width: 40%;
}
.ecommerce-UX-services__slidesdiv #s-2 {
  background-color: #e3ffee;
}
.ecommerce-UX-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.ecommerce-UX-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.ecommerce-UX-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.ecommerce-UX-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.ecommerce-UX-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .ecommerce-UX-services__timeline {
    bottom: 15px;
  }
}
.ecommerce-UX-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.ecommerce-UX-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.ecommerce-UX-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-UX-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-UX-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .ecommerce-UX-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .ecommerce-UX-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-UX-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .ecommerce-UX-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.ecommerce-UX-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .ecommerce-UX-services-mob {
    display: none;
  }
}
.ecommerce-UX-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.ecommerce-UX-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.ecommerce-UX-services-mob__header--heading span {
  color: #d1202d;
}
.ecommerce-UX-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .ecommerce-UX-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-UX-services-mob__header--text {
    padding-right: 340px;
  }
}
.ecommerce-UX-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.ecommerce-UX-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-UX-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.ecommerce-UX-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ecommerce-UX-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .ecommerce-UX-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.ecommerce-UX-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.ecommerce-UX-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .ecommerce-UX-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .ecommerce-UX-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .ecommerce-UX-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.ecommerce-UX-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.ecommerce-UX-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.ecommerce-UX-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.ecommerce-UX-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.ecommerce-UX-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.ecommerce-UX-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.ecommerce-UX-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.ecommerce-UX-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.ecommerce-UX-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-ecommerce-UX-design-partner-growth-impact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #28a745;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #ffc107;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-UX-design-partner-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-UX-design-partner-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.florida-ecommerce-UX-design-partner-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-growth__wrapper {
    padding: 24px;
  }
}
.florida-ecommerce-UX-design-partner-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-ecommerce-UX-design-partner-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-ecommerce-UX-design-partner-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-UX-design-partner-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-ecommerce-UX-design-partner-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-ecommerce-UX-design-partner-casestudies {
  padding: 24px 0;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper {
  overflow: hidden;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-DtX_2QY1.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-DF5GgfAJ.webp);
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-BzbFhuxO.webp);
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-C3zE133G.webp);
  }
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #ebbd03, #729307);
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #5d89ed, #212fd1);
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-UX-design-partner-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-ecommerce-UX-design-partner-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-UX-design-partner-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-UX-design-partner-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-UX-design-partner-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-ecommerce-UX-design-partner-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-ecommerce-UX-design-partner-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-ecommerce-UX-design-partner-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-ecommerce-UX-design-partner-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-ecommerce-UX-design-partner-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-UX-design-partner-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-UX-design-partner-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-ecommerce-UX-design-partner-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-ecommerce-UX-design-partner-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-ecommerce-UX-design-partner-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-ecommerce-UX-design-partner-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-ecommerce-UX-design-partner-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-UX-design-partner-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-UX-design-partner-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-UX-design-partner-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-ecommerce-UX-design-partner-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-ecommerce-UX-design-partner-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper {
    flex-direction: row;
  }
}
.florida-ecommerce-UX-design-partner-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-ecommerce-UX-design-partner-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-UX-design-partner-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-ecommerce-UX-design-partner-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-ecommerce-UX-design-partner-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-ecommerce-UX-design-partner-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-ecommerce-UX-design-partner-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-ecommerce-UX-design-partner-why-choose {
  background-image: url(/build/assets/why-choose-gb-Jek3DLBN.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-UX-design-partner-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-UX-design-partner-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-UX-design-partner-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-ecommerce-UX-design-partner-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
.florida-ecommerce-UX-design-partner-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-ecommerce-UX-design-partner-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-ecommerce-UX-design-partner-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-process__wrapper--cards {
    justify-content: center;
  }
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards-card:hover
  .florida-ecommerce-UX-design-partner-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards-card:hover
  .florida-ecommerce-UX-design-partner-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-ecommerce-UX-design-partner-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-ecommerce-UX-design-partner-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-ecommerce-UX-design-partner-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-UX-design-partner-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-ecommerce-UX-design-partner-toolsntech {
  padding: 60px 0;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-ecommerce-UX-design-partner-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-ecommerce-UX-design-partner-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-ecommerce-UX-design-partner-voices .left-gradient-shadow,
.florida-ecommerce-UX-design-partner-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-ecommerce-UX-design-partner-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-ecommerce-UX-design-partner-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-ecommerce-UX-design-partner-voices__wrapper {
  overflow: hidden;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-ecommerce-UX-design-partner-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-ecommerce-UX-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-ecommerce-UX-design-partner-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ux-design {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ux-design .florida-ecommerce-UX-design-partner {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-ux-design .florida-ecommerce-UX-design-partner__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .florida-ecommerce-UX-design-partner__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ux-design .florida-ecommerce-UX-design-partner__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .florida-ecommerce-UX-design-partner__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .florida-ecommerce-UX-design-partner__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ux-design
    .florida-ecommerce-UX-design-partner__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ux-design .florida-ecommerce-UX-design-partner__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .florida-ecommerce-UX-design-partner__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .florida-ecommerce-UX-design-partner__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .florida-ecommerce-UX-design-partner__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .florida-ecommerce-UX-design-partner__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ux-design
    .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ux-design
  .florida-ecommerce-UX-design-partner__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .florida-ecommerce-UX-design-partner__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-ecommerce-UX-design-partner-faqs {
  padding: 60px 0;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-ecommerce-UX-design-partner-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-ecommerce-UX-design-partner-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-real-estate-digital-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-hero {
    padding-top: 130px;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-real-estate-digital-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-real-estate-digital-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 500px;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #feeded99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .florida-real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .florida-real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(4),
  .florida-real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .florida-real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .florida-real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-real-estate-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.florida-real-estate-digital-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-real-estate-digital-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-brands {
    margin-top: 60px;
  }
}
.florida-real-estate-digital-marketing-brands__wrapper {
  overflow: hidden;
}
.florida-real-estate-digital-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-real-estate-digital-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-digital-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-real-estate-digital-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-digital-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-real-estate-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-real-estate-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-real-estate-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-real-estate-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-real-estate-digital-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-real-estate-digital-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-digital-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-real-estate-digital-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-real-estate-digital-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-real-estate-digital-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services__header--heading {
    max-width: 80%;
  }
}
.florida-real-estate-digital-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-digital-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-digital-marketing-services__details {
    top: 220px;
  }
}
.florida-real-estate-digital-marketing-services__details {
  display: none;
}
.florida-real-estate-digital-marketing-services__details:first-of-type {
  display: block;
}
.florida-real-estate-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-real-estate-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-real-estate-digital-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-real-estate-digital-marketing-services__details--heading {
  margin-bottom: 10px;
}
.florida-real-estate-digital-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-real-estate-digital-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-digital-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-real-estate-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-real-estate-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-real-estate-digital-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-real-estate-digital-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services__slidesdiv--slide-img {
    bottom: 130px;
  }
}
.florida-real-estate-digital-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-real-estate-digital-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-real-estate-digital-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-real-estate-digital-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-real-estate-digital-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-real-estate-digital-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-real-estate-digital-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-real-estate-digital-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services__timeline {
    bottom: 15px;
  }
}
.florida-real-estate-digital-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-real-estate-digital-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-real-estate-digital-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-real-estate-digital-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-real-estate-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-real-estate-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-real-estate-digital-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services-mob {
    display: none;
  }
}
.florida-real-estate-digital-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-real-estate-digital-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-real-estate-digital-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.florida-real-estate-digital-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-real-estate-digital-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-real-estate-digital-marketing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #d4881e;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #cf1069;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-digital-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-digital-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-growth {
    margin-top: 60px;
  }
}
.florida-real-estate-digital-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-growth__wrapper {
    padding: 24px;
  }
}
.florida-real-estate-digital-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-real-estate-digital-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-real-estate-digital-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-real-estate-digital-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-real-estate-digital-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-real-estate-digital-marketing-casestudies {
  padding: 24px 0;
}
.florida-real-estate-digital-marketing-casestudies__wrapper {
  overflow: hidden;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-ChGx6spD.webp);
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-CrtphHdH.webp);
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CKXmwhDp.webp);
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img1-B5GspeUf.webp);
  }
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #ec4899, #a855f7);
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #06b6d4, #10b981);
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-digital-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-real-estate-digital-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-digital-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-real-estate-digital-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-digital-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-digital-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-real-estate-digital-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-real-estate-digital-marketing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-real-estate-digital-marketing-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-real-estate-digital-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-real-estate-digital-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-real-estate-digital-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-digital-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-real-estate-digital-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-real-estate-digital-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-real-estate-digital-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-real-estate-digital-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-real-estate-digital-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-digital-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-digital-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-digital-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-real-estate-digital-marketing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-digital-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.florida-real-estate-digital-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-real-estate-digital-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-real-estate-digital-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-real-estate-digital-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-real-estate-digital-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-real-estate-digital-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-real-estate-digital-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-real-estate-digital-marketing-why-choose {
  background-image: url(/build/assets/why-choose-gb-BfzbMfZP.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-real-estate-digital-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-digital-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-real-estate-digital-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-digital-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-digital-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-real-estate-digital-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-real-estate-digital-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-real-estate-digital-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-real-estate-digital-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-real-estate-digital-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-digital-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-digital-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-digital-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-digital-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-digital-marketing-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-real-estate-digital-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-digital-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-real-estate-digital-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-digital-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-digital-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-real-estate-digital-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-digital-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-real-estate-digital-marketing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-digital-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-digital-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-real-estate-digital-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-digital-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-digital-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-real-estate-digital-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-real-estate-digital-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-real-estate-digital-marketing-process__wrapper--cards-card:hover
  .florida-real-estate-digital-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-real-estate-digital-marketing-process__wrapper--cards-card:hover
  .florida-real-estate-digital-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-real-estate-digital-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-real-estate-digital-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-real-estate-digital-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-real-estate-digital-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-digital-marketing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-real-estate-digital-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-digital-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-real-estate-digital-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-digital-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-digital-marketing-toolsntech {
  padding: 60px 0;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .florida-real-estate-digital-marketing-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .florida-real-estate-digital-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-digital-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-real-estate-digital-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-real-estate-digital-marketing-voices .left-gradient-shadow,
.florida-real-estate-digital-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-real-estate-digital-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-real-estate-digital-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-real-estate-digital-marketing-voices__wrapper {
  overflow: hidden;
}
.florida-real-estate-digital-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-real-estate-digital-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-digital-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-real-estate-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-real-estate-digital-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-digital-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-web-development .florida-real-estate-digital-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .florida-real-estate-digital-marketing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-digital-marketing__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-real-estate-digital-marketing-faqs {
  padding: 60px 0;
}
.florida-real-estate-digital-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-digital-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-real-estate-digital-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-real-estate-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-real-estate-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-real-estate-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-real-estate-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-real-estate-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-real-estate-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-real-estate-digital-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-real-estate-digital-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-digital-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-real-estate-app-development-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-hero {
    padding-top: 130px;
  }
}
.florida-real-estate-app-development-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-real-estate-app-development-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-real-estate-app-development-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-real-estate-app-development-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-real-estate-app-development-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-real-estate-app-development-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-real-estate-app-development-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-real-estate-app-development-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-real-estate-app-development-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-real-estate-app-development-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-hero__wrapper--desc-card:nth-child(1),
  .florida-real-estate-app-development-hero__wrapper--desc-card:nth-child(2),
  .florida-real-estate-app-development-hero__wrapper--desc-card:nth-child(4),
  .florida-real-estate-app-development-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-real-estate-app-development-hero__wrapper--desc-card:nth-child(1),
  .florida-real-estate-app-development-hero__wrapper--desc-card:nth-child(2),
  .florida-real-estate-app-development-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-real-estate-app-development-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-real-estate-app-development-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-real-estate-app-development-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-app-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-real-estate-app-development-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-app-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-real-estate-app-development-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero__wrapper--img2 {
    display: none;
  }
}
.florida-real-estate-app-development-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-real-estate-app-development-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-brands {
    margin-top: 60px;
  }
}
.florida-real-estate-app-development-brands__wrapper {
  overflow: hidden;
}
.florida-real-estate-app-development-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-real-estate-app-development-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-app-development-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-app-development-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-real-estate-app-development-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-app-development-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-real-estate-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-real-estate-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-real-estate-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-real-estate-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-real-estate-app-development-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-real-estate-app-development-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-app-development-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-real-estate-app-developments {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-real-estate-app-developments__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-real-estate-app-developments__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments__header--heading {
    max-width: 80%;
  }
}
.florida-real-estate-app-developments__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-app-developments__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-app-developments__details {
    top: 220px;
  }
}
.florida-real-estate-app-developments__details {
  display: none;
}
.florida-real-estate-app-developments__details:first-of-type {
  display: block;
}
.florida-real-estate-app-developments__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-real-estate-app-developments__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-real-estate-app-developments__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-developments__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-real-estate-app-developments__details--heading {
  margin-bottom: 10px;
}
.florida-real-estate-app-developments__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-real-estate-app-developments__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-app-developments__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-developments__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-real-estate-app-developments__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-developments__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-real-estate-app-developments__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-real-estate-app-developments__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-real-estate-app-developments__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-real-estate-app-developments__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-real-estate-app-developments__slidesdiv #s-1 img {
  width: 40%;
}
.florida-real-estate-app-developments__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-real-estate-app-developments__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-real-estate-app-developments__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-real-estate-app-developments__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-real-estate-app-developments__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-real-estate-app-developments__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments__timeline {
    bottom: 15px;
  }
}
.florida-real-estate-app-developments__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-real-estate-app-developments__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-real-estate-app-developments__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-real-estate-app-developments__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-real-estate-app-developments__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-real-estate-app-developments__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-real-estate-app-developments-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments-mob {
    display: none;
  }
}
.florida-real-estate-app-developments-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-real-estate-app-developments-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-real-estate-app-developments-mob__header--heading span {
  color: #d1202d;
}
.florida-real-estate-app-developments-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments-mob__header--text {
    padding-right: 340px;
  }
}
.florida-real-estate-app-developments-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-real-estate-app-developments-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-real-estate-app-developments-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-real-estate-app-developments-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-real-estate-app-developments-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-real-estate-app-developments-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-developments-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-developments-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-developments-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-real-estate-app-developments-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-real-estate-app-developments-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-real-estate-app-developments-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-real-estate-app-developments-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-real-estate-app-developments-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-real-estate-app-developments-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-real-estate-app-developments-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-real-estate-app-developments-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-real-estate-app-development-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-real-estate-app-development-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-app-development-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-real-estate-app-development-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-app-development-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-app-development-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-real-estate-app-development-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-real-estate-app-development-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #2d0aae;
}
.florida-real-estate-app-development-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #cfc810;
}
.florida-real-estate-app-development-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-real-estate-app-development-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-real-estate-app-development-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-real-estate-app-development-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-app-development-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-app-development-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-app-development-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-app-development-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-app-development-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-growth {
    margin-top: 60px;
  }
}
.florida-real-estate-app-development-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-growth__wrapper {
    padding: 24px;
  }
}
.florida-real-estate-app-development-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-real-estate-app-development-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-real-estate-app-development-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-real-estate-app-development-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-real-estate-app-development-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-real-estate-app-development-casestudies {
  padding: 24px 0;
}
.florida-real-estate-app-development-casestudies__wrapper {
  overflow: hidden;
}
.florida-real-estate-app-development-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-app-development-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-DDWDVpY5.webp);
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-Dk2DpazT.webp);
  }
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/public/assets/img/location-pages/florida-real-estate-app-development/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-DJz7HoAn.webp);
  }
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #8f97ce, #00293a);
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #06b6d4, #002279);
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-real-estate-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-real-estate-app-development-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-app-development-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-real-estate-app-development-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-app-development-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-real-estate-app-development-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-app-development-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-app-development-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-app-development-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-real-estate-app-development-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-real-estate-app-development-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-real-estate-app-development-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-real-estate-app-development-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-real-estate-app-development-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-real-estate-app-development-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-real-estate-app-development-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-app-development-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-real-estate-app-development-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-real-estate-app-development-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-real-estate-app-development-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-real-estate-app-development-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-real-estate-app-development-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-app-development-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-app-development-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-app-development-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-real-estate-app-development-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-app-development-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-awards__wrapper {
    flex-direction: row;
  }
}
.florida-real-estate-app-development-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-real-estate-app-development-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-real-estate-app-development-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-app-development-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-real-estate-app-development-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-real-estate-app-development-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-real-estate-app-development-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-real-estate-app-development-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-real-estate-app-development-why-choose {
  background-image: url(/build/assets/why-choose-gb-BWdiMY5f.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-real-estate-app-development-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-app-development-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-real-estate-app-development-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-app-development-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-app-development-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-app-development-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-real-estate-app-development-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-real-estate-app-development-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-real-estate-app-development-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-real-estate-app-development-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-real-estate-app-development-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-app-development-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-app-development-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-app-development-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-app-development-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-app-development-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-real-estate-app-development-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-app-development-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-real-estate-app-development-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-app-development-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-app-development-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-app-development-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-real-estate-app-development-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-real-estate-app-development-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-real-estate-app-development-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-app-development-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-real-estate-app-development-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-app-development-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-real-estate-app-development-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-app-development-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-real-estate-app-development-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-real-estate-app-development-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-real-estate-app-development-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-real-estate-app-development-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-real-estate-app-development-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-real-estate-app-development-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-app-development-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-app-development-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-real-estate-app-development-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-app-development-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-app-development-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-real-estate-app-development-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-app-development-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-app-development-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-app-development-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-real-estate-app-development-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-real-estate-app-development-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-real-estate-app-development-process__wrapper--cards-card:hover
  .florida-real-estate-app-development-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-real-estate-app-development-process__wrapper--cards-card:hover
  .florida-real-estate-app-development-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-real-estate-app-development-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-real-estate-app-development-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-real-estate-app-development-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-real-estate-app-development-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-app-development-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-real-estate-app-development-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-app-development-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-real-estate-app-development-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-app-development-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-app-development-toolsntech {
  padding: 60px 0;
}
.florida-real-estate-app-development-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-real-estate-app-development-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-app-development-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-app-development-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-real-estate-app-development-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.florida-real-estate-app-development-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 24%;
  }
  .florida-real-estate-app-development-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .florida-real-estate-app-development-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.florida-real-estate-app-development-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.florida-real-estate-app-development-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-real-estate-app-development-toolsntech__wrapper--cards
  .hosting-cardwrap:hover,
.florida-real-estate-app-development-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-real-estate-app-development-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-app-development-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-real-estate-app-development-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-real-estate-app-development-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-real-estate-app-development-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-real-estate-app-development-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-app-development-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-app-development-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-app-development-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-real-estate-app-development-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-real-estate-app-development-voices .left-gradient-shadow,
.florida-real-estate-app-development-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-real-estate-app-development-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-real-estate-app-development-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-real-estate-app-development-voices__wrapper {
  overflow: hidden;
}
.florida-real-estate-app-development-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-real-estate-app-development-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-app-development-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-real-estate-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-real-estate-app-development-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-app-development-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-web-development .florida-real-estate-app-development {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .florida-real-estate-app-development__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-app-development__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-real-estate-app-development-faqs {
  padding: 60px 0;
}
.florida-real-estate-app-development-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-app-development-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-real-estate-app-development-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-real-estate-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-real-estate-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-real-estate-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-real-estate-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-real-estate-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-real-estate-app-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-real-estate-app-development-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-real-estate-app-development-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-app-development-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.florida-real-estate-seo-service-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-hero {
    padding-top: 130px;
  }
}
.florida-real-estate-seo-service-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.florida-real-estate-seo-service-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.florida-real-estate-seo-service-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.florida-real-estate-seo-service-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.florida-real-estate-seo-service-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-hero__wrapper--headings-img {
    width: 45%;
  }
}
.florida-real-estate-seo-service-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-hero__wrapper--desc {
    padding: 30px;
  }
}
.florida-real-estate-seo-service-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.florida-real-estate-seo-service-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.florida-real-estate-seo-service-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.florida-real-estate-seo-service-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-card:nth-child(1),
  .florida-real-estate-seo-service-hero__wrapper--desc-card:nth-child(2),
  .florida-real-estate-seo-service-hero__wrapper--desc-card:nth-child(4),
  .florida-real-estate-seo-service-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .florida-real-estate-seo-service-hero__wrapper--desc-card:nth-child(1),
  .florida-real-estate-seo-service-hero__wrapper--desc-card:nth-child(2),
  .florida-real-estate-seo-service-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .florida-real-estate-seo-service-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .florida-real-estate-seo-service-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.florida-real-estate-seo-service-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-real-estate-seo-service-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.florida-real-estate-seo-service-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero__wrapper--img2 {
    display: none;
  }
}
.florida-real-estate-seo-service-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-hero__wrapper--img2 img {
    display: none;
  }
}
.florida-real-estate-seo-service-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-brands {
    margin-top: 60px;
  }
}
.florida-real-estate-seo-service-brands__wrapper {
  overflow: hidden;
}
.florida-real-estate-seo-service-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.florida-real-estate-seo-service-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-seo-service-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-seo-service-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-real-estate-seo-service-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-seo-service-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-real-estate-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-real-estate-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.florida-real-estate-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.florida-real-estate-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.florida-real-estate-seo-service-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.florida-real-estate-seo-service-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-seo-service-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-real-estate-seo-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services {
    display: block;
    margin-bottom: 80px;
  }
}
.florida-real-estate-seo-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.florida-real-estate-seo-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services__header--heading {
    max-width: 80%;
  }
}
.florida-real-estate-seo-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-seo-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-seo-services__details {
    top: 220px;
  }
}
.florida-real-estate-seo-services__details {
  display: none;
}
.florida-real-estate-seo-services__details:first-of-type {
  display: block;
}
.florida-real-estate-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-real-estate-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.florida-real-estate-seo-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-real-estate-seo-services__details--heading {
  margin-bottom: 10px;
}
.florida-real-estate-seo-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.florida-real-estate-seo-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .florida-real-estate-seo-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .florida-real-estate-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .florida-real-estate-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.florida-real-estate-seo-services__slidesdiv {
  display: flex;
  width: 100%;
}
.florida-real-estate-seo-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.florida-real-estate-seo-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.florida-real-estate-seo-services__slidesdiv #s-1 img {
  width: 40%;
}
.florida-real-estate-seo-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.florida-real-estate-seo-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.florida-real-estate-seo-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.florida-real-estate-seo-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.florida-real-estate-seo-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.florida-real-estate-seo-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services__timeline {
    bottom: 15px;
  }
}
.florida-real-estate-seo-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.florida-real-estate-seo-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.florida-real-estate-seo-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-real-estate-seo-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .florida-real-estate-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .florida-real-estate-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.florida-real-estate-seo-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services-mob {
    display: none;
  }
}
.florida-real-estate-seo-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.florida-real-estate-seo-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.florida-real-estate-seo-services-mob__header--heading span {
  color: #d1202d;
}
.florida-real-estate-seo-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services-mob__header--text {
    padding-right: 340px;
  }
}
.florida-real-estate-seo-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.florida-real-estate-seo-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-real-estate-seo-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.florida-real-estate-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.florida-real-estate-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.florida-real-estate-seo-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.florida-real-estate-seo-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.florida-real-estate-seo-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.florida-real-estate-seo-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.florida-real-estate-seo-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.florida-real-estate-seo-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.florida-real-estate-seo-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.florida-real-estate-seo-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.florida-real-estate-seo-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.florida-real-estate-seo-service-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.florida-real-estate-seo-service-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-seo-service-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-real-estate-seo-service-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-seo-service-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-seo-service-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.florida-real-estate-seo-service-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.florida-real-estate-seo-service-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #2d0aae;
}
.florida-real-estate-seo-service-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #cfc810;
}
.florida-real-estate-seo-service-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.florida-real-estate-seo-service-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-real-estate-seo-service-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-real-estate-seo-service-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-seo-service-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-seo-service-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-seo-service-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-seo-service-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-seo-service-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-growth {
    margin-top: 60px;
  }
}
.florida-real-estate-seo-service-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-growth__wrapper {
    padding: 24px;
  }
}
.florida-real-estate-seo-service-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.florida-real-estate-seo-service-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.florida-real-estate-seo-service-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-real-estate-seo-service-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.florida-real-estate-seo-service-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.florida-real-estate-seo-service-casestudies {
  padding: 24px 0;
}
.florida-real-estate-seo-service-casestudies__wrapper {
  overflow: hidden;
}
.florida-real-estate-seo-service-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-seo-service-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CLSwDzRW.webp);
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-OXnjwxYe.webp);
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-1lFhjZmQ.webp);
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-CekdJUP1.webp);
  }
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #2e7fff, #00d98c);
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #1abc9c, #d4af37);
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.florida-real-estate-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.florida-real-estate-seo-service-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-seo-service-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.florida-real-estate-seo-service-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-seo-service-history__wrapper--txts {
  margin-bottom: 32px;
}
.florida-real-estate-seo-service-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-seo-service-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-seo-service-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-seo-service-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.florida-real-estate-seo-service-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.florida-real-estate-seo-service-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .florida-real-estate-seo-service-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .florida-real-estate-seo-service-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-history__wrapper--cards-card {
    padding: 24px;
  }
}
.florida-real-estate-seo-service-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.florida-real-estate-seo-service-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-real-estate-seo-service-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-seo-service-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.florida-real-estate-seo-service-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.florida-real-estate-seo-service-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.florida-real-estate-seo-service-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.florida-real-estate-seo-service-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.florida-real-estate-seo-service-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-seo-service-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-seo-service-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-seo-service-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.florida-real-estate-seo-service-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-seo-service-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-awards__wrapper {
    flex-direction: row;
  }
}
.florida-real-estate-seo-service-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-awards__wrapper--col1 {
    width: 50%;
  }
}
.florida-real-estate-seo-service-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-real-estate-seo-service-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-seo-service-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.florida-real-estate-seo-service-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.florida-real-estate-seo-service-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-awards__wrapper--col2-award {
    width: 30%;
  }
}
.florida-real-estate-seo-service-awards__wrapper--col2-award img {
  width: 100%;
}
.florida-real-estate-seo-service-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.florida-real-estate-seo-service-why-choose {
  background-image: url(/build/assets/why-choose-gb-DrUL3Qre.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.florida-real-estate-seo-service-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-seo-service-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.florida-real-estate-seo-service-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-seo-service-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-seo-service-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-seo-service-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.florida-real-estate-seo-service-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.florida-real-estate-seo-service-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.florida-real-estate-seo-service-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.florida-real-estate-seo-service-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.florida-real-estate-seo-service-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-seo-service-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-seo-service-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-seo-service-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-seo-service-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-seo-service-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.florida-real-estate-seo-service-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-seo-service-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-real-estate-seo-service-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-seo-service-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-seo-service-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-seo-service-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.florida-real-estate-seo-service-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.florida-real-estate-seo-service-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.florida-real-estate-seo-service-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-seo-service-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.florida-real-estate-seo-service-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-seo-service-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.florida-real-estate-seo-service-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.florida-real-estate-seo-service-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.florida-real-estate-seo-service-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.florida-real-estate-seo-service-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.florida-real-estate-seo-service-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.florida-real-estate-seo-service-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.florida-real-estate-seo-service-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.florida-real-estate-seo-service-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.florida-real-estate-seo-service-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-seo-service-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.florida-real-estate-seo-service-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.florida-real-estate-seo-service-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.florida-real-estate-seo-service-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.florida-real-estate-seo-service-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.florida-real-estate-seo-service-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-seo-service-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-seo-service-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.florida-real-estate-seo-service-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.florida-real-estate-seo-service-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.florida-real-estate-seo-service-process__wrapper--cards-card:hover
  .florida-real-estate-seo-service-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.florida-real-estate-seo-service-process__wrapper--cards-card:hover
  .florida-real-estate-seo-service-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.florida-real-estate-seo-service-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.florida-real-estate-seo-service-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.florida-real-estate-seo-service-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.florida-real-estate-seo-service-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.florida-real-estate-seo-service-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.florida-real-estate-seo-service-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.florida-real-estate-seo-service-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.florida-real-estate-seo-service-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-seo-service-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.florida-real-estate-seo-service-toolsntech {
  padding: 60px 0;
}
.florida-real-estate-seo-service-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.florida-real-estate-seo-service-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-seo-service-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-seo-service-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .florida-real-estate-seo-service-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .florida-real-estate-seo-service-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .florida-real-estate-seo-service-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.florida-real-estate-seo-service-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.florida-real-estate-seo-service-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.florida-real-estate-seo-service-voices .left-gradient-shadow,
.florida-real-estate-seo-service-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.florida-real-estate-seo-service-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.florida-real-estate-seo-service-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.florida-real-estate-seo-service-voices__wrapper {
  overflow: hidden;
}
.florida-real-estate-seo-service-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.florida-real-estate-seo-service-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.florida-real-estate-seo-service-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.florida-real-estate-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.florida-real-estate-seo-service-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.florida-real-estate-seo-service-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-web-development .florida-real-estate-seo-service {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .florida-real-estate-seo-service__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .florida-real-estate-seo-service__wrapper
    .mobile-cta {
    display: none;
  }
}
.florida-real-estate-seo-service-faqs {
  padding: 60px 0;
}
.florida-real-estate-seo-service-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.florida-real-estate-seo-service-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.florida-real-estate-seo-service-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .florida-real-estate-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .florida-real-estate-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .florida-real-estate-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .florida-real-estate-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .florida-real-estate-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.florida-real-estate-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.florida-real-estate-seo-service-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.florida-real-estate-seo-service-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .florida-real-estate-seo-service-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-quality-assurance-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-quality-assurance-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-quality-assurance-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-quality-assurance-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-quality-assurance-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-quality-assurance-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-quality-assurance-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-quality-assurance-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-quality-assurance-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-quality-assurance-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-quality-assurance-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-quality-assurance-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-quality-assurance-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-quality-assurance-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-quality-assurance-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-quality-assurance-services__header--heading-link {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.texas-ecommerce-quality-assurance-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-quality-assurance-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-quality-assurance-services__details {
    top: 220px;
  }
}
.texas-ecommerce-quality-assurance-services__details {
  display: none;
}
.texas-ecommerce-quality-assurance-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-quality-assurance-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-quality-assurance-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-quality-assurance-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-quality-assurance-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-quality-assurance-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-quality-assurance-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-quality-assurance-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-quality-assurance-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-quality-assurance-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 165px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services__slidesdiv--slide-img {
    bottom: 90px;
  }
}
.texas-ecommerce-quality-assurance-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-quality-assurance-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-quality-assurance-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-quality-assurance-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-quality-assurance-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-quality-assurance-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-quality-assurance-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-quality-assurance-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-quality-assurance-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-quality-assurance-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-quality-assurance-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-quality-assurance-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-quality-assurance-services-mob {
  width: 100%;
  margin: 50px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services-mob {
    display: none;
  }
}
.texas-ecommerce-quality-assurance-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-quality-assurance-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-quality-assurance-services-mob__header--heading span {
  color: #d1202d;
}
.texas-ecommerce-quality-assurance-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-quality-assurance-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-quality-assurance-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #d12b39;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #28a745;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-card:nth-child(
    3
  ):hover {
  border-color: #e0be36;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-quality-assurance-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-quality-assurance-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-growth {
    margin-top: 60px;
  }
}
.texas-ecommerce-quality-assurance-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-growth__wrapper {
    padding: 24px;
  }
}
.texas-ecommerce-quality-assurance-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-quality-assurance-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-quality-assurance-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-quality-assurance-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-quality-assurance-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-quality-assurance-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-lKxdgvnu.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-BKRGeC4K.webp);
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-Cqb2aw58.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-Ci6M8Dd5.webp);
  }
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #eb0360, #f48fbe);
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #45c29f, #5fce86);
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-quality-assurance-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-ecommerce-quality-assurance-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-quality-assurance-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-quality-assurance-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-quality-assurance-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-quality-assurance-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-ecommerce-quality-assurance-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-quality-assurance-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-quality-assurance-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-quality-assurance-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-quality-assurance-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-quality-assurance-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-quality-assurance-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-quality-assurance-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-quality-assurance-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-quality-assurance-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-quality-assurance-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-quality-assurance-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-quality-assurance-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-quality-assurance-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-quality-assurance-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-quality-assurance-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-quality-assurance-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-quality-assurance-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-quality-assurance-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-quality-assurance-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-quality-assurance-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-quality-assurance-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-quality-assurance-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-quality-assurance-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-quality-assurance-why-choose {
  background-image: url(/build/assets/why-choose-gb-MscN9hFK.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-quality-assurance-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-quality-assurance-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-quality-assurance-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-quality-assurance-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-quality-assurance-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-quality-assurance-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-quality-assurance-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-quality-assurance-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-quality-assurance-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-quality-assurance-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.texas-ecommerce-quality-assurance-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-quality-assurance-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-quality-assurance-process__wrapper--cards-card:hover
  .texas-ecommerce-quality-assurance-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-quality-assurance-process__wrapper--cards-card:hover
  .texas-ecommerce-quality-assurance-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-quality-assurance-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-quality-assurance-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-quality-assurance-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-quality-assurance-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-quality-assurance-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.texas-ecommerce-quality-assurance-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-quality-assurance-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-quality-assurance-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-quality-assurance-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-quality-assurance-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
    width: 49%;
    flex-wrap: wrap;
  }
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-quality-assurance-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-quality-assurance-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-quality-assurance-voices .left-gradient-shadow,
.texas-ecommerce-quality-assurance-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-quality-assurance-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-quality-assurance-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-quality-assurance-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-quality-assurance-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-quality-assurance-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-quality-assurance-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-quality-assurance-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-quality-assurance-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-florida-quality .texas-ecommerce-quality-assurance {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-quality .texas-ecommerce-quality-assurance__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .texas-ecommerce-quality-assurance__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-quality .texas-ecommerce-quality-assurance__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .texas-ecommerce-quality-assurance__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .texas-ecommerce-quality-assurance__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-quality
    .texas-ecommerce-quality-assurance__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .texas-ecommerce-quality-assurance__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .texas-ecommerce-quality-assurance__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .texas-ecommerce-quality-assurance__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .texas-ecommerce-quality-assurance__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .texas-ecommerce-quality-assurance__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-quality
    .texas-ecommerce-quality-assurance__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-quality
  .texas-ecommerce-quality-assurance__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .texas-ecommerce-quality-assurance__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-quality-assurance-faqs {
  padding: 60px 0;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-quality-assurance-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-quality-assurance-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-quality-assurance-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-website-design-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-website-design-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-website-design-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-website-design-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-website-design-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-website-design-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 100px;
    right: 30px;
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
  }
}
.texas-ecommerce-website-design-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-website-design-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-website-design-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-website-design-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-website-design-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-website-design-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-website-design-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-website-design-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-website-design-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-website-design-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-website-design-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-website-design-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-website-design-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-website-design-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-website-design-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-website-design-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-website-design-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-website-design-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-website-design-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-website-design-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-website-design-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-website-design-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-website-design-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-website-design-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-website-design-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-website-design-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-website-design-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-website-design-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-website-design-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-website-design-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-website-design-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-website-design-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-website-design-services__details {
    top: 220px;
  }
}
.texas-ecommerce-website-design-services__details {
  display: none;
}
.texas-ecommerce-website-design-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-website-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-website-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-website-design-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-website-design-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-website-design-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-website-design-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-website-design-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-website-design-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-website-design-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.texas-ecommerce-website-design-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-website-design-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-website-design-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-website-design-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-website-design-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-website-design-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-website-design-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-website-design-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-website-design-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-website-design-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-website-design-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-website-design-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-website-design-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services-mob {
    display: none;
  }
}
.texas-ecommerce-website-design-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-website-design-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-website-design-services-mob__header--heading span {
  color: #d1202d;
}
.texas-ecommerce-website-design-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-website-design-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-website-design-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-website-design-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-website-design-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-website-design-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-website-design-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-website-design-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-website-design-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-website-design-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-website-design-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-website-design-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-website-design-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-website-design-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-website-design-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-website-design-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-website-design-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-website-design-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-website-design-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-website-design-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #28a745;
}
.texas-ecommerce-website-design-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #fdbb5f;
}
.texas-ecommerce-website-design-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-website-design-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
}
.texas-ecommerce-website-design-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-website-design-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-website-design-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-website-design-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-website-design-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-website-design-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-website-design-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.texas-ecommerce-website-design-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
.texas-ecommerce-website-design-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-website-design-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-website-design-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-website-design-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-website-design-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-website-design-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-website-design-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-website-design-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-website-design-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-website-design/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-website-design/case-study-img1.webp);
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-website-design/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-website-design/case-study-img2.webp);
  }
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #f96e3b, #330e00);
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #06b6d4, #002279);
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-website-design-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-website-design-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-ecommerce-website-design-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-website-design-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-website-design-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-website-design-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-website-design-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-website-design-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-website-design-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-ecommerce-website-design-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-website-design-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-website-design-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-website-design-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-website-design-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-website-design-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-website-design-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-website-design-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-website-design-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-website-design-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-website-design-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-website-design-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-website-design-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-website-design-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-website-design-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-website-design-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-website-design-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-website-design-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-website-design-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-website-design-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-website-design-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-website-design-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-website-design-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-website-design-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-website-design-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-website-design-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-website-design/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-website-design-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-website-design-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-website-design-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-website-design-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-website-design-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-website-design-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-website-design-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-website-design-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-website-design-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-website-design-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-website-design-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-website-design-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-website-design-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-website-design-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-website-design-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-website-design-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-website-design-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-website-design-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-website-design-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-website-design-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-website-design-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-website-design-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-website-design-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-website-design-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-website-design-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-website-design-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-website-design-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-website-design-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-website-design-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-website-design-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-website-design-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-ecommerce-website-design-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-website-design-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-ecommerce-website-design-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-website-design-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-website-design-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-website-design-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-website-design-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-website-design-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-website-design-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-website-design-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-website-design-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-website-design-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-website-design-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-website-design-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-process__wrapper--cards {
    justify-content: center;
  }
}
.texas-ecommerce-website-design-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-website-design-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-website-design-process__wrapper--cards-card:hover
  .texas-ecommerce-website-design-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-website-design-process__wrapper--cards-card:hover
  .texas-ecommerce-website-design-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-website-design-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-website-design-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-website-design-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-website-design-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-website-design-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.texas-ecommerce-website-design-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-website-design-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-website-design-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-website-design-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-website-design-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-website-design-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-website-design-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-website-design-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-website-design-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .texas-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-website-design-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-website-design-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-website-design-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-website-design-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-website-design-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-website-design-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-website-design-voices .left-gradient-shadow,
.texas-ecommerce-website-design-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-website-design-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-website-design-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-website-design-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-website-design-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-website-design-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-website-design-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-website-design-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-website-design-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-texas-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-texas-quality .texas-ecommerce-website-design {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-texas-quality .texas-ecommerce-website-design__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-texas-quality .texas-ecommerce-website-design__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-texas-quality .texas-ecommerce-website-design__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-texas-quality .texas-ecommerce-website-design__wrapper--txts {
    width: 35%;
  }
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-texas-quality
    .texas-ecommerce-website-design__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-texas-quality
    .texas-ecommerce-website-design__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-texas-quality .texas-ecommerce-website-design__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-texas-quality
    .texas-ecommerce-website-design__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-texas-quality
    .texas-ecommerce-website-design__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-texas-quality .texas-ecommerce-website-design__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-texas-quality
    .texas-ecommerce-website-design__wrapper--animation {
    width: 60%;
  }
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-texas-quality
    .texas-ecommerce-website-design__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-texas-quality
    .texas-ecommerce-website-design__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-texas-quality
    .texas-ecommerce-website-design__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-texas-quality
  .texas-ecommerce-website-design__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-texas-quality
    .texas-ecommerce-website-design__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-website-design-faqs {
  padding: 60px 0;
}
.texas-ecommerce-website-design-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-website-design-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-website-design-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-website-design-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-website-design-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-website-design-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-web-development-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.texas-ecommerce-web-development-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CvM0IR5S.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-B06HgjSO.webp);
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-B0iF_fGz.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-BsSYGIyn.webp);
  }
}
.texas-ecommerce-web-development-why-choose {
  background-image: url(/build/assets/why-choose-gb-Dbd3owdB.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-web-development-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-web-development-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
.pin-section-texas-ecommerce-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-ux-design-partner-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.texas-ecommerce-ux-design-partner-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-BWMhkuJ3.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-CoNgJ2Bj.webp);
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-DROgfb09.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-C5KywpPl.webp);
  }
}
.texas-ecommerce-ux-design-partner-why-choose {
  background-image: url(/build/assets/why-choose-gb-oypjzGLS.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-ux-design-partner-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-ux-design-partner-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
.pin-section-ux-design {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-ux-design-partner-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-ux-design-partner-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-ux-design-partner-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--headings-img {
    width: 45%;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(
    5
  ) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(
    3
  ) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(
    4
  ) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(
    3
  ) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-ux-design-partner-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-ux-design-partner-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-ux-design-partner-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-ux-design-partner-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-ux-design-partner-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-ux-design-partner-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-ux-design-partner-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-ux-design-partner-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-ux-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-ux-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-ux-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-ux-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-ux-design-partner-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-ux-design-partner-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-ux-design-partner-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-ux-design-partner-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-ux-design-partner-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-ux-design-partner-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services__header--heading {
    max-width: 80%;
  }
}
.california-ecommerce-ux-design-partner-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-ux-design-partner-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-ux-design-partner-services__details {
    top: 220px;
  }
}
.california-ecommerce-ux-design-partner-services__details {
  display: none;
}
.california-ecommerce-ux-design-partner-services__details:first-of-type {
  display: block;
}
.california-ecommerce-ux-design-partner-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-ux-design-partner-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-ux-design-partner-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-ux-design-partner-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-ux-design-partner-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-ux-design-partner-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-ux-design-partner-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-ux-design-partner-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-ux-design-partner-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-ux-design-partner-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-ux-design-partner-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-ecommerce-ux-design-partner-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-ux-design-partner-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-ux-design-partner-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-ux-design-partner-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-ux-design-partner-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-ux-design-partner-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-ux-design-partner-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-ux-design-partner-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-ux-design-partner-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-ux-design-partner-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-ux-design-partner-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-ux-design-partner-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-ux-design-partner-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services-mob {
    display: none;
  }
}
.california-ecommerce-ux-design-partner-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-ux-design-partner-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-ux-design-partner-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-ux-design-partner-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-ux-design-partner-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-ux-design-partner-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #d63f7f;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #0f2db5;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card:nth-child(
    3
  ):hover {
  border-color: #28a745;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card:nth-child(
    4
  ):hover {
  border-color: #d4881e;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-ux-design-partner-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-ux-design-partner-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-growth {
    margin-top: 60px;
  }
}
.california-ecommerce-ux-design-partner-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-growth__wrapper {
    padding: 24px;
  }
}
.california-ecommerce-ux-design-partner-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-ux-design-partner-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-ux-design-partner-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-ux-design-partner-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-ux-design-partner-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-ux-design-partner-casestudies {
  padding: 24px 0;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--txts
  .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-BWMhkuJ3.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-CoNgJ2Bj.webp);
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-DROgfb09.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-C5KywpPl.webp);
  }
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #c76c00, #7b8b03);
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #5993ff, #00293a);
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-ux-design-partner-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-ux-design-partner-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-ux-design-partner-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-ux-design-partner-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-ux-design-partner-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-ux-design-partner-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-ux-design-partner-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-ux-design-partner-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-ux-design-partner-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-ux-design-partner-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-ux-design-partner-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-ux-design-partner-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-ux-design-partner-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-ux-design-partner-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: no-wrap;
  }
}
.california-ecommerce-ux-design-partner-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-ux-design-partner-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-ux-design-partner-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-ux-design-partner-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-ux-design-partner-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-ux-design-partner-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-ux-design-partner-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-ux-design-partner-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-ux-design-partner-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-ux-design-partner-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-ux-design-partner-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-ux-design-partner-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-ux-design-partner-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-ux-design-partner-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-ux-design-partner-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-ux-design-partner-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-ux-design-partner-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-ux-design-partner/why-choode-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-ux-design-partner-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-ux-design-partner-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-ux-design-partner-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-ux-design-partner-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-ux-design-partner-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-ux-design-partner-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-ux-design-partner-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-ux-design-partner-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-ux-design-partner-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-ux-design-partner-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-ux-design-partner-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-ux-design-partner-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-ux-design-partner-process__wrapper--cards-card:hover
  .california-ecommerce-ux-design-partner-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-ux-design-partner-process__wrapper--cards-card:hover
  .california-ecommerce-ux-design-partner-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-ux-design-partner-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-ux-design-partner-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-ux-design-partner-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-ux-design-partner-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-ux-design-partner-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-ux-design-partner-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-ux-design-partner-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-ux-design-partner-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-ux-design-partner-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-ux-design-partner-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatePeach 3s linear infinite;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-ux-design-partner-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-toolsntech__wrapper--cta
    .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-ecommerce-ux-design-partner-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-ux-design-partner-voices .left-gradient-shadow,
.california-ecommerce-ux-design-partner-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-ux-design-partner-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-ux-design-partner-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-ux-design-partner-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-ux-design-partner-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-ux-design-partner-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-ux-design-partner-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-ux-design-partner-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-ux-design-partner-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner {
    background-position: center center;
  }
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper--txts {
    width: 35%;
  }
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper--animation {
    width: 60%;
  }
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-sectioncalifornia-ecommerce-ux-design-partner
  .california-ecommerce-ux-design-partner__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-sectioncalifornia-ecommerce-ux-design-partner
    .california-ecommerce-ux-design-partner__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-ux-design-partner-faqs {
  padding: 60px 0;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-ux-design-partner-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-ux-design-partner-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-ux-design-partner-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-ecommerce-email-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-email-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-email-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-email-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-email-marketing-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-email-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-email-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-email-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-email-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-email-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-email-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-email-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-email-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-email-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-email-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-email-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services__header--heading {
    max-width: 80%;
  }
}
.california-ecommerce-email-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-email-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-email-marketing-services__details {
    top: 220px;
  }
}
.california-ecommerce-email-marketing-services__details {
  display: none;
}
.california-ecommerce-email-marketing-services__details:first-of-type {
  display: block;
}
.california-ecommerce-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-email-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-email-marketing-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-email-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-email-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-email-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-email-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-email-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 165px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-ecommerce-email-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-email-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-email-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-email-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-email-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-email-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-email-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-email-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-email-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-email-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-email-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-email-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-email-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services-mob {
    display: none;
  }
}
.california-ecommerce-email-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-email-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-email-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-email-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-email-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-email-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-email-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-email-marketing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-email-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-email-marketing-growth-impact__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #d4881e;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #11b946;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-email-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-email-marketing-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.california-ecommerce-email-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
.california-ecommerce-email-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-email-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-email-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-email-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-email-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-email-marketing-casestudies {
  padding: 24px 0;
}
.california-ecommerce-email-marketing-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-email-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-email-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-email-marketing/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-email-marketing/case-study-img1.webp);
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-email-marketing/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-email-marketing/case-study-img2.webp);
  }
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(106.24deg, #c76c00 4.31%, #7b8b03 98.12%);
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(105.14deg, #5993ff -30.82%, #0d3ec6 160.87%);
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-email-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-email-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-email-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-email-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-email-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-email-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-email-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-email-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-email-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-email-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-email-marketing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-email-marketing-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-email-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-email-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-email-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-email-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-email-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-ecommerce-email-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-email-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-email-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-email-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-email-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-email-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-email-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-email-marketing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-email-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-email-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-email-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-email-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-email-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-email-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-email-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-email-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-email-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-email-marketing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-email-marketing/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-email-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-email-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-email-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-email-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-email-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-email-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}
.california-ecommerce-email-marketing-why-choose__wrapper--cards:has(
  > .california-ecommerce-email-marketing-why-choose__wrapper--cards-card:hover
) {
  align-items: flex-start;
}
.california-ecommerce-email-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-email-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-email-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-email-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-email-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-email-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-email-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-email-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-email-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-email-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-email-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-email-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-email-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-email-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-email-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-email-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-email-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-email-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-email-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-email-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-email-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-email-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-email-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-email-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-ecommerce-email-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-ecommerce-email-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-ecommerce-email-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-email-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-email-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-email-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-email-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-email-marketing-process {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/process-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-email-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-email-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-email-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-email-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-email-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-email-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-process__wrapper--cards {
    justify-content: space-between;
  }
}
.california-ecommerce-email-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-email-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-email-marketing-process__wrapper--cards-card:hover
  .california-ecommerce-email-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-email-marketing-process__wrapper--cards-card:hover
  .california-ecommerce-email-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-email-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-email-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-email-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-email-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-email-marketing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-email-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-email-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-email-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-email-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-email-marketing-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-email-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap {
    width: 49%;
    flex-wrap: wrap;
  }
  .california-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotateemaildesign 3s linear infinite;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotateautomation2 3s linear infinite;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-email-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
@keyframes gradientRotateemaildesign {
  0% {
    background: linear-gradient(0deg, #ffede4, #ffdcc5);
  }
  1% {
    background: linear-gradient(3.6deg, #ffede4, #ffdcc5);
  }
  2% {
    background: linear-gradient(7.2deg, #ffede4, #ffdcc5);
  }
  3% {
    background: linear-gradient(10.8deg, #ffede4, #ffdcc5);
  }
  4% {
    background: linear-gradient(14.4deg, #ffede4, #ffdcc5);
  }
  5% {
    background: linear-gradient(18deg, #ffede4, #ffdcc5);
  }
  6% {
    background: linear-gradient(21.6deg, #ffede4, #ffdcc5);
  }
  7% {
    background: linear-gradient(25.2deg, #ffede4, #ffdcc5);
  }
  8% {
    background: linear-gradient(28.8deg, #ffede4, #ffdcc5);
  }
  9% {
    background: linear-gradient(32.4deg, #ffede4, #ffdcc5);
  }
  10% {
    background: linear-gradient(36deg, #ffede4, #ffdcc5);
  }
  11% {
    background: linear-gradient(39.6deg, #ffede4, #ffdcc5);
  }
  12% {
    background: linear-gradient(43.2deg, #ffede4, #ffdcc5);
  }
  13% {
    background: linear-gradient(46.8deg, #ffede4, #ffdcc5);
  }
  14% {
    background: linear-gradient(50.4deg, #ffede4, #ffdcc5);
  }
  15% {
    background: linear-gradient(54deg, #ffede4, #ffdcc5);
  }
  16% {
    background: linear-gradient(57.6deg, #ffede4, #ffdcc5);
  }
  17% {
    background: linear-gradient(61.2deg, #ffede4, #ffdcc5);
  }
  18% {
    background: linear-gradient(64.8deg, #ffede4, #ffdcc5);
  }
  19% {
    background: linear-gradient(68.4deg, #ffede4, #ffdcc5);
  }
  20% {
    background: linear-gradient(72deg, #ffede4, #ffdcc5);
  }
  21% {
    background: linear-gradient(75.6deg, #ffede4, #ffdcc5);
  }
  22% {
    background: linear-gradient(79.2deg, #ffede4, #ffdcc5);
  }
  23% {
    background: linear-gradient(82.8deg, #ffede4, #ffdcc5);
  }
  24% {
    background: linear-gradient(86.4deg, #ffede4, #ffdcc5);
  }
  25% {
    background: linear-gradient(90deg, #ffede4, #ffdcc5);
  }
  26% {
    background: linear-gradient(93.6deg, #ffede4, #ffdcc5);
  }
  27% {
    background: linear-gradient(97.2deg, #ffede4, #ffdcc5);
  }
  28% {
    background: linear-gradient(100.8deg, #ffede4, #ffdcc5);
  }
  29% {
    background: linear-gradient(104.4deg, #ffede4, #ffdcc5);
  }
  30% {
    background: linear-gradient(108deg, #ffede4, #ffdcc5);
  }
  31% {
    background: linear-gradient(111.6deg, #ffede4, #ffdcc5);
  }
  32% {
    background: linear-gradient(115.2deg, #ffede4, #ffdcc5);
  }
  33% {
    background: linear-gradient(118.8deg, #ffede4, #ffdcc5);
  }
  34% {
    background: linear-gradient(122.4deg, #ffede4, #ffdcc5);
  }
  35% {
    background: linear-gradient(126deg, #ffede4, #ffdcc5);
  }
  36% {
    background: linear-gradient(129.6deg, #ffede4, #ffdcc5);
  }
  37% {
    background: linear-gradient(133.2deg, #ffede4, #ffdcc5);
  }
  38% {
    background: linear-gradient(136.8deg, #ffede4, #ffdcc5);
  }
  39% {
    background: linear-gradient(140.4deg, #ffede4, #ffdcc5);
  }
  40% {
    background: linear-gradient(144deg, #ffede4, #ffdcc5);
  }
  41% {
    background: linear-gradient(147.6deg, #ffede4, #ffdcc5);
  }
  42% {
    background: linear-gradient(151.2deg, #ffede4, #ffdcc5);
  }
  43% {
    background: linear-gradient(154.8deg, #ffede4, #ffdcc5);
  }
  44% {
    background: linear-gradient(158.4deg, #ffede4, #ffdcc5);
  }
  45% {
    background: linear-gradient(162deg, #ffede4, #ffdcc5);
  }
  46% {
    background: linear-gradient(165.6deg, #ffede4, #ffdcc5);
  }
  47% {
    background: linear-gradient(169.2deg, #ffede4, #ffdcc5);
  }
  48% {
    background: linear-gradient(172.8deg, #ffede4, #ffdcc5);
  }
  49% {
    background: linear-gradient(176.4deg, #ffede4, #ffdcc5);
  }
  50% {
    background: linear-gradient(180deg, #ffede4, #ffdcc5);
  }
  51% {
    background: linear-gradient(183.6deg, #ffede4, #ffdcc5);
  }
  52% {
    background: linear-gradient(187.2deg, #ffede4, #ffdcc5);
  }
  53% {
    background: linear-gradient(190.8deg, #ffede4, #ffdcc5);
  }
  54% {
    background: linear-gradient(194.4deg, #ffede4, #ffdcc5);
  }
  55% {
    background: linear-gradient(198deg, #ffede4, #ffdcc5);
  }
  56% {
    background: linear-gradient(201.6deg, #ffede4, #ffdcc5);
  }
  57% {
    background: linear-gradient(205.2deg, #ffede4, #ffdcc5);
  }
  58% {
    background: linear-gradient(208.8deg, #ffede4, #ffdcc5);
  }
  59% {
    background: linear-gradient(212.4deg, #ffede4, #ffdcc5);
  }
  60% {
    background: linear-gradient(216deg, #ffede4, #ffdcc5);
  }
  61% {
    background: linear-gradient(219.6deg, #ffede4, #ffdcc5);
  }
  62% {
    background: linear-gradient(223.2deg, #ffede4, #ffdcc5);
  }
  63% {
    background: linear-gradient(226.8deg, #ffede4, #ffdcc5);
  }
  64% {
    background: linear-gradient(230.4deg, #ffede4, #ffdcc5);
  }
  65% {
    background: linear-gradient(234deg, #ffede4, #ffdcc5);
  }
  66% {
    background: linear-gradient(237.6deg, #ffede4, #ffdcc5);
  }
  67% {
    background: linear-gradient(241.2deg, #ffede4, #ffdcc5);
  }
  68% {
    background: linear-gradient(244.8deg, #ffede4, #ffdcc5);
  }
  69% {
    background: linear-gradient(248.4deg, #ffede4, #ffdcc5);
  }
  70% {
    background: linear-gradient(252deg, #ffede4, #ffdcc5);
  }
  71% {
    background: linear-gradient(255.6deg, #ffede4, #ffdcc5);
  }
  72% {
    background: linear-gradient(259.2deg, #ffede4, #ffdcc5);
  }
  73% {
    background: linear-gradient(262.8deg, #ffede4, #ffdcc5);
  }
  74% {
    background: linear-gradient(266.4deg, #ffede4, #ffdcc5);
  }
  75% {
    background: linear-gradient(270deg, #ffede4, #ffdcc5);
  }
  76% {
    background: linear-gradient(273.6deg, #ffede4, #ffdcc5);
  }
  77% {
    background: linear-gradient(277.2deg, #ffede4, #ffdcc5);
  }
  78% {
    background: linear-gradient(280.8deg, #ffede4, #ffdcc5);
  }
  79% {
    background: linear-gradient(284.4deg, #ffede4, #ffdcc5);
  }
  80% {
    background: linear-gradient(288deg, #ffede4, #ffdcc5);
  }
  81% {
    background: linear-gradient(291.6deg, #ffede4, #ffdcc5);
  }
  82% {
    background: linear-gradient(295.2deg, #ffede4, #ffdcc5);
  }
  83% {
    background: linear-gradient(298.8deg, #ffede4, #ffdcc5);
  }
  84% {
    background: linear-gradient(302.4deg, #ffede4, #ffdcc5);
  }
  85% {
    background: linear-gradient(306deg, #ffede4, #ffdcc5);
  }
  86% {
    background: linear-gradient(309.6deg, #ffede4, #ffdcc5);
  }
  87% {
    background: linear-gradient(313.2deg, #ffede4, #ffdcc5);
  }
  88% {
    background: linear-gradient(316.8deg, #ffede4, #ffdcc5);
  }
  89% {
    background: linear-gradient(320.4deg, #ffede4, #ffdcc5);
  }
  90% {
    background: linear-gradient(324deg, #ffede4, #ffdcc5);
  }
  91% {
    background: linear-gradient(327.6deg, #ffede4, #ffdcc5);
  }
  92% {
    background: linear-gradient(331.2deg, #ffede4, #ffdcc5);
  }
  93% {
    background: linear-gradient(334.8deg, #ffede4, #ffdcc5);
  }
  94% {
    background: linear-gradient(338.4deg, #ffede4, #ffdcc5);
  }
  95% {
    background: linear-gradient(342deg, #ffede4, #ffdcc5);
  }
  96% {
    background: linear-gradient(345.6deg, #ffede4, #ffdcc5);
  }
  97% {
    background: linear-gradient(349.2deg, #ffede4, #ffdcc5);
  }
  98% {
    background: linear-gradient(352.8deg, #ffede4, #ffdcc5);
  }
  99% {
    background: linear-gradient(356.4deg, #ffede4, #ffdcc5);
  }
  to {
    background: linear-gradient(360deg, #ffede4, #ffdcc5);
  }
}
@keyframes gradientRotateautomation2 {
  0% {
    background: linear-gradient(0deg, #e4f8ff, #c5f0ff);
  }
  1% {
    background: linear-gradient(3.6deg, #e4f8ff, #c5f0ff);
  }
  2% {
    background: linear-gradient(7.2deg, #e4f8ff, #c5f0ff);
  }
  3% {
    background: linear-gradient(10.8deg, #e4f8ff, #c5f0ff);
  }
  4% {
    background: linear-gradient(14.4deg, #e4f8ff, #c5f0ff);
  }
  5% {
    background: linear-gradient(18deg, #e4f8ff, #c5f0ff);
  }
  6% {
    background: linear-gradient(21.6deg, #e4f8ff, #c5f0ff);
  }
  7% {
    background: linear-gradient(25.2deg, #e4f8ff, #c5f0ff);
  }
  8% {
    background: linear-gradient(28.8deg, #e4f8ff, #c5f0ff);
  }
  9% {
    background: linear-gradient(32.4deg, #e4f8ff, #c5f0ff);
  }
  10% {
    background: linear-gradient(36deg, #e4f8ff, #c5f0ff);
  }
  11% {
    background: linear-gradient(39.6deg, #e4f8ff, #c5f0ff);
  }
  12% {
    background: linear-gradient(43.2deg, #e4f8ff, #c5f0ff);
  }
  13% {
    background: linear-gradient(46.8deg, #e4f8ff, #c5f0ff);
  }
  14% {
    background: linear-gradient(50.4deg, #e4f8ff, #c5f0ff);
  }
  15% {
    background: linear-gradient(54deg, #e4f8ff, #c5f0ff);
  }
  16% {
    background: linear-gradient(57.6deg, #e4f8ff, #c5f0ff);
  }
  17% {
    background: linear-gradient(61.2deg, #e4f8ff, #c5f0ff);
  }
  18% {
    background: linear-gradient(64.8deg, #e4f8ff, #c5f0ff);
  }
  19% {
    background: linear-gradient(68.4deg, #e4f8ff, #c5f0ff);
  }
  20% {
    background: linear-gradient(72deg, #e4f8ff, #c5f0ff);
  }
  21% {
    background: linear-gradient(75.6deg, #e4f8ff, #c5f0ff);
  }
  22% {
    background: linear-gradient(79.2deg, #e4f8ff, #c5f0ff);
  }
  23% {
    background: linear-gradient(82.8deg, #e4f8ff, #c5f0ff);
  }
  24% {
    background: linear-gradient(86.4deg, #e4f8ff, #c5f0ff);
  }
  25% {
    background: linear-gradient(90deg, #e4f8ff, #c5f0ff);
  }
  26% {
    background: linear-gradient(93.6deg, #e4f8ff, #c5f0ff);
  }
  27% {
    background: linear-gradient(97.2deg, #e4f8ff, #c5f0ff);
  }
  28% {
    background: linear-gradient(100.8deg, #e4f8ff, #c5f0ff);
  }
  29% {
    background: linear-gradient(104.4deg, #e4f8ff, #c5f0ff);
  }
  30% {
    background: linear-gradient(108deg, #e4f8ff, #c5f0ff);
  }
  31% {
    background: linear-gradient(111.6deg, #e4f8ff, #c5f0ff);
  }
  32% {
    background: linear-gradient(115.2deg, #e4f8ff, #c5f0ff);
  }
  33% {
    background: linear-gradient(118.8deg, #e4f8ff, #c5f0ff);
  }
  34% {
    background: linear-gradient(122.4deg, #e4f8ff, #c5f0ff);
  }
  35% {
    background: linear-gradient(126deg, #e4f8ff, #c5f0ff);
  }
  36% {
    background: linear-gradient(129.6deg, #e4f8ff, #c5f0ff);
  }
  37% {
    background: linear-gradient(133.2deg, #e4f8ff, #c5f0ff);
  }
  38% {
    background: linear-gradient(136.8deg, #e4f8ff, #c5f0ff);
  }
  39% {
    background: linear-gradient(140.4deg, #e4f8ff, #c5f0ff);
  }
  40% {
    background: linear-gradient(144deg, #e4f8ff, #c5f0ff);
  }
  41% {
    background: linear-gradient(147.6deg, #e4f8ff, #c5f0ff);
  }
  42% {
    background: linear-gradient(151.2deg, #e4f8ff, #c5f0ff);
  }
  43% {
    background: linear-gradient(154.8deg, #e4f8ff, #c5f0ff);
  }
  44% {
    background: linear-gradient(158.4deg, #e4f8ff, #c5f0ff);
  }
  45% {
    background: linear-gradient(162deg, #e4f8ff, #c5f0ff);
  }
  46% {
    background: linear-gradient(165.6deg, #e4f8ff, #c5f0ff);
  }
  47% {
    background: linear-gradient(169.2deg, #e4f8ff, #c5f0ff);
  }
  48% {
    background: linear-gradient(172.8deg, #e4f8ff, #c5f0ff);
  }
  49% {
    background: linear-gradient(176.4deg, #e4f8ff, #c5f0ff);
  }
  50% {
    background: linear-gradient(180deg, #e4f8ff, #c5f0ff);
  }
  51% {
    background: linear-gradient(183.6deg, #e4f8ff, #c5f0ff);
  }
  52% {
    background: linear-gradient(187.2deg, #e4f8ff, #c5f0ff);
  }
  53% {
    background: linear-gradient(190.8deg, #e4f8ff, #c5f0ff);
  }
  54% {
    background: linear-gradient(194.4deg, #e4f8ff, #c5f0ff);
  }
  55% {
    background: linear-gradient(198deg, #e4f8ff, #c5f0ff);
  }
  56% {
    background: linear-gradient(201.6deg, #e4f8ff, #c5f0ff);
  }
  57% {
    background: linear-gradient(205.2deg, #e4f8ff, #c5f0ff);
  }
  58% {
    background: linear-gradient(208.8deg, #e4f8ff, #c5f0ff);
  }
  59% {
    background: linear-gradient(212.4deg, #e4f8ff, #c5f0ff);
  }
  60% {
    background: linear-gradient(216deg, #e4f8ff, #c5f0ff);
  }
  61% {
    background: linear-gradient(219.6deg, #e4f8ff, #c5f0ff);
  }
  62% {
    background: linear-gradient(223.2deg, #e4f8ff, #c5f0ff);
  }
  63% {
    background: linear-gradient(226.8deg, #e4f8ff, #c5f0ff);
  }
  64% {
    background: linear-gradient(230.4deg, #e4f8ff, #c5f0ff);
  }
  65% {
    background: linear-gradient(234deg, #e4f8ff, #c5f0ff);
  }
  66% {
    background: linear-gradient(237.6deg, #e4f8ff, #c5f0ff);
  }
  67% {
    background: linear-gradient(241.2deg, #e4f8ff, #c5f0ff);
  }
  68% {
    background: linear-gradient(244.8deg, #e4f8ff, #c5f0ff);
  }
  69% {
    background: linear-gradient(248.4deg, #e4f8ff, #c5f0ff);
  }
  70% {
    background: linear-gradient(252deg, #e4f8ff, #c5f0ff);
  }
  71% {
    background: linear-gradient(255.6deg, #e4f8ff, #c5f0ff);
  }
  72% {
    background: linear-gradient(259.2deg, #e4f8ff, #c5f0ff);
  }
  73% {
    background: linear-gradient(262.8deg, #e4f8ff, #c5f0ff);
  }
  74% {
    background: linear-gradient(266.4deg, #e4f8ff, #c5f0ff);
  }
  75% {
    background: linear-gradient(270deg, #e4f8ff, #c5f0ff);
  }
  76% {
    background: linear-gradient(273.6deg, #e4f8ff, #c5f0ff);
  }
  77% {
    background: linear-gradient(277.2deg, #e4f8ff, #c5f0ff);
  }
  78% {
    background: linear-gradient(280.8deg, #e4f8ff, #c5f0ff);
  }
  79% {
    background: linear-gradient(284.4deg, #e4f8ff, #c5f0ff);
  }
  80% {
    background: linear-gradient(288deg, #e4f8ff, #c5f0ff);
  }
  81% {
    background: linear-gradient(291.6deg, #e4f8ff, #c5f0ff);
  }
  82% {
    background: linear-gradient(295.2deg, #e4f8ff, #c5f0ff);
  }
  83% {
    background: linear-gradient(298.8deg, #e4f8ff, #c5f0ff);
  }
  84% {
    background: linear-gradient(302.4deg, #e4f8ff, #c5f0ff);
  }
  85% {
    background: linear-gradient(306deg, #e4f8ff, #c5f0ff);
  }
  86% {
    background: linear-gradient(309.6deg, #e4f8ff, #c5f0ff);
  }
  87% {
    background: linear-gradient(313.2deg, #e4f8ff, #c5f0ff);
  }
  88% {
    background: linear-gradient(316.8deg, #e4f8ff, #c5f0ff);
  }
  89% {
    background: linear-gradient(320.4deg, #e4f8ff, #c5f0ff);
  }
  90% {
    background: linear-gradient(324deg, #e4f8ff, #c5f0ff);
  }
  91% {
    background: linear-gradient(327.6deg, #e4f8ff, #c5f0ff);
  }
  92% {
    background: linear-gradient(331.2deg, #e4f8ff, #c5f0ff);
  }
  93% {
    background: linear-gradient(334.8deg, #e4f8ff, #c5f0ff);
  }
  94% {
    background: linear-gradient(338.4deg, #e4f8ff, #c5f0ff);
  }
  95% {
    background: linear-gradient(342deg, #e4f8ff, #c5f0ff);
  }
  96% {
    background: linear-gradient(345.6deg, #e4f8ff, #c5f0ff);
  }
  97% {
    background: linear-gradient(349.2deg, #e4f8ff, #c5f0ff);
  }
  98% {
    background: linear-gradient(352.8deg, #e4f8ff, #c5f0ff);
  }
  99% {
    background: linear-gradient(356.4deg, #e4f8ff, #c5f0ff);
  }
  to {
    background: linear-gradient(360deg, #e4f8ff, #c5f0ff);
  }
}
.california-ecommerce-email-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-email-marketing-voices .left-gradient-shadow,
.california-ecommerce-email-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-email-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-email-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-email-marketing-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-email-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-email-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-email-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/prev-arrow.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/next-arrow.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-email-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-email-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-ecommerce-email-marketing {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/ecom-animation-bg.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-california-ecommerce-email-marketing {
    background-position: center center;
  }
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-ecommerce-email-marketing
  .california-ecommerce-email-marketing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-email-marketing
    .california-ecommerce-email-marketing__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-email-marketing-faqs {
  padding: 60px 0;
}
.california-ecommerce-email-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-email-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-email-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/plus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(https://d1ybi42hallhsh.cloudfront.net/image/minus-1.svg)
    no-repeat center center;
  background-size: contain;
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-email-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-email-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-email-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-ecommerce-migration-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-migration-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-migration-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-migration-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-migration-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-migration-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-hero__wrapper--headings-img {
    width: 45%;
  }
}
.california-ecommerce-migration-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-migration-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-migration-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-migration-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-migration-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-migration-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-migration-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-migration-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-migration-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-migration-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-migration-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-migration-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-migration-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-migration-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-migration-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-migration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-migration-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-migration-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-migration-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-migration-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-migration-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-migration-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-migration-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-migration-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-migration-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-migration-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-migration-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-migration-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-migration-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-migration-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-migration-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-migration-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-migration-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services__header--heading {
    max-width: 100%;
  }
}
.california-ecommerce-migration-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-migration-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-migration-services__details {
    top: 220px;
  }
}
.california-ecommerce-migration-services__details {
  display: none;
}
.california-ecommerce-migration-services__details:first-of-type {
  display: block;
}
.california-ecommerce-migration-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-migration-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-migration-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-migration-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-migration-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-migration-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-migration-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-migration-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-migration-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-ecommerce-migration-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-migration-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-migration-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-migration-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-migration-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-migration-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-migration-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-migration-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-migration-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-migration-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-migration-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-migration-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-migration-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services-mob {
    display: none;
  }
}
.california-ecommerce-migration-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-migration-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-migration-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-migration-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-migration-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-migration-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-migration-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-migration-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-migration-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-migration-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-migration-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-migration-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-migration-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-migration-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-migration-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-migration-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-migration-growth-impact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-migration-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-migration-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-migration-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-migration-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-migration-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-migration-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-migration-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #d4881e;
}
.california-ecommerce-migration-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #d63f7f;
}
.california-ecommerce-migration-growth-impact__wrapper--cards-card:nth-child(
    3
  ):hover {
  border-color: #0e9927;
}
.california-ecommerce-migration-growth-impact__wrapper--cards-card:nth-child(
    4
  ):hover {
  border-color: #0f2db5;
}
.california-ecommerce-migration-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-migration-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
}
.california-ecommerce-migration-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-migration-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-migration-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-migration-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-migration-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-migration-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-migration-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-growth {
    margin-top: 60px;
  }
}
.california-ecommerce-migration-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-growth__wrapper {
    padding: 24px;
  }
}
.california-ecommerce-migration-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-migration-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-migration-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-migration-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-migration-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-migration-casestudies {
  padding: 24px 0;
}
.california-ecommerce-migration-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-migration-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-migration-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-migration-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-migration-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-migration-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-migration-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-migration-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CxBoM7c2.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-CQNZl0Xi.webp);
  }
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-C5ewfBfM.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-CoNWmBQd.webp);
  }
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #02597e);
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #41e054, #2f9f3a);
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-migration-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-migration-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-migration-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-migration-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-migration-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-migration-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-migration-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-migration-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-migration-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-migration-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-migration-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-migration-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-migration-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-migration-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-migration-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-migration-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-migration-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-ecommerce-migration-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-migration-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-migration-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-migration-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-migration-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-migration-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-migration-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-migration-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-migration-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-migration-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-migration-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-migration-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-migration-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-migration-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-migration-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-migration-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-migration-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-migration-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-migration-why-choose {
  background-image: url(/build/assets/why-choose-gb-C3kjQoXI.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-migration-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-migration-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-migration-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-migration-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-migration-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-migration-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-ecommerce-migration-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-migration-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-migration-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-migration-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-migration-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-migration-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-migration-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-migration-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-migration-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-migration-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-migration-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-migration-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-migration-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-migration-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-migration-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-migration-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-migration-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-migration-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-migration-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-migration-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-migration-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-migration-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-migration-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-migration-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-migration-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-ecommerce-migration-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-ecommerce-migration-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-ecommerce-migration-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-migration-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-migration-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-migration-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-migration-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-migration-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-migration-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-migration-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-migration-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-migration-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-migration-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-migration-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-migration-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-migration-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-migration-process__wrapper--cards-card:hover
  .california-ecommerce-migration-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-migration-process__wrapper--cards-card:hover
  .california-ecommerce-migration-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-migration-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-migration-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-migration-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-migration-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-migration-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-migration-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-migration-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-migration-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-migration-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-migration-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-migration-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-migration-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-migration-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-migration-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-migration-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.california-ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .california-ecommerce-migration-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.california-ecommerce-migration-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-migration-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-ecommerce-migration-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-migration-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-migration-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-migration-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-migration-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-migration-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-migration-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-migration-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-migration-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-migration-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-migration-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-migration-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-ecommerce-migration-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-migration-voices .left-gradient-shadow,
.california-ecommerce-migration-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-migration-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-migration-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-migration-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-migration-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-migration-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-migration-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-migration-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-migration-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-ecommerce-migration {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-california-ecommerce-migration {
    background-position: center center;
  }
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-ecommerce-migration
  .california-ecommerce-migration-partner__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-ecommerce-migration
    .california-ecommerce-migration-partner__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-migration-faqs {
  padding: 60px 0;
}
.california-ecommerce-migration-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-migration-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-migration-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-migration-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-migration-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-migration-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-ecommerce-digital-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-digital-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-digital-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 500px;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(
    5
  ) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(
    3
  ) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(
    4
  ) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(
    3
  ) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-digital-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-digital-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-digital-marketing-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-digital-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-digital-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-digital-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-digital-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-digital-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-digital-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-digital-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-digital-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-digital-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-digital-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-digital-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services__header--heading {
    max-width: 80%;
  }
}
.california-ecommerce-digital-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-digital-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-digital-marketing-services__details {
    top: 220px;
  }
}
.california-ecommerce-digital-marketing-services__details {
  display: none;
}
.california-ecommerce-digital-marketing-services__details:first-of-type {
  display: block;
}
.california-ecommerce-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-digital-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-digital-marketing-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-digital-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-digital-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-digital-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-digital-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-digital-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-ecommerce-digital-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-digital-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-digital-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-digital-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-digital-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-digital-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-digital-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-digital-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-digital-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-digital-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-digital-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-digital-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-digital-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services-mob {
    display: none;
  }
}
.california-ecommerce-digital-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-digital-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-digital-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-digital-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-digital-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-digital-marketing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #28a745;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #ffc107;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-digital-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-digital-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-growth {
    margin-top: 60px;
  }
}
.california-ecommerce-digital-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-growth__wrapper {
    padding: 24px;
  }
}
.california-ecommerce-digital-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-digital-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-digital-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-digital-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-digital-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-digital-marketing-casestudies {
  padding: 24px 0;
}
.california-ecommerce-digital-marketing-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--txts
  .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-C_Nmxz_E.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-BApHGkh9.webp);
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-BvmIOiiZ.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img1-D-b1KoAo.webp);
  }
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #2525bc);
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #8b7acf, #ab296e);
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-digital-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-digital-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-digital-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-digital-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-digital-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-digital-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-digital-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-digital-marketing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-digital-marketing-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-digital-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-digital-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-digital-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-digital-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-digital-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-ecommerce-digital-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-digital-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-digital-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-digital-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-digital-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-digital-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-digital-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-digital-marketing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-digital-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-digital-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-digital-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-digital-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-digital-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-digital-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-digital-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-digital-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-digital-marketing-why-choose {
  background-image: url(/build/assets/why-choose-gb-CuieEG-v.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-digital-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-digital-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-digital-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-digital-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-digital-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-ecommerce-digital-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-digital-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-digital-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-digital-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-digital-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-digital-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-digital-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-digital-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-digital-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-digital-marketing-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-digital-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-digital-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-digital-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-digital-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-digital-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-digital-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-digital-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-digital-marketing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-digital-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-digital-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-digital-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-digital-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-digital-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-digital-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-digital-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-digital-marketing-process__wrapper--cards-card:hover
  .california-ecommerce-digital-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-digital-marketing-process__wrapper--cards-card:hover
  .california-ecommerce-digital-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-digital-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-digital-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-digital-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-digital-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-digital-marketing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-digital-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-digital-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-digital-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-digital-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-digital-marketing-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    width: 33%;
    flex-wrap: wrap;
  }
  .california-ecommerce-digital-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-toolsntech__wrapper--cards
    .card-row-2 {
    width: 49%;
  }
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotatePink 3s linear infinite;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-digital-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-toolsntech__wrapper--cta
    .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-ecommerce-digital-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-digital-marketing-voices .left-gradient-shadow,
.california-ecommerce-digital-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-digital-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-digital-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-digital-marketing-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-digital-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-digital-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-digital-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-digital-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-digital-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-florida-quality .california-ecommerce-digital-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-quality .california-ecommerce-digital-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-quality
  .california-ecommerce-digital-marketing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-digital-marketing__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-digital-marketing-faqs {
  padding: 60px 0;
}
.california-ecommerce-digital-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-digital-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-digital-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-digital-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-digital-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-digital-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-ecommerce-quality-assurance-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-quality-assurance-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-hero__wrapper--headings-img {
    width: 45%;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(
    5
  ) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(
    3
  ) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(
    4
  ) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-quality-assurance-hero__wrapper--desc-card:nth-child(
    3
  ) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-quality-assurance-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-quality-assurance-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-quality-assurance-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-quality-assurance-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-quality-assurance-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-quality-assurance-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-quality-assurance-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-quality-assurance-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-quality-assurance-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-quality-assurance-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-quality-assurance-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-quality-assurance-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-quality-assurance-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-quality-assurance-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services__header--heading {
    max-width: 80%;
  }
}
.california-ecommerce-quality-assurance-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-quality-assurance-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-quality-assurance-services__details {
    top: 220px;
  }
}
.california-ecommerce-quality-assurance-services__details {
  display: none;
}
.california-ecommerce-quality-assurance-services__details:first-of-type {
  display: block;
}
.california-ecommerce-quality-assurance-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-quality-assurance-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-quality-assurance-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-quality-assurance-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-quality-assurance-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-quality-assurance-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-quality-assurance-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-quality-assurance-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-quality-assurance-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-quality-assurance-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-ecommerce-quality-assurance-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-quality-assurance-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-quality-assurance-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-quality-assurance-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-quality-assurance-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-quality-assurance-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-quality-assurance-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-quality-assurance-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-quality-assurance-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-quality-assurance-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-quality-assurance-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-quality-assurance-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-quality-assurance-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-quality-assurance-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services-mob {
    display: none;
  }
}
.california-ecommerce-quality-assurance-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-quality-assurance-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-quality-assurance-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-quality-assurance-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-quality-assurance-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-quality-assurance-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #d12b39;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #3713ba;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cards-card:nth-child(
    3
  ):hover {
  border-color: #28a745;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-quality-assurance-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-quality-assurance-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-growth {
    margin-top: 60px;
  }
}
.california-ecommerce-quality-assurance-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-growth__wrapper {
    padding: 24px;
  }
}
.california-ecommerce-quality-assurance-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-quality-assurance-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-quality-assurance-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-quality-assurance-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-quality-assurance-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-quality-assurance-casestudies {
  padding: 24px 0;
}
.california-ecommerce-quality-assurance-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--txts
  .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-lKxdgvnu.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-BKRGeC4K.webp);
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-Cqb2aw58.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-Ci6M8Dd5.webp);
  }
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #eb0360, #f48fbe);
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #45c29f, #5fce86);
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-quality-assurance-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-quality-assurance-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-quality-assurance-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-quality-assurance-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-quality-assurance-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-quality-assurance-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-quality-assurance-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-quality-assurance-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-quality-assurance-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-quality-assurance-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-quality-assurance-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-quality-assurance-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-quality-assurance-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-quality-assurance-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-ecommerce-quality-assurance-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-quality-assurance-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-quality-assurance-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-quality-assurance-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-quality-assurance-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-quality-assurance-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-quality-assurance-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-quality-assurance-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-quality-assurance-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-quality-assurance-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-quality-assurance-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-quality-assurance-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-quality-assurance-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-quality-assurance-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-quality-assurance-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-quality-assurance-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-quality-assurance-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-quality-assurance/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-quality-assurance-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-quality-assurance-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-quality-assurance-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-quality-assurance-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-quality-assurance-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-ecommerce-quality-assurance-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-quality-assurance-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-quality-assurance-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-quality-assurance-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-quality-assurance-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-quality-assurance-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-quality-assurance-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-quality-assurance-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-quality-assurance-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-quality-assurance-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-quality-assurance-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-quality-assurance-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-quality-assurance-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-quality-assurance-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-quality-assurance-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-quality-assurance-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-quality-assurance-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-quality-assurance-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-quality-assurance-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-quality-assurance-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-quality-assurance-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-quality-assurance-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-quality-assurance-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-quality-assurance-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-quality-assurance-process__wrapper--cards-card:hover
  .california-ecommerce-quality-assurance-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-quality-assurance-process__wrapper--cards-card:hover
  .california-ecommerce-quality-assurance-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-quality-assurance-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-quality-assurance-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-quality-assurance-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-quality-assurance-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-quality-assurance-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-quality-assurance-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-quality-assurance-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-quality-assurance-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-quality-assurance-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-quality-assurance-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap {
    width: 49%;
    flex-wrap: wrap;
  }
  .california-ecommerce-quality-assurance-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-toolsntech__wrapper--cards
    .card-row-2 {
    width: 49%;
  }
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-quality-assurance-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-quality-assurance-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-toolsntech__wrapper--cta
    .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-ecommerce-quality-assurance-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-quality-assurance-voices .left-gradient-shadow,
.california-ecommerce-quality-assurance-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-quality-assurance-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-quality-assurance-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-quality-assurance-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-quality-assurance-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-quality-assurance-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-quality-assurance-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-quality-assurance-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-quality-assurance-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-quality-assurance-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-florida-quality .california-ecommerce-quality-assurance {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-quality .california-ecommerce-quality-assurance__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-quality
  .california-ecommerce-quality-assurance__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-quality-assurance__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-quality-assurance-faqs {
  padding: 60px 0;
}
.california-ecommerce-quality-assurance-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-quality-assurance-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-quality-assurance-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-quality-assurance-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-quality-assurance-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-quality-assurance-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-quality-assurance-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-quality-assurance-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-ecommerce-app-development-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-app-development-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-app-development-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-app-development-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-app-development-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-app-development-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-hero__wrapper--headings-img {
    width: 45%;
  }
}
.california-ecommerce-app-development-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-app-development-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-app-development-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-app-development-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-app-development-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-app-development-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-app-development-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-app-development-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-app-development-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-app-development-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-app-development-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-app-development-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-app-development-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-app-development-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-app-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-app-development-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-app-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-app-development-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-app-development-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-app-development-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-app-development-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-app-development-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-app-development-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-app-development-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-app-development-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-app-development-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-app-development-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-app-development-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-app-development-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-app-development-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-app-development-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-app-development-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services__header--heading {
    max-width: 80%;
  }
}
.california-ecommerce-app-development-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-app-development-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-app-development-services__details {
    top: 220px;
  }
}
.california-ecommerce-app-development-services__details {
  display: none;
}
.california-ecommerce-app-development-services__details:first-of-type {
  display: block;
}
.california-ecommerce-app-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-app-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-app-development-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-app-development-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-app-development-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-app-development-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-app-development-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-app-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-app-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-app-development-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-app-development-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-ecommerce-app-development-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-app-development-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-app-development-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-app-development-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-app-development-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-app-development-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-app-development-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-app-development-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-app-development-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-app-development-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-app-development-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-app-development-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-app-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-app-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-app-development-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services-mob {
    display: none;
  }
}
.california-ecommerce-app-development-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-app-development-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-app-development-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-app-development-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-app-development-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-app-development-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-app-development-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-app-development-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-app-development-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-app-development-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-app-development-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-app-development-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-app-development-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-app-development-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-app-development-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-app-development-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-app-development-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-app-development-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-app-development-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-app-development-growth-impact__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-app-development-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-app-development-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-app-development-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #d4881e;
}
.california-ecommerce-app-development-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #3713ba;
}
.california-ecommerce-app-development-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-app-development-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-app-development-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-app-development-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-app-development-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-app-development-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-app-development-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-app-development-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-app-development-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-growth {
    margin-top: 60px;
  }
}
.california-ecommerce-app-development-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-growth__wrapper {
    padding: 24px;
  }
}
.california-ecommerce-app-development-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-app-development-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-app-development-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-app-development-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-app-development-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-app-development-casestudies {
  padding: 24px 0;
}
.california-ecommerce-app-development-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-app-development-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-app-development-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-BAJlfbqz.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-rQLQvQi0.webp);
  }
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-CpwYv4aZ.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-D4fc7tMb.webp);
  }
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #3fb9b3, #4f8df5);
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #3fb943, #17bebe);
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-app-development-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-app-development-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-app-development-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-app-development-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-app-development-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-app-development-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-app-development-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-app-development-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-app-development-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-app-development-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-app-development-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-app-development-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-app-development-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-app-development-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-app-development-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-app-development-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-app-development-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-ecommerce-app-development-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-app-development-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-app-development-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-app-development-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-app-development-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-app-development-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-app-development-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-app-development-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-app-development-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-app-development-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-app-development-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-app-development-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-app-development-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-app-development-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-app-development-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-app-development-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-app-development-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-app-development-why-choose {
  background-image: url(/build/assets/why-choose-gb-CM7FGiml.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-app-development-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-app-development-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-app-development-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-app-development-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-app-development-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-app-development-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-ecommerce-app-development-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-app-development-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-app-development-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-app-development-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-app-development-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-app-development-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-app-development-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-app-development-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-app-development-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-app-development-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-app-development-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-app-development-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-app-development-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-app-development-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-app-development-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-app-development-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-app-development-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-app-development-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-app-development-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-app-development-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-app-development-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-app-development-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-app-development-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-app-development-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-app-development-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-ecommerce-app-development-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-ecommerce-app-development-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-ecommerce-app-development-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-app-development-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-app-development-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-app-development-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-app-development-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-app-development-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-app-development-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-app-development-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-app-development-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-app-development-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-app-development-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-app-development-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-app-development-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-app-development-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-app-development-process__wrapper--cards-card:hover
  .california-ecommerce-app-development-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-app-development-process__wrapper--cards-card:hover
  .california-ecommerce-app-development-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-app-development-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-app-development-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-app-development-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-app-development-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-app-development-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-app-development-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-app-development-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-app-development-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-app-development-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-app-development-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-app-development-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-app-development-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-app-development-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-app-development-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-app-development-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.california-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .california-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.california-ecommerce-app-development-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-app-development-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-ecommerce-app-development-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-app-development-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-app-development-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-app-development-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-app-development-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-app-development-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-app-development-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-app-development-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-app-development-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-app-development-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-app-development-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-app-development-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-ecommerce-app-development-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-app-development-voices .left-gradient-shadow,
.california-ecommerce-app-development-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-app-development-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-app-development-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-app-development-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-app-development-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-app-development-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-app-development-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-app-development-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-app-development-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-florida-quality .california-ecommerce-app-development {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-quality .california-ecommerce-app-development__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .california-ecommerce-app-development__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-app-development__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-app-development__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-quality
    .california-ecommerce-app-development__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-app-development__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-app-development__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-app-development__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-app-development__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-app-development__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-quality
    .california-ecommerce-app-development__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-quality
  .california-ecommerce-app-development__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-app-development__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-app-development-faqs {
  padding: 60px 0;
}
.california-ecommerce-app-development-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-app-development-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-app-development-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-app-development-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-app-development-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-app-development-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-ecommerce-content-writing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-content-writing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-content-writing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-content-writing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-content-writing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-content-writing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-hero__wrapper--headings-img {
    width: 100%;
    max-width: 550px;
  }
}
.california-ecommerce-content-writing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-content-writing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-content-writing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-content-writing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-content-writing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-content-writing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-content-writing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-content-writing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-content-writing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-content-writing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-content-writing-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-content-writing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-content-writing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-content-writing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-content-writing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-content-writing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-content-writing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-content-writing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-content-writing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-content-writing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-content-writing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-content-writing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services__header--heading {
    max-width: 80%;
  }
}
.california-ecommerce-content-writing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-content-writing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-content-writing-services__details {
    top: 220px;
  }
}
.california-ecommerce-content-writing-services__details {
  display: none;
}
.california-ecommerce-content-writing-services__details:first-of-type {
  display: block;
}
.california-ecommerce-content-writing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-content-writing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-content-writing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-content-writing-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-content-writing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-content-writing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-content-writing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-content-writing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-content-writing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-ecommerce-content-writing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-content-writing-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-content-writing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-content-writing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-content-writing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-content-writing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-content-writing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-content-writing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-content-writing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-content-writing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-content-writing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-content-writing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-content-writing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services-mob {
    display: none;
  }
}
.california-ecommerce-content-writing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-content-writing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-content-writing-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-content-writing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-content-writing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-content-writing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-content-writing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-content-writing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-content-writing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-content-writing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-content-writing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-content-writing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-content-writing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-content-writing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-content-writing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-content-writing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-content-writing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-content-writing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-content-writing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-content-writing-growth-impact__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-content-writing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-content-writing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-content-writing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #d12b39;
}
.california-ecommerce-content-writing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #28a745;
}
.california-ecommerce-content-writing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-content-writing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-content-writing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-content-writing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-content-writing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-content-writing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-content-writing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-content-writing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-growth {
    margin-top: 60px;
  }
}
.california-ecommerce-content-writing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-growth__wrapper {
    padding: 24px;
  }
}
.california-ecommerce-content-writing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-content-writing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-content-writing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-content-writing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-content-writing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-content-writing-casestudies {
  padding: 24px 0;
}
.california-ecommerce-content-writing-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-content-writing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-content-writing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-BvmIOiiZ.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-D-b1KoAo.webp);
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-C_Nmxz_E.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img1-BApHGkh9.webp);
  }
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #eb0360, #f48fbe);
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #5f5eab, #2734c2);
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-content-writing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-content-writing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-content-writing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-content-writing-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-content-writing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-content-writing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-content-writing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-content-writing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-content-writing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-content-writing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-content-writing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-content-writing-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-content-writing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-content-writing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-content-writing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-content-writing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-content-writing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-ecommerce-content-writing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-content-writing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-content-writing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-content-writing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-content-writing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-content-writing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-content-writing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-content-writing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-content-writing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-content-writing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-content-writing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-content-writing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-content-writing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-content-writing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-content-writing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-content-writing-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-content-writing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-content-writing-why-choose {
  background-image: url(/build/assets/why-choose-gb-C3kjQoXI.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-content-writing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-content-writing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-content-writing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-content-writing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-content-writing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-content-writing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-ecommerce-content-writing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-content-writing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-content-writing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-content-writing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-content-writing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-content-writing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-content-writing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-content-writing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-content-writing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-content-writing-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-content-writing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-content-writing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-content-writing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-content-writing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-content-writing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-content-writing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-content-writing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-content-writing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-content-writing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-content-writing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-content-writing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-content-writing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-content-writing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-content-writing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-content-writing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-ecommerce-content-writing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-ecommerce-content-writing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-ecommerce-content-writing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-content-writing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-content-writing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-content-writing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-content-writing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-content-writing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-content-writing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-content-writing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-content-writing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-content-writing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-content-writing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-content-writing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-content-writing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-content-writing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-content-writing-process__wrapper--cards-card:hover
  .california-ecommerce-content-writing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-content-writing-process__wrapper--cards-card:hover
  .california-ecommerce-content-writing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-content-writing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-content-writing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-content-writing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-content-writing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-content-writing-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-content-writing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-content-writing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-content-writing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-content-writing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-content-writing-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-content-writing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-content-writing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-content-writing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-content-writing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
    width: 33%;
    flex-wrap: wrap;
  }
  .california-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards
  .mob-dev-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-content-writing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-content-writing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-content-writing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-content-writing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-ecommerce-content-writing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-content-writing-voices .left-gradient-shadow,
.california-ecommerce-content-writing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-content-writing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-content-writing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-content-writing-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-content-writing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-content-writing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-content-writing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-content-writing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-content-writing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-florida-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-florida-quality {
    background-position: center center;
  }
}
.pin-section-florida-quality .california-ecommerce-content-writing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-florida-quality .california-ecommerce-content-writing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality .california-ecommerce-content-writing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-content-writing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-content-writing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-florida-quality
    .california-ecommerce-content-writing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-content-writing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-content-writing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-content-writing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-content-writing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-content-writing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-florida-quality
    .california-ecommerce-content-writing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-florida-quality
  .california-ecommerce-content-writing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-florida-quality
    .california-ecommerce-content-writing__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-content-writing-faqs {
  padding: 60px 0;
}
.california-ecommerce-content-writing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-content-writing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-content-writing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-content-writing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-content-writing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-content-writing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-ecommerce-web-development-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-web-development-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-web-development-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-web-development-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-web-development-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-web-development-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-hero__wrapper--headings-img {
    width: 45%;
  }
}
.california-ecommerce-web-development-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-web-development-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-web-development-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-web-development-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-web-development-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-web-development-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-web-development-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-web-development-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-web-development-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-web-development-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-web-development-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-web-development-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-web-development-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-web-development-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-web-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-web-development-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-web-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-web-development-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-web-development-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-web-development-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-web-development-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-web-development-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-web-development-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-web-development-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-web-development-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-web-development-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-web-development-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-web-development-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-web-development-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-web-development-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-web-development-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-web-development-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services__header--heading {
    max-width: 80%;
  }
}
.california-ecommerce-web-development-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-web-development-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-web-development-services__details {
    top: 220px;
  }
}
.california-ecommerce-web-development-services__details {
  display: none;
}
.california-ecommerce-web-development-services__details:first-of-type {
  display: block;
}
.california-ecommerce-web-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-web-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-web-development-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-web-development-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-web-development-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-web-development-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-web-development-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-web-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-web-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-web-development-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-web-development-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-ecommerce-web-development-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-web-development-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-web-development-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-web-development-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-web-development-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-web-development-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-web-development-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-web-development-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-web-development-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-web-development-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-web-development-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-web-development-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-web-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-web-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-web-development-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services-mob {
    display: none;
  }
}
.california-ecommerce-web-development-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-web-development-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-web-development-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-web-development-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-web-development-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-web-development-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-web-development-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-web-development-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-web-development-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-web-development-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-web-development-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-web-development-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-web-development-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-web-development-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-web-development-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-web-development-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-web-development-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-web-development-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-web-development-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-web-development-growth-impact__wrapper--txts-heading
  span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-web-development-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-web-development-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-web-development-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #3713ba;
}
.california-ecommerce-web-development-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #28a745;
}
.california-ecommerce-web-development-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-web-development-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-web-development-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-web-development-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-web-development-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-web-development-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-web-development-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-web-development-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-web-development-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-growth {
    margin-top: 60px;
  }
}
.california-ecommerce-web-development-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-growth__wrapper {
    padding: 24px;
  }
}
.california-ecommerce-web-development-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-web-development-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-web-development-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-web-development-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-web-development-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-web-development-casestudies {
  padding: 24px 0;
}
.california-ecommerce-web-development-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-web-development-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-web-development-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-Cy2xELN7.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-BzU6XNP-.webp);
  }
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CwOQlWEL.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-ByszvR1p.webp);
  }
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #c76c00, #7b8b03);
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #bc3d2a, #4e130a);
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-web-development-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-web-development-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-web-development-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-web-development-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-web-development-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-web-development-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-web-development-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-web-development-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-web-development-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-web-development-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-web-development-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-web-development-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-web-development-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-web-development-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-web-development-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-web-development-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-web-development-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: no-wrap;
  }
}
.california-ecommerce-web-development-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-web-development-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-web-development-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-web-development-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-web-development-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-web-development-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-web-development-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-web-development-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-web-development-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-web-development-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-web-development-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-web-development-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-web-development-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-web-development-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-web-development-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-web-development-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-web-development-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-web-development-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-web-development/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-web-development-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-web-development-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-web-development-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-web-development-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-web-development-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-web-development-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-ecommerce-web-development-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-web-development-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-web-development-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-web-development-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-web-development-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-web-development-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-web-development-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-web-development-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-web-development-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-web-development-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-web-development-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-web-development-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-web-development-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-web-development-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-web-development-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-web-development-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-web-development-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-web-development-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-web-development-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-web-development-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-web-development-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-web-development-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-web-development-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-web-development-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-web-development-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-ecommerce-web-development-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-ecommerce-web-development-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-ecommerce-web-development-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-web-development-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-web-development-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-web-development-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-web-development-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-web-development-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-web-development-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-web-development-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-web-development-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-web-development-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-web-development-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-web-development-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-web-development-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-web-development-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-web-development-process__wrapper--cards-card:hover
  .california-ecommerce-web-development-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-web-development-process__wrapper--cards-card:hover
  .california-ecommerce-web-development-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-web-development-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-web-development-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-web-development-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-web-development-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-web-development-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-web-development-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-web-development-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-web-development-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-web-development-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-web-development-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-web-development-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-web-development-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-web-development-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-web-development-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-web-development-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.california-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .california-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .california-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.california-ecommerce-web-development-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-web-development-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-ecommerce-web-development-toolsntech__wrapper--cards
  .hosting-cardwrap:hover,
.california-ecommerce-web-development-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-web-development-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-web-development-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-web-development-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-web-development-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-web-development-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-web-development-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-web-development-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-web-development-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-web-development-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-web-development-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-ecommerce-web-development-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-web-development-voices .left-gradient-shadow,
.california-ecommerce-web-development-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-web-development-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-web-development-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-web-development-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-web-development-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-web-development-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-web-development-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-web-development-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-web-development-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-web-development .california-ecommerce-web-development {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .california-ecommerce-web-development__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-web-development__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-web-development-faqs {
  padding: 60px 0;
}
.california-ecommerce-web-development-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-web-development-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-web-development-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-web-development-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-web-development-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-web-development-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-ecommerce-website-design-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-website-design-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-website-design-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-website-design-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-website-design-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-website-design-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-hero__wrapper--headings-img {
    width: 45%;
  }
}
.california-ecommerce-website-design-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-website-design-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-website-design-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-website-design-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-website-design-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-website-design-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-website-design-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-website-design-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-website-design-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-website-design-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-website-design-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-website-design-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-website-design-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-website-design-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-website-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-website-design-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-website-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-website-design-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-website-design-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-website-design-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-website-design-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-website-design-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-website-design-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-website-design-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-website-design-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-website-design-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-website-design-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-website-design-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-website-design-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-website-design-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-website-design-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-website-design-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-website-design-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services__header--heading {
    max-width: 80%;
  }
}
.california-ecommerce-website-design-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-website-design-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-website-design-services__details {
    top: 220px;
  }
}
.california-ecommerce-website-design-services__details {
  display: none;
}
.california-ecommerce-website-design-services__details:first-of-type {
  display: block;
}
.california-ecommerce-website-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-website-design-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-website-design-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-website-design-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-website-design-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-website-design-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-website-design-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-website-design-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-website-design-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-website-design-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-ecommerce-website-design-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-website-design-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-website-design-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-website-design-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-website-design-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-website-design-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-website-design-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-website-design-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-website-design-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-website-design-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-website-design-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-website-design-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-website-design-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-website-design-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services-mob {
    display: none;
  }
}
.california-ecommerce-website-design-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-website-design-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-website-design-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-website-design-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-website-design-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-website-design-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-website-design-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-website-design-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-website-design-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-website-design-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-website-design-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-website-design-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-website-design-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-website-design-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-website-design-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-website-design-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-website-design-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-website-design-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-website-design-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-website-design-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-website-design-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-website-design-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-website-design-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-website-design-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #ba1334;
}
.california-ecommerce-website-design-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #1ba739;
}
.california-ecommerce-website-design-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-website-design-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-website-design-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-website-design-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-website-design-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-website-design-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-website-design-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-website-design-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-website-design-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-growth {
    margin-top: 60px;
  }
}
.california-ecommerce-website-design-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-growth__wrapper {
    padding: 24px;
  }
}
.california-ecommerce-website-design-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-website-design-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-website-design-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-website-design-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-website-design-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-website-design-casestudies {
  padding: 24px 0;
}
.california-ecommerce-website-design-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-website-design-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-website-design-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-DS5GPKbB.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-CQQx-XTO.webp);
  }
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-s2l2yzlq.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-BnOSknNd.webp);
  }
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #f97316, #98330e);
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #ff86dd, #1c00d0);
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-website-design-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-website-design-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-website-design-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-website-design-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-website-design-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-website-design-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-website-design-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-website-design-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-website-design-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-website-design-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-website-design-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-website-design-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-history__wrapper--cards-card {
    width: 33%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-website-design-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-website-design-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-website-design-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-website-design-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-website-design-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-website-design-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-ecommerce-website-design-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-website-design-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-website-design-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-website-design-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-website-design-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-website-design-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-website-design-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-website-design-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-website-design-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-website-design-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-website-design-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-website-design-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-website-design-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-website-design-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-website-design-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-website-design-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-website-design-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-website-design-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-website-design/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-website-design-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-website-design-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-website-design-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-website-design-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-website-design-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-website-design-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-ecommerce-website-design-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-website-design-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-website-design-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-website-design-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-website-design-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-website-design-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-website-design-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-website-design-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-website-design-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-website-design-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-website-design-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-website-design-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-website-design-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-website-design-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-website-design-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-website-design-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-website-design-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-website-design-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-website-design-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card4 {
  background-color: #fbe5ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card4 .txt {
  color: #57351f;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card5 {
  background-color: #fdf2d44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card5 .txt {
  color: #57351f;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card6 {
  background-color: #cfb9cf4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-website-design-excellence__wrapper--cards #card6 .txt {
  color: #57351f;
}
.california-ecommerce-website-design-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-website-design-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-website-design-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-website-design-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-website-design-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-website-design-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-website-design-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-website-design-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-website-design-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-website-design-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-website-design-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-website-design-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-website-design-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-website-design-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-website-design-process__wrapper--cards-card:hover
  .california-ecommerce-website-design-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-website-design-process__wrapper--cards-card:hover
  .california-ecommerce-website-design-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-website-design-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-website-design-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-website-design-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-website-design-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-website-design-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-website-design-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-website-design-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-website-design-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-website-design-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-website-design-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-website-design-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-website-design-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-website-design-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-website-design-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-website-design-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.california-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .california-ecommerce-website-design-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.california-ecommerce-website-design-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-website-design-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-website-design-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-ecommerce-website-design-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-website-design-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-website-design-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-website-design-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-website-design-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-website-design-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-website-design-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-website-design-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-website-design-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-website-design-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-website-design-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-ecommerce-website-design-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-website-design-voices .left-gradient-shadow,
.california-ecommerce-website-design-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-website-design-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-website-design-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-website-design-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-website-design-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-website-design-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-website-design-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-website-design-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-website-design-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-website-design-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-web-development .california-ecommerce-website-design {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .california-ecommerce-website-design__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-website-design__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-website-design-faqs {
  padding: 60px 0;
}
.california-ecommerce-website-design-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-website-design-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-website-design-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-website-design-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-website-design-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-website-design-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-website-design-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-website-design-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-ecommerce-integration-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-integration-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-integration-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-integration-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-integration-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-integration-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-hero__wrapper--headings-img {
    width: 45%;
  }
}
.california-ecommerce-integration-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-integration-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-integration-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-integration-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-integration-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-integration-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-integration-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-integration-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-integration-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-integration-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-integration-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-integration-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-integration-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-integration-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-integration-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-integration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-integration-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-integration-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-integration-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-integration-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-integration-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-integration-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-integration-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-integration-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-integration-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-integration-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-integration-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-integration-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-integration-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-integration-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-integration-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-integration-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-integration-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services__header--heading {
    max-width: 80%;
  }
}
.california-ecommerce-integration-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-integration-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-integration-services__details {
    top: 220px;
  }
}
.california-ecommerce-integration-services__details {
  display: none;
}
.california-ecommerce-integration-services__details:first-of-type {
  display: block;
}
.california-ecommerce-integration-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-integration-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-integration-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-integration-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-integration-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-integration-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-integration-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-integration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-integration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-integration-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-integration-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.california-ecommerce-integration-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-integration-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-integration-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-integration-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-integration-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-integration-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-integration-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-integration-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-integration-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-integration-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-integration-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-integration-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-integration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-integration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-integration-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services-mob {
    display: none;
  }
}
.california-ecommerce-integration-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-integration-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-integration-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-integration-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-integration-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-integration-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-integration-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-integration-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-integration-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-integration-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-integration-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-integration-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-integration-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-integration-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-integration-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-integration-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-integration-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-integration-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-integration-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-integration-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-integration-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-integration-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-integration-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-integration-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #ba1334;
}
.california-ecommerce-integration-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #1ba739;
}
.california-ecommerce-integration-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-integration-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-integration-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-integration-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-integration-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-integration-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-integration-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-integration-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-integration-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-growth {
    margin-top: 60px;
  }
}
.california-ecommerce-integration-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-growth__wrapper {
    padding: 24px;
  }
}
.california-ecommerce-integration-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-integration-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-integration-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-integration-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-integration-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-integration-casestudies {
  padding: 24px 0;
}
.california-ecommerce-integration-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-integration-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-integration-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-integration-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-integration-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-integration-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-integration-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-integration-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-integration/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-integration/case-study-img1.webp);
  }
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-integration/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-integration/case-study-img2.webp);
  }
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #00293a);
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #8b7acf, #ab296e);
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-integration-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-integration-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-integration-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-integration-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-integration-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-integration-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-integration-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-integration-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-integration-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-integration-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-integration-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-history__wrapper--cards-card {
    width: 33%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-integration-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-integration-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-integration-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-integration-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-integration-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-integration-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-ecommerce-integration-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-integration-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-integration-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-integration-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-integration-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-integration-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-integration-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-integration-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-integration-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-integration-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-integration-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-integration-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-integration-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-integration-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-integration-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-integration-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-integration-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-integration-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-integration-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/california-ecommerce-integration/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-integration-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-integration-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-integration-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-integration-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-integration-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-integration-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-ecommerce-integration-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-integration-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-integration-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-integration-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-integration-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-integration-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-integration-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-integration-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-integration-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-integration-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-integration-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-integration-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-integration-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-integration-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-integration-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-integration-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-integration-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-integration-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-integration-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-integration-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-integration-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-integration-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-integration-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-integration-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-integration-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-ecommerce-integration-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-ecommerce-integration-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-ecommerce-integration-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-integration-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-integration-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-integration-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-integration-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-integration-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-integration-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-integration-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-integration-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-integration-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-integration-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-integration-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-integration-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-integration-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-integration-process__wrapper--cards-card:hover
  .california-ecommerce-integration-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-integration-process__wrapper--cards-card:hover
  .california-ecommerce-integration-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-integration-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-integration-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-integration-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-integration-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-integration-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-integration-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-integration-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-integration-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-integration-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-integration-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-integration-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-integration-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-integration-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-integration-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-integration-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.california-ecommerce-integration-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-toolsntech__wrapper--cards-cardwrap {
    width: 33%;
    flex-wrap: wrap;
  }
  .california-ecommerce-integration-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.california-ecommerce-integration-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-integration-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-ecommerce-integration-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-integration-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-integration-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-integration-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-integration-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-integration-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-integration-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-integration-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-integration-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-integration-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-integration-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-ecommerce-integration-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-integration-voices .left-gradient-shadow,
.california-ecommerce-integration-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-integration-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-integration-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-integration-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-integration-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-integration-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-integration-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-integration-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-integration-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-integration {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-integration .california-ecommerce-integration {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-integration .california-ecommerce-integration__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-integration
  .california-ecommerce-integration__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .california-ecommerce-integration__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-integration-faqs {
  padding: 60px 0;
}
.california-ecommerce-integration-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-integration-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-integration-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-integration-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-integration-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-integration-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-integration-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.california-ecommerce-seo-service-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-hero {
    padding-top: 130px;
  }
}
.california-ecommerce-seo-service-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.california-ecommerce-seo-service-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.california-ecommerce-seo-service-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.california-ecommerce-seo-service-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.california-ecommerce-seo-service-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-hero__wrapper--headings-img {
    width: 45%;
  }
}
.california-ecommerce-seo-service-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-hero__wrapper--desc {
    padding: 30px;
  }
}
.california-ecommerce-seo-service-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.california-ecommerce-seo-service-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.california-ecommerce-seo-service-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.california-ecommerce-seo-service-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(4),
  .california-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(1),
  .california-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(2),
  .california-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .california-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .california-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.california-ecommerce-seo-service-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-seo-service-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.california-ecommerce-seo-service-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero__wrapper--img2 {
    display: none;
  }
}
.california-ecommerce-seo-service-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-hero__wrapper--img2 img {
    display: none;
  }
}
.california-ecommerce-seo-service-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-brands {
    margin-top: 60px;
  }
}
.california-ecommerce-seo-service-brands__wrapper {
  overflow: hidden;
}
.california-ecommerce-seo-service-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.california-ecommerce-seo-service-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-seo-service-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-seo-service-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-seo-service-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-seo-service-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.california-ecommerce-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.california-ecommerce-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.california-ecommerce-seo-service-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.california-ecommerce-seo-service-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-seo-service-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-seo-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services {
    display: block;
    margin-bottom: 80px;
  }
}
.california-ecommerce-seo-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.california-ecommerce-seo-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services__header--heading {
    max-width: 80%;
  }
}
.california-ecommerce-seo-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-seo-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-seo-services__details {
    top: 220px;
  }
}
.california-ecommerce-seo-services__details {
  display: none;
}
.california-ecommerce-seo-services__details:first-of-type {
  display: block;
}
.california-ecommerce-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.california-ecommerce-seo-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-seo-services__details--heading {
  margin-bottom: 10px;
}
.california-ecommerce-seo-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.california-ecommerce-seo-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .california-ecommerce-seo-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .california-ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .california-ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.california-ecommerce-seo-services__slidesdiv {
  display: flex;
  width: 100%;
}
.california-ecommerce-seo-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services__slidesdiv--slide-img {
    bottom: 130px;
  }
}
.california-ecommerce-seo-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.california-ecommerce-seo-services__slidesdiv #s-1 img {
  width: 40%;
}
.california-ecommerce-seo-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.california-ecommerce-seo-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.california-ecommerce-seo-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.california-ecommerce-seo-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.california-ecommerce-seo-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.california-ecommerce-seo-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services__timeline {
    bottom: 15px;
  }
}
.california-ecommerce-seo-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.california-ecommerce-seo-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.california-ecommerce-seo-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-seo-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .california-ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .california-ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.california-ecommerce-seo-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services-mob {
    display: none;
  }
}
.california-ecommerce-seo-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.california-ecommerce-seo-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.california-ecommerce-seo-services-mob__header--heading span {
  color: #d1202d;
}
.california-ecommerce-seo-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services-mob__header--text {
    padding-right: 340px;
  }
}
.california-ecommerce-seo-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.california-ecommerce-seo-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-seo-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.california-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.california-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.california-ecommerce-seo-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.california-ecommerce-seo-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.california-ecommerce-seo-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.california-ecommerce-seo-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.california-ecommerce-seo-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.california-ecommerce-seo-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.california-ecommerce-seo-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.california-ecommerce-seo-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.california-ecommerce-seo-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.california-ecommerce-seo-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.california-ecommerce-seo-service-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.california-ecommerce-seo-service-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-seo-service-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-seo-service-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-seo-service-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-seo-service-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.california-ecommerce-seo-service-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.california-ecommerce-seo-service-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #ba1334;
}
.california-ecommerce-seo-service-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #2d0aae;
}
.california-ecommerce-seo-service-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.california-ecommerce-seo-service-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-seo-service-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-seo-service-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-seo-service-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-seo-service-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-seo-service-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-seo-service-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-seo-service-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-growth {
    margin-top: 60px;
  }
}
.california-ecommerce-seo-service-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-growth__wrapper {
    padding: 24px;
  }
}
.california-ecommerce-seo-service-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.california-ecommerce-seo-service-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.california-ecommerce-seo-service-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-seo-service-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.california-ecommerce-seo-service-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.california-ecommerce-seo-service-casestudies {
  padding: 24px 0;
}
.california-ecommerce-seo-service-casestudies__wrapper {
  overflow: hidden;
}
.california-ecommerce-seo-service-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-seo-service-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-BU4ijf9Z.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-BC2eupZ1.webp);
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-Cspqhkis.webp);
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-Di2AXpqh.webp);
  }
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #022d3f);
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #8b7acf, #ab296e);
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.california-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.california-ecommerce-seo-service-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-seo-service-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.california-ecommerce-seo-service-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-seo-service-history__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-seo-service-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-seo-service-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-seo-service-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-seo-service-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.california-ecommerce-seo-service-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.california-ecommerce-seo-service-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .california-ecommerce-seo-service-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .california-ecommerce-seo-service-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-history__wrapper--cards-card {
    padding: 24px;
  }
}
.california-ecommerce-seo-service-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.california-ecommerce-seo-service-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-seo-service-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-seo-service-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.california-ecommerce-seo-service-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.california-ecommerce-seo-service-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.california-ecommerce-seo-service-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.california-ecommerce-seo-service-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.california-ecommerce-seo-service-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-seo-service-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-seo-service-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-seo-service-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.california-ecommerce-seo-service-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-seo-service-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-awards__wrapper {
    flex-direction: row;
  }
}
.california-ecommerce-seo-service-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-awards__wrapper--col1 {
    width: 50%;
  }
}
.california-ecommerce-seo-service-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-seo-service-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-seo-service-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.california-ecommerce-seo-service-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.california-ecommerce-seo-service-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-awards__wrapper--col2-award {
    width: 30%;
  }
}
.california-ecommerce-seo-service-awards__wrapper--col2-award img {
  width: 100%;
}
.california-ecommerce-seo-service-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.california-ecommerce-seo-service-why-choose {
  background-image: url(/public/assets/img/location-pages/california-ecommerce-seo-service/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.california-ecommerce-seo-service-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-seo-service-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.california-ecommerce-seo-service-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-seo-service-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-seo-service-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-seo-service-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.california-ecommerce-seo-service-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.california-ecommerce-seo-service-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.california-ecommerce-seo-service-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.california-ecommerce-seo-service-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.california-ecommerce-seo-service-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-seo-service-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-seo-service-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-seo-service-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-seo-service-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-seo-service-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.california-ecommerce-seo-service-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-seo-service-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-seo-service-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-seo-service-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-seo-service-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-seo-service-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.california-ecommerce-seo-service-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-seo-service-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.california-ecommerce-seo-service-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-seo-service-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.california-ecommerce-seo-service-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-seo-service-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.california-ecommerce-seo-service-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.california-ecommerce-seo-service-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.california-ecommerce-seo-service-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.california-ecommerce-seo-service-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.california-ecommerce-seo-service-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.california-ecommerce-seo-service-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.california-ecommerce-seo-service-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.california-ecommerce-seo-service-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.california-ecommerce-seo-service-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-seo-service-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.california-ecommerce-seo-service-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.california-ecommerce-seo-service-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.california-ecommerce-seo-service-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.california-ecommerce-seo-service-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.california-ecommerce-seo-service-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-seo-service-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-seo-service-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.california-ecommerce-seo-service-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.california-ecommerce-seo-service-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.california-ecommerce-seo-service-process__wrapper--cards-card:hover
  .california-ecommerce-seo-service-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.california-ecommerce-seo-service-process__wrapper--cards-card:hover
  .california-ecommerce-seo-service-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.california-ecommerce-seo-service-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.california-ecommerce-seo-service-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.california-ecommerce-seo-service-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.california-ecommerce-seo-service-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.california-ecommerce-seo-service-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.california-ecommerce-seo-service-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.california-ecommerce-seo-service-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.california-ecommerce-seo-service-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-seo-service-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.california-ecommerce-seo-service-toolsntech {
  padding: 60px 0;
}
.california-ecommerce-seo-service-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.california-ecommerce-seo-service-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-seo-service-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-seo-service-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .california-ecommerce-seo-service-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .california-ecommerce-seo-service-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .california-ecommerce-seo-service-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.california-ecommerce-seo-service-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.california-ecommerce-seo-service-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.california-ecommerce-seo-service-voices .left-gradient-shadow,
.california-ecommerce-seo-service-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.california-ecommerce-seo-service-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.california-ecommerce-seo-service-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.california-ecommerce-seo-service-voices__wrapper {
  overflow: hidden;
}
.california-ecommerce-seo-service-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.california-ecommerce-seo-service-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.california-ecommerce-seo-service-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.california-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.california-ecommerce-seo-service-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.california-ecommerce-seo-service-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-web-development .california-ecommerce-seo-service {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .california-ecommerce-seo-service__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .california-ecommerce-seo-service__wrapper
    .mobile-cta {
    display: none;
  }
}
.california-ecommerce-seo-service-faqs {
  padding: 60px 0;
}
.california-ecommerce-seo-service-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.california-ecommerce-seo-service-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.california-ecommerce-seo-service-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .california-ecommerce-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .california-ecommerce-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .california-ecommerce-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .california-ecommerce-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .california-ecommerce-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.california-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.california-ecommerce-seo-service-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.california-ecommerce-seo-service-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .california-ecommerce-seo-service-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-real-estate-seo-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-hero {
    padding-top: 130px;
  }
}
.texas-real-estate-seo-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-real-estate-seo-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-real-estate-seo-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-real-estate-seo-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-real-estate-seo-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 100px;
    right: 30px;
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: contain;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
  }
}
.texas-real-estate-seo-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-real-estate-seo-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-real-estate-seo-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-real-estate-seo-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-real-estate-seo-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-real-estate-seo-hero__wrapper--desc-card:nth-child(1),
  .texas-real-estate-seo-hero__wrapper--desc-card:nth-child(2),
  .texas-real-estate-seo-hero__wrapper--desc-card:nth-child(4),
  .texas-real-estate-seo-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-real-estate-seo-hero__wrapper--desc-card:nth-child(1),
  .texas-real-estate-seo-hero__wrapper--desc-card:nth-child(2),
  .texas-real-estate-seo-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-real-estate-seo-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-real-estate-seo-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-real-estate-seo-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-real-estate-seo-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-real-estate-seo-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-real-estate-seo-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-real-estate-seo-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero__wrapper--img2 {
    display: none;
  }
}
.texas-real-estate-seo-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-real-estate-seo-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-brands {
    margin-top: 60px;
  }
}
.texas-real-estate-seo-brands__wrapper {
  overflow: hidden;
}
.texas-real-estate-seo-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-real-estate-seo-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-real-estate-seo-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-real-estate-seo-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-real-estate-seo-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-real-estate-seo-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-real-estate-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-real-estate-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-real-estate-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-real-estate-seo-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-real-estate-seo-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-real-estate-seo-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-real-estate-seo-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-real-estate-seo-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-real-estate-seo-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-real-estate-seo-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services__header--heading {
    max-width: 80%;
  }
}
.texas-real-estate-seo-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-real-estate-seo-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-real-estate-seo-services__details {
    top: 220px;
  }
}
.texas-real-estate-seo-services__details {
  display: none;
}
.texas-real-estate-seo-services__details:first-of-type {
  display: block;
}
.texas-real-estate-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-real-estate-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-real-estate-seo-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-real-estate-seo-services__details--heading {
  margin-bottom: 10px;
}
.texas-real-estate-seo-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-real-estate-seo-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-real-estate-seo-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-real-estate-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-real-estate-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-real-estate-seo-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-real-estate-seo-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.texas-real-estate-seo-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-real-estate-seo-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-real-estate-seo-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-real-estate-seo-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-real-estate-seo-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-real-estate-seo-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-real-estate-seo-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-real-estate-seo-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services__timeline {
    bottom: 15px;
  }
}
.texas-real-estate-seo-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-real-estate-seo-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-real-estate-seo-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-real-estate-seo-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-real-estate-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-real-estate-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-real-estate-seo-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services-mob {
    display: none;
  }
}
.texas-real-estate-seo-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-real-estate-seo-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-real-estate-seo-services-mob__header--heading span {
  color: #d1202d;
}
.texas-real-estate-seo-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-real-estate-seo-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-real-estate-seo-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-real-estate-seo-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-real-estate-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-real-estate-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-real-estate-seo-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-real-estate-seo-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-real-estate-seo-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-real-estate-seo-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-real-estate-seo-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-real-estate-seo-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-real-estate-seo-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-real-estate-seo-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-real-estate-seo-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-real-estate-seo-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-real-estate-seo-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-real-estate-seo-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-real-estate-seo-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-real-estate-seo-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-real-estate-seo-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-real-estate-seo-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-real-estate-seo-growth-impact__wrapper--cards-card:nth-child(1):hover {
  border-color: #d63f7f;
}
.texas-real-estate-seo-growth-impact__wrapper--cards-card:nth-child(2):hover {
  border-color: #0e9927;
}
.texas-real-estate-seo-growth-impact__wrapper--cards-card:nth-child(3):hover {
  border-color: #0f2db5;
}
.texas-real-estate-seo-growth-impact__wrapper--cards-card:nth-child(4):hover {
  border-color: #d4881e;
}
.texas-real-estate-seo-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-real-estate-seo-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
}
.texas-real-estate-seo-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-real-estate-seo-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-real-estate-seo-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-real-estate-seo-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-real-estate-seo-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-real-estate-seo-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-real-estate-seo-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.texas-real-estate-seo-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
.texas-real-estate-seo-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-real-estate-seo-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-real-estate-seo-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-real-estate-seo-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-real-estate-seo-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-real-estate-seo-casestudies {
  padding: 24px 0;
}
.texas-real-estate-seo-casestudies__wrapper {
  overflow: hidden;
}
.texas-real-estate-seo-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-real-estate-seo-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-real-estate-seo-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-real-estate-seo-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-real-estate-seo-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-real-estate-seo-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-real-estate-seo-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider .slider .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-real-estate-seo/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-real-estate-seo/case-study-img1.webp);
  }
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-real-estate-seo/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .texas-real-estate-seo-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-real-estate-seo/case-study-img2.webp);
  }
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #2e7fff, #00d98c);
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #1abc9c, #d4af37);
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-real-estate-seo-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-real-estate-seo-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-real-estate-seo-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-real-estate-seo-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-real-estate-seo-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-real-estate-seo-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-real-estate-seo-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-real-estate-seo-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-real-estate-seo-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-real-estate-seo-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-real-estate-seo-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-real-estate-seo-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .texas-real-estate-seo-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-real-estate-seo-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-real-estate-seo-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-real-estate-seo-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-real-estate-seo-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-real-estate-seo-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-real-estate-seo-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-real-estate-seo-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-real-estate-seo-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-real-estate-seo-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-real-estate-seo-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-real-estate-seo-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-real-estate-seo-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-real-estate-seo-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-real-estate-seo-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-real-estate-seo-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-awards__wrapper {
    flex-direction: row;
  }
}
.texas-real-estate-seo-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-real-estate-seo-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-real-estate-seo-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-real-estate-seo-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-real-estate-seo-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-real-estate-seo-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-real-estate-seo-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-real-estate-seo-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-real-estate-seo-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-real-estate-seo/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-real-estate-seo-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-real-estate-seo-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-real-estate-seo-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-real-estate-seo-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-real-estate-seo-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-real-estate-seo-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-real-estate-seo-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-real-estate-seo-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-real-estate-seo-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-real-estate-seo-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-real-estate-seo-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-real-estate-seo-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-real-estate-seo-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-real-estate-seo-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-real-estate-seo-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-real-estate-seo-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-real-estate-seo-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-real-estate-seo-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-real-estate-seo-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-real-estate-seo-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-real-estate-seo-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-real-estate-seo-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-real-estate-seo-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-real-estate-seo-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-real-estate-seo-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-real-estate-seo-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-real-estate-seo-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-real-estate-seo-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-real-estate-seo-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-real-estate-seo-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-real-estate-seo-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-real-estate-seo-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-real-estate-seo-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-real-estate-seo-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-real-estate-seo-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-real-estate-seo-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-real-estate-seo-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-real-estate-seo-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-real-estate-seo-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-real-estate-seo-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-real-estate-seo-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-real-estate-seo-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-real-estate-seo-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-real-estate-seo-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-real-estate-seo-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-process__wrapper--cards {
    justify-content: center;
  }
}
.texas-real-estate-seo-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-real-estate-seo-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-real-estate-seo-process__wrapper--cards-card:hover
  .texas-real-estate-seo-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-real-estate-seo-process__wrapper--cards-card:hover
  .texas-real-estate-seo-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-real-estate-seo-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-real-estate-seo-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-real-estate-seo-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-real-estate-seo-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-real-estate-seo-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.texas-real-estate-seo-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-real-estate-seo-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-real-estate-seo-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-real-estate-seo-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-real-estate-seo-toolsntech {
  padding: 60px 0;
}
.texas-real-estate-seo-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-real-estate-seo-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-real-estate-seo-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-real-estate-seo-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-real-estate-seo-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.texas-real-estate-seo-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .texas-real-estate-seo-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .texas-real-estate-seo-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.texas-real-estate-seo-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.texas-real-estate-seo-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-real-estate-seo-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-real-estate-seo-toolsntech__wrapper--cards .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-real-estate-seo-toolsntech__wrapper--cards .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-real-estate-seo-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-real-estate-seo-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-real-estate-seo-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-real-estate-seo-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-real-estate-seo-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-real-estate-seo-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-real-estate-seo-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-real-estate-seo-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-real-estate-seo-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-real-estate-seo-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-real-estate-seo-voices .left-gradient-shadow,
.texas-real-estate-seo-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-real-estate-seo-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-real-estate-seo-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-real-estate-seo-voices__wrapper {
  overflow: hidden;
}
.texas-real-estate-seo-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-real-estate-seo-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-real-estate-seo-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-real-estate-seo-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-real-estate-seo-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-real-estate-seo-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-texas-quality {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-texas-quality {
    background-position: center center;
  }
}
.pin-section-texas-quality .texas-real-estate-seo {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-texas-quality .texas-real-estate-seo__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-texas-quality .texas-real-estate-seo__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-texas-quality .texas-real-estate-seo__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-texas-quality .texas-real-estate-seo__wrapper--txts {
    width: 35%;
  }
}
.pin-section-texas-quality .texas-real-estate-seo__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-texas-quality .texas-real-estate-seo__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-texas-quality .texas-real-estate-seo__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-texas-quality .texas-real-estate-seo__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-texas-quality .texas-real-estate-seo__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-texas-quality .texas-real-estate-seo__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-texas-quality .texas-real-estate-seo__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-texas-quality .texas-real-estate-seo__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-texas-quality .texas-real-estate-seo__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-texas-quality .texas-real-estate-seo__wrapper--animation {
    width: 60%;
  }
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-texas-quality .texas-real-estate-seo__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-texas-quality .texas-real-estate-seo__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-texas-quality
    .texas-real-estate-seo__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-texas-quality
    .texas-real-estate-seo__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-texas-quality
    .texas-real-estate-seo__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-texas-quality
  .texas-real-estate-seo__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-texas-quality .texas-real-estate-seo__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-texas-quality .texas-real-estate-seo__wrapper .mobile-cta {
    display: none;
  }
}
.texas-real-estate-seo-faqs {
  padding: 60px 0;
}
.texas-real-estate-seo-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-real-estate-seo-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-real-estate-seo-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-real-estate-seo-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-real-estate-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-real-estate-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-real-estate-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-real-estate-seo-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-real-estate-seo-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-real-estate-seo-faqs__wrapper--faq-container .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-real-estate-seo-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-real-estate-seo-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-real-estate-seo-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-real-estate-seo-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-app-development-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-app-development-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-app-development-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-app-development-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-app-development-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-app-development-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-ecommerce-app-development-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-app-development-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-app-development-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-app-development-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-app-development-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-app-development-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-app-development-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-app-development-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-app-development-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-app-development-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-app-development-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-app-development-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-app-development-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-app-development-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-app-development-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-app-development-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-app-development-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-app-development-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-app-development-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-app-development-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-app-development-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-app-development-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-app-development-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-app-development-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-app-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-app-development-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-app-development-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-app-development-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-app-development-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-app-development-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-app-development-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-app-development-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-app-development-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-app-development-services__details {
    top: 220px;
  }
}
.texas-ecommerce-app-development-services__details {
  display: none;
}
.texas-ecommerce-app-development-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-app-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-app-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-app-development-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-app-development-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-app-development-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-app-development-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-app-development-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-app-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-app-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-app-development-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-app-development-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.texas-ecommerce-app-development-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-app-development-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-app-development-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-app-development-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-app-development-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-app-development-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-app-development-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-app-development-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-app-development-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-app-development-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-app-development-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-app-development-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-app-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-app-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-app-development-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services-mob {
    display: none;
  }
}
.texas-ecommerce-app-development-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-app-development-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-app-development-services-mob__header--heading span {
  font-weight: 600;
  color: #d1202d;
}
.texas-ecommerce-app-development-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-app-development-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-app-development-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-app-development-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-app-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-app-development-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-app-development-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-app-development-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-app-development-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-app-development-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-app-development-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-app-development-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-app-development-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-app-development-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-app-development-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-app-development-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-app-development-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-app-development-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-app-development-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-app-development-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-app-development-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #3d13ba;
}
.texas-ecommerce-app-development-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #e0be36;
}
.texas-ecommerce-app-development-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-app-development-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-app-development-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-app-development-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-app-development-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-app-development-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-app-development-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-app-development-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-app-development-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-growth {
    margin-top: 60px;
  }
}
.texas-ecommerce-app-development-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-growth__wrapper {
    padding: 24px;
  }
}
.texas-ecommerce-app-development-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-app-development-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-app-development-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-app-development-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-app-development-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-app-development-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-app-development-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-app-development-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-app-development-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-app-development/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-app-development/case-study-img1.webp);
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-app-development/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-app-development/case-study-img2.webp);
  }
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #ff86dd, #ab66e2);
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #5993ff, #1c00d0);
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-app-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-app-development-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-app-development-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-ecommerce-app-development-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-app-development-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-app-development-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-app-development-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-app-development-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-app-development-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-app-development-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-ecommerce-app-development-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-app-development-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-app-development-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-app-development-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-app-development-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-app-development-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-app-development-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-app-development-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-app-development-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-app-development-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-app-development-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-app-development-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-app-development-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-app-development-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-app-development-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-app-development-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-app-development-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-app-development-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-app-development-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-app-development-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-app-development-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-app-development-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-app-development-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-app-development-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-app-development-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-app-development-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-app-development/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-app-development-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-app-development-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-app-development-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-app-development-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-app-development-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-app-development-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-app-development-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-app-development-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-app-development-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-app-development-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-app-development-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-app-development-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-app-development-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-app-development-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-app-development-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-app-development-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-app-development-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-app-development-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-app-development-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-app-development-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-app-development-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-app-development-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-app-development-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-app-development-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-app-development-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-app-development-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-app-development-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-app-development-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-app-development-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-app-development-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-app-development-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-ecommerce-app-development-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-app-development-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-ecommerce-app-development-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-app-development-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-app-development-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-app-development-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-app-development-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-app-development-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-app-development-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-app-development-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-app-development-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-app-development-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-app-development-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-app-development-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.texas-ecommerce-app-development-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-app-development-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-app-development-process__wrapper--cards-card:hover
  .texas-ecommerce-app-development-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-app-development-process__wrapper--cards-card:hover
  .texas-ecommerce-app-development-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-app-development-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-app-development-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-app-development-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-app-development-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-app-development-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-app-development-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-app-development-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-app-development-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-app-development-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-app-development-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-app-development-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-app-development-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-app-development-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .texas-ecommerce-app-development-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-app-development-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-app-development-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-app-development-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-app-development-voices .left-gradient-shadow,
.texas-ecommerce-app-development-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-app-development-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-app-development-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-app-development-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-app-development-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-app-development-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-app-development-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-app-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-app-development-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-app-development-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-integration {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-integration .texas-ecommerce-app-development {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-integration .texas-ecommerce-app-development__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-integration
  .texas-ecommerce-app-development__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-app-development__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-app-development-faqs {
  padding: 60px 0;
}
.texas-ecommerce-app-development-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-app-development-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-app-development-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-ecommerce-app-development-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-app-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-app-development-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-app-development-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-app-development-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-web-development-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-web-development-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-web-development-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-web-development-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-web-development-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-web-development-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-ecommerce-web-development-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-web-development-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-web-development-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-web-development-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-web-development-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-web-development-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-web-development-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-web-development-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-web-development-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-web-development-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-web-development-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-web-development-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-web-development-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-web-development-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-web-development-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-web-development-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-web-development-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-web-development-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-web-development-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-web-development-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-web-development-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-web-development-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-web-development-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-web-development-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-web-development-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-web-development-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-web-development-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-web-development-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-web-development-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-web-development-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-web-development-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-web-development-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-web-development-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-web-development-services__details {
    top: 220px;
  }
}
.texas-ecommerce-web-development-services__details {
  display: none;
}
.texas-ecommerce-web-development-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-web-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-web-development-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 90px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-web-development-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-web-development-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-web-development-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-web-development-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-web-development-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-web-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-web-development-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-web-development-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-web-development-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.texas-ecommerce-web-development-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-web-development-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-web-development-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-web-development-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-web-development-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-web-development-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-web-development-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-web-development-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-web-development-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-web-development-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-web-development-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-web-development-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-web-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-web-development-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-web-development-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services-mob {
    display: none;
  }
}
.texas-ecommerce-web-development-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-web-development-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-web-development-services-mob__header--heading span {
  color: #d1202d;
}
.texas-ecommerce-web-development-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-web-development-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-web-development-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-web-development-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-web-development-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-web-development-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-web-development-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-web-development-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-web-development-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-web-development-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-web-development-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-web-development-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-web-development-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-web-development-growth-impact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-web-development-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-web-development-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-web-development-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-web-development-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-web-development-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-web-development-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-web-development-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #d63f7f;
}
.texas-ecommerce-web-development-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #0e9927;
}
.texas-ecommerce-web-development-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-web-development-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 0px;
}
.texas-ecommerce-web-development-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-web-development-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-web-development-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-web-development-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-web-development-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-web-development-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-web-development-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-growth {
    margin-top: 60px;
  }
}
.texas-ecommerce-web-development-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-growth__wrapper {
    padding: 24px;
  }
}
.texas-ecommerce-web-development-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-web-development-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-web-development-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-web-development-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-web-development-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-web-development-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-web-development-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-web-development-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-web-development-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-CvM0IR5S.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-B06HgjSO.webp);
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-B0iF_fGz.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-BsSYGIyn.webp);
  }
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #c76c00, #603706);
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #c76c00, #7b8b03);
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-web-development-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-web-development-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-web-development-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-ecommerce-web-development-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-web-development-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-web-development-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-web-development-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-web-development-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-web-development-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-web-development-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-history__wrapper--cards {
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0px;
  }
}
.texas-ecommerce-web-development-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-web-development-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-history__wrapper--cards-card {
    width: 45%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-web-development-history__wrapper--cards-card:nth-child(2n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-web-development-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-web-development-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-web-development-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-web-development-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-web-development-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-web-development-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-web-development-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-web-development-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: pre-wrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-web-development-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-web-development-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-web-development-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-web-development-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-web-development-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-web-development-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-web-development-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-web-development-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-web-development-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-web-development-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-web-development-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-web-development-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-web-development-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-web-development-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-web-development-why-choose {
  background-image: url(/build/assets/why-choose-gb-Dbd3owdB.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-web-development-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-web-development-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-web-development-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-web-development-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-web-development-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-web-development-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-web-development-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-web-development-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-web-development-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-web-development-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-web-development-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-web-development-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-web-development-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-web-development-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-web-development-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-web-development-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-web-development-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-web-development-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-web-development-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-web-development-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-web-development-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-web-development-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-web-development-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.texas-ecommerce-web-development-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-web-development-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-web-development-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-web-development-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-web-development-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-web-development-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-web-development-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-web-development-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
.texas-ecommerce-web-development-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-web-development-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-excellence__wrapper--cards #card5 {
    width: 48%;
  }
}
.texas-ecommerce-web-development-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
    min-height: 70px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-web-development-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-web-development-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-web-development-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-web-development-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-web-development-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-web-development-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-web-development-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-web-development-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-web-development-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-web-development-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-web-development-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.texas-ecommerce-web-development-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-web-development-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-web-development-process__wrapper--cards-card:hover
  .texas-ecommerce-web-development-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-web-development-process__wrapper--cards-card:hover
  .texas-ecommerce-web-development-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-web-development-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-web-development-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-web-development-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-web-development-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-web-development-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.texas-ecommerce-web-development-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-web-development-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-web-development-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-web-development-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-web-development-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-web-development-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-web-development-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-web-development-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-web-development-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    justify-content: space-between;
  }
  .texas-ecommerce-web-development-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-web-development-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-web-development-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-web-development-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-web-development-voices .left-gradient-shadow,
.texas-ecommerce-web-development-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-web-development-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-web-development-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-web-development-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-web-development-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-web-development-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-web-development-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-web-development-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-web-development-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-web-development-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-texas-ecommerce-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-texas-ecommerce-web-development {
    background-position: center center;
  }
}
.pin-section-texas-ecommerce-web-development .texas-ecommerce-web-development {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper--txts {
    width: 35%;
  }
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper--animation {
    width: 60%;
  }
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-texas-ecommerce-web-development
  .texas-ecommerce-web-development__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-texas-ecommerce-web-development
    .texas-ecommerce-web-development__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-web-development-faqs {
  padding: 60px 0;
}
.texas-ecommerce-web-development-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-web-development-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-web-development-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-ecommerce-web-development-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-web-development-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-web-development-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-web-development-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-web-development-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-digital-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-digital-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-digital-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 100%;
    max-width: 500px;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-digital-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-digital-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-digital-marketing-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-digital-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-digital-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-digital-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-digital-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-digital-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-digital-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-digital-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-digital-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-digital-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-digital-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-digital-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-digital-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-digital-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-digital-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-digital-marketing-services__details {
    top: 220px;
  }
}
.texas-ecommerce-digital-marketing-services__details {
  display: none;
}
.texas-ecommerce-digital-marketing-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-digital-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-digital-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-digital-marketing-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-digital-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-digital-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-digital-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-digital-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-digital-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-digital-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.texas-ecommerce-digital-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-digital-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-digital-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-digital-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-digital-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-digital-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-digital-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-digital-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-digital-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-digital-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-digital-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-digital-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-digital-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services-mob {
    display: none;
  }
}
.texas-ecommerce-digital-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-digital-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-digital-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.texas-ecommerce-digital-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-digital-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-digital-marketing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #ba131b;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #36e069;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-digital-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-digital-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-growth {
    margin-top: 60px;
  }
}
.texas-ecommerce-digital-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-growth__wrapper {
    padding: 24px;
  }
}
.texas-ecommerce-digital-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-digital-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-digital-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-digital-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-digital-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-digital-marketing-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-digital-marketing/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-digital-marketing/case-study-img1.webp);
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-digital-marketing/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-digital-marketing/case-study-img2.webp);
  }
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #1c00d0);
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #ff86dd, #ab66e2);
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-digital-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-ecommerce-digital-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-digital-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-digital-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-digital-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-digital-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-ecommerce-digital-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-digital-marketing-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-history__wrapper--cards-card {
    width: 50%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-digital-marketing-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-digital-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-digital-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-digital-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-digital-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-digital-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-digital-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-digital-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-digital-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-digital-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-digital-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-digital-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-digital-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-digital-marketing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-digital-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-digital-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-digital-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-digital-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-digital-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-digital-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-digital-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-digital-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-digital-marketing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-digital-marketing/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-digital-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-digital-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-digital-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
    min-height: 70px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-digital-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-digital-marketing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-digital-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-digital-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-digital-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-digital-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-digital-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.texas-ecommerce-digital-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-digital-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-digital-marketing-process__wrapper--cards-card:hover
  .texas-ecommerce-digital-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-digital-marketing-process__wrapper--cards-card:hover
  .texas-ecommerce-digital-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-digital-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-digital-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-digital-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-digital-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-digital-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-digital-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-digital-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-digital-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-digital-marketing-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-digital-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-digital-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-digital-marketing-voices .left-gradient-shadow,
.texas-ecommerce-digital-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-digital-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-digital-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-digital-marketing-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-digital-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-digital-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-digital-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-digital-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-digital-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-digital-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-integration {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-integration .texas-ecommerce-digital-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-integration
  .texas-ecommerce-digital-marketing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-digital-marketing__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-digital-marketing-faqs {
  padding: 60px 0;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-digital-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-digital-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-digital-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-seo-service-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-seo-service-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-seo-service-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-seo-service-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-seo-service-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-seo-service-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-seo-service-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-seo-service-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-seo-service-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-seo-service-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-seo-service-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-seo-service-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-seo-service-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-seo-service-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-seo-service-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-seo-service-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-seo-service-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-seo-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-seo-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-seo-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-seo-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-seo-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-seo-services__details {
    top: 220px;
  }
}
.texas-ecommerce-seo-services__details {
  display: none;
}
.texas-ecommerce-seo-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-seo-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-seo-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-seo-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-seo-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-seo-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-seo-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-seo-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-seo-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-seo-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 175px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services__slidesdiv--slide-img {
    bottom: 130px;
  }
}
.texas-ecommerce-seo-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-seo-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-seo-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-seo-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-seo-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-seo-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-seo-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-seo-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-seo-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-seo-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-seo-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-seo-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-seo-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-seo-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services-mob {
    display: none;
  }
}
.texas-ecommerce-seo-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-seo-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-seo-services-mob__header--heading span {
  color: #d1202d;
}
.texas-ecommerce-seo-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-seo-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-seo-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-seo-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-seo-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-seo-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-seo-services-mob__slidesdiv--slide-headinglink {
  cursor: pointer;
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.texas-ecommerce-seo-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-seo-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-seo-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-seo-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-seo-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-seo-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-seo-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-seo-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-seo-service-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-seo-service-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-seo-service-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #28a745;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #e0be36;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-seo-service-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-seo-service-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-growth {
    margin-top: 60px;
  }
}
.texas-ecommerce-seo-service-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-growth__wrapper {
    padding: 24px;
  }
}
.texas-ecommerce-seo-service-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-seo-service-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-seo-service-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-seo-service-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-seo-service-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-seo-service-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-seo-service-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-seo-service-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-seo-service-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-seo-service/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-seo-service/case-study-img1.webp);
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-seo-service/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-seo-service/case-study-img2.webp);
  }
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #022d3f);
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #8b7acf, #ab296e);
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-seo-service-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-seo-service-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-seo-service-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-ecommerce-seo-service-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-seo-service-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-seo-service-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-seo-service-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-seo-service-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-seo-service-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-seo-service-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-ecommerce-seo-service-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-seo-service-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-seo-service-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-seo-service-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-seo-service-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-seo-service-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-seo-service-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-seo-service-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-seo-service-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-seo-service-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-seo-service-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-seo-service-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-seo-service-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-seo-service-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-seo-service-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-seo-service-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-seo-service-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-seo-service-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-seo-service-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-seo-service-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-seo-service-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-seo-service-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-seo-service-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-seo-service-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-seo-service-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-seo-service-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-seo-service/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-seo-service-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-seo-service-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-seo-service-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-seo-service-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-seo-service-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-seo-service-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-seo-service-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-seo-service-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-seo-service-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-seo-service-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-seo-service-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-seo-service-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-seo-service-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-seo-service-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-seo-service-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-seo-service-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-seo-service-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-seo-service-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-seo-service-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-seo-service-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-seo-service-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-seo-service-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-seo-service-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-seo-service-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-seo-service-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-seo-service-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-seo-service-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-seo-service-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-seo-service-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-seo-service-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-seo-service-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-excellence__wrapper--cards #card4 {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-ecommerce-seo-service-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-seo-service-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-ecommerce-seo-service-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
    min-height: 70px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-seo-service-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-seo-service-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-seo-service-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-seo-service-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-seo-service-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-seo-service-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-seo-service-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-seo-service-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-seo-service-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-seo-service-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-seo-service-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.texas-ecommerce-seo-service-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-seo-service-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-seo-service-process__wrapper--cards-card:hover
  .texas-ecommerce-seo-service-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-seo-service-process__wrapper--cards-card:hover
  .texas-ecommerce-seo-service-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-seo-service-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-seo-service-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-seo-service-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-seo-service-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-seo-service-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-seo-service-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-seo-service-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-seo-service-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-seo-service-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-seo-service-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .texas-ecommerce-seo-service-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .texas-ecommerce-seo-service-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-seo-service-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-seo-service-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-seo-service-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-seo-service-voices .left-gradient-shadow,
.texas-ecommerce-seo-service-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-seo-service-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-seo-service-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-seo-service-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-seo-service-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-seo-service-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-seo-service-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-seo-service-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-seo-service-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-seo-service-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-web-development {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-california-web-development {
    background-position: center center;
  }
}
.pin-section-california-web-development .texas-ecommerce-seo-service {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-web-development .texas-ecommerce-seo-service__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-web-development
  .texas-ecommerce-seo-service__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-web-development
    .texas-ecommerce-seo-service__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-seo-service-faqs {
  padding: 60px 0;
}
.texas-ecommerce-seo-service-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-seo-service-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-seo-service-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-ecommerce-seo-service-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-seo-service-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-seo-service-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-seo-service-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-seo-service-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-content-writing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-content-writing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-content-writing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-content-writing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-content-writing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-content-writing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-content-writing-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-content-writing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-content-writing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-content-writing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-content-writing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-content-writing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-content-writing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-content-writing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-content-writing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-content-writing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-content-writing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-content-writing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-content-writing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-content-writing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-content-writing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-content-writing-services__details {
    top: 220px;
  }
}
.texas-ecommerce-content-writing-services__details {
  display: none;
}
.texas-ecommerce-content-writing-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-content-writing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-content-writing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-content-writing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-content-writing-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-content-writing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-content-writing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-content-writing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-content-writing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-content-writing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-content-writing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.texas-ecommerce-content-writing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-content-writing-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-content-writing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-content-writing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-content-writing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-content-writing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-content-writing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-content-writing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-content-writing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-content-writing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-content-writing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-content-writing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-content-writing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-content-writing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services-mob {
    display: none;
  }
}
.texas-ecommerce-content-writing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-content-writing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-content-writing-services-mob__header--heading span {
  color: #d1202d;
}
.texas-ecommerce-content-writing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-content-writing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-content-writing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-content-writing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-content-writing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-content-writing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-content-writing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-content-writing-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #ba131b;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #36e069;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-content-writing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-content-writing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-growth {
    margin-top: 60px;
  }
}
.texas-ecommerce-content-writing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-growth__wrapper {
    padding: 24px;
  }
}
.texas-ecommerce-content-writing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-content-writing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-content-writing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-content-writing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-content-writing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-content-writing-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-content-writing-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-content-writing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-content-writing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-content-writing/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-content-writing/case-study-img1.webp);
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-content-writing/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-content-writing/case-study-img2.webp);
  }
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5993ff, #1c00d0);
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #ff86dd, #ab66e2);
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-content-writing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-content-writing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-content-writing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-ecommerce-content-writing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-content-writing-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-content-writing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-content-writing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-content-writing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-content-writing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-content-writing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-ecommerce-content-writing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-content-writing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-history__wrapper--cards-card {
    width: 50%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-content-writing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-content-writing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-content-writing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-content-writing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-content-writing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-content-writing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-content-writing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-content-writing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-content-writing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-content-writing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-content-writing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-content-writing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-content-writing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-content-writing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-content-writing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-content-writing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-content-writing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-content-writing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-content-writing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-content-writing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-content-writing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-content-writing-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-content-writing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-content-writing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-content-writing/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-content-writing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-content-writing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-content-writing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-content-writing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-content-writing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-content-writing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-content-writing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-content-writing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-content-writing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-content-writing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-content-writing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-content-writing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-content-writing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-content-writing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-content-writing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-content-writing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-content-writing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-content-writing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-content-writing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-content-writing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-content-writing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-content-writing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-content-writing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-content-writing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-content-writing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-content-writing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-content-writing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-content-writing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-content-writing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-content-writing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-content-writing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-ecommerce-content-writing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-content-writing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-ecommerce-content-writing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
    min-height: 70px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-content-writing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-content-writing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-content-writing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-content-writing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-content-writing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-content-writing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-content-writing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-content-writing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-content-writing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-content-writing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-content-writing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.texas-ecommerce-content-writing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-content-writing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-content-writing-process__wrapper--cards-card:hover
  .texas-ecommerce-content-writing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-content-writing-process__wrapper--cards-card:hover
  .texas-ecommerce-content-writing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-content-writing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-content-writing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-content-writing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-content-writing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-content-writing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-content-writing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-content-writing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-content-writing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-content-writing-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-content-writing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .texas-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .texas-ecommerce-content-writing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotategr 3s linear infinite;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-content-writing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-content-writing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-content-writing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-content-writing-voices .left-gradient-shadow,
.texas-ecommerce-content-writing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-content-writing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-content-writing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-content-writing-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-content-writing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-content-writing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-content-writing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-content-writing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-content-writing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-content-writing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-integration {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-integration .texas-ecommerce-content-writing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-integration .texas-ecommerce-content-writing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-integration
  .texas-ecommerce-content-writing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-content-writing__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-content-writing-faqs {
  padding: 60px 0;
}
.texas-ecommerce-content-writing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-content-writing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-content-writing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-ecommerce-content-writing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-content-writing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-content-writing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-content-writing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-content-writing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-email-marketing-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-email-marketing-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-email-marketing-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-email-marketing-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-email-marketing-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-email-marketing-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-email-marketing-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-email-marketing-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-email-marketing-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-email-marketing-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-email-marketing-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-email-marketing-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-email-marketing-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-email-marketing-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-email-marketing-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-email-marketing-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-email-marketing-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-email-marketing-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-email-marketing-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-email-marketing-services__details {
    top: 220px;
  }
}
.texas-ecommerce-email-marketing-services__details {
  display: none;
}
.texas-ecommerce-email-marketing-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-email-marketing-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-email-marketing-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-email-marketing-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-email-marketing-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-email-marketing-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-email-marketing-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-email-marketing-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-email-marketing-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-email-marketing-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.texas-ecommerce-email-marketing-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-email-marketing-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-email-marketing-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-email-marketing-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-email-marketing-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-email-marketing-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-email-marketing-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-email-marketing-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-email-marketing-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-email-marketing-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-email-marketing-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-email-marketing-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-email-marketing-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-email-marketing-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services-mob {
    display: none;
  }
}
.texas-ecommerce-email-marketing-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-email-marketing-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-email-marketing-services-mob__header--heading span {
  color: #d1202d;
}
.texas-ecommerce-email-marketing-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-email-marketing-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-email-marketing-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #12b037;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #e0d236;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-email-marketing-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-email-marketing-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-growth {
    margin-top: 60px;
  }
}
.texas-ecommerce-email-marketing-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-growth__wrapper {
    padding: 24px;
  }
}
.texas-ecommerce-email-marketing-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-email-marketing-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-email-marketing-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-email-marketing-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-email-marketing-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-email-marketing-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-email-marketing-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-email-marketing/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-email-marketing/case-study-img1.webp);
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-email-marketing/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-email-marketing/case-study-img2.webp);
  }
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #c76c00, #7b8b03);
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #5993ff, #263d68);
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-email-marketing-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-ecommerce-email-marketing-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-email-marketing-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-email-marketing-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-email-marketing-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-email-marketing-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-ecommerce-email-marketing-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-email-marketing-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-history__wrapper--cards-card {
    width: 50%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-email-marketing-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-email-marketing-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-email-marketing-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-email-marketing-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-email-marketing-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-email-marketing-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-email-marketing-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-email-marketing-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-email-marketing-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-email-marketing-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-email-marketing-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-email-marketing-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-email-marketing-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-email-marketing-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-email-marketing-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-email-marketing-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-email-marketing-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-email-marketing-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-email-marketing-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-email-marketing-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-email-marketing-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-email-marketing-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-email-marketing-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-email-marketing/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-email-marketing-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-email-marketing-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-email-marketing-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-email-marketing-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-email-marketing-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-email-marketing-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-email-marketing-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-email-marketing-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-email-marketing-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-email-marketing-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-email-marketing-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-email-marketing-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-email-marketing-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-email-marketing-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-email-marketing-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-email-marketing-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-email-marketing-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-email-marketing-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-email-marketing-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
    min-height: 70px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-email-marketing-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-email-marketing-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-email-marketing-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-email-marketing-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-email-marketing-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-email-marketing-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-email-marketing-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-email-marketing-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.texas-ecommerce-email-marketing-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-email-marketing-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-email-marketing-process__wrapper--cards-card:hover
  .texas-ecommerce-email-marketing-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-email-marketing-process__wrapper--cards-card:hover
  .texas-ecommerce-email-marketing-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-email-marketing-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-email-marketing-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-email-marketing-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-email-marketing-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-email-marketing-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-email-marketing-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-email-marketing-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-email-marketing-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-email-marketing-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap.card-1,
  .texas-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .texas-ecommerce-email-marketing-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-email-marketing-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-email-marketing-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-email-marketing-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-email-marketing-voices .left-gradient-shadow,
.texas-ecommerce-email-marketing-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-email-marketing-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-email-marketing-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-email-marketing-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-email-marketing-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-email-marketing-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-email-marketing-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-email-marketing-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-email-marketing-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-email-marketing-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-california-integration {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-california-integration .texas-ecommerce-email-marketing {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-integration .texas-ecommerce-email-marketing__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-integration
  .texas-ecommerce-email-marketing__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-email-marketing__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-email-marketing-faqs {
  padding: 60px 0;
}
.texas-ecommerce-email-marketing-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-email-marketing-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-email-marketing-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-ecommerce-email-marketing-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-email-marketing-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-email-marketing-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-email-marketing-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-email-marketing-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-ux-design-partner-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-ux-design-partner-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-ux-design-partner-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-ux-design-partner-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-ux-design-partner-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-ux-design-partner-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--client-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-ux-design-partner-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-ux-design-partner-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-ux-design-partner-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-ux-design-partner-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-ux-design-partner-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-ux-design-partner-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-ux-design-partner-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-ux-design-partner-services__details {
    top: 220px;
  }
}
.texas-ecommerce-ux-design-partner-services__details {
  display: none;
}
.texas-ecommerce-ux-design-partner-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-ux-design-partner-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-ux-design-partner-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-ux-design-partner-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-ux-design-partner-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-ux-design-partner-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-ux-design-partner-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-ux-design-partner-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-ux-design-partner-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-ux-design-partner-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-ux-design-partner-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-ux-design-partner-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.texas-ecommerce-ux-design-partner-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-ux-design-partner-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-ux-design-partner-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-ux-design-partner-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-ux-design-partner-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-ux-design-partner-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-ux-design-partner-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-ux-design-partner-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-ux-design-partner-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-ux-design-partner-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-ux-design-partner-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-ux-design-partner-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-ux-design-partner-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services-mob {
    display: none;
  }
}
.texas-ecommerce-ux-design-partner-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-ux-design-partner-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-services-mob__header--heading span {
  color: #d1202d;
}
.texas-ecommerce-ux-design-partner-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-ux-design-partner-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-ux-design-partner-growth-impact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #28a745;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #ffc107;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-ux-design-partner-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-ux-design-partner-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.texas-ecommerce-ux-design-partner-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-growth__wrapper {
    padding: 24px;
  }
}
.texas-ecommerce-ux-design-partner-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-ux-design-partner-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-ux-design-partner-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-ux-design-partner-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-ux-design-partner-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-ux-design-partner-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(/build/assets/mob-case-study-img1-BWMhkuJ3.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(/build/assets/case-study-img1-CoNgJ2Bj.webp);
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(/build/assets/mob-case-study-img2-DROgfb09.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(/build/assets/case-study-img2-C5KywpPl.webp);
  }
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #ebbd03, #729307);
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #5d89ed, #212fd1);
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-ux-design-partner-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-ecommerce-ux-design-partner-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-ux-design-partner-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-ux-design-partner-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-ux-design-partner-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-ecommerce-ux-design-partner-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-ux-design-partner-history__wrapper--cards-card:nth-child(
    odd
  ) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-ux-design-partner-history__wrapper--cards-card:nth-child(
    4n
  ) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-ux-design-partner-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-ux-design-partner-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-ux-design-partner-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-ux-design-partner-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-ux-design-partner-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-ux-design-partner-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-ux-design-partner-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-ux-design-partner-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-ux-design-partner-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-ux-design-partner-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-ux-design-partner-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-ux-design-partner-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-ux-design-partner-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-ux-design-partner-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-ux-design-partner-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-ux-design-partner-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-ux-design-partner-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-ux-design-partner-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-ux-design-partner-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-ux-design-partner-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-ux-design-partner-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-ux-design-partner-why-choose {
  background-image: url(/build/assets/why-choose-gb-oypjzGLS.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-ux-design-partner-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-ux-design-partner-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
    min-height: 40px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-ux-design-partner-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-ux-design-partner-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
.texas-ecommerce-ux-design-partner-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-ux-design-partner-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-ux-design-partner-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-process__wrapper--cards {
    justify-content: center;
  }
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards-card:hover
  .texas-ecommerce-ux-design-partner-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards-card:hover
  .texas-ecommerce-ux-design-partner-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.texas-ecommerce-ux-design-partner-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-ux-design-partner-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-ux-design-partner-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-ux-design-partner-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-ux-design-partner-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards
  .design-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards
  .mid-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards
  .last-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cards-list
  .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-ux-design-partner-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-ux-design-partner-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-ux-design-partner-voices .left-gradient-shadow,
.texas-ecommerce-ux-design-partner-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-ux-design-partner-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-ux-design-partner-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-ux-design-partner-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-ux-design-partner-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-ux-design-partner-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-ux-design-partner-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ux-design {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
.pin-section-ux-design .texas-ecommerce-ux-design-partner {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-ux-design .texas-ecommerce-ux-design-partner__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-ecommerce-ux-design-partner__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ux-design .texas-ecommerce-ux-design-partner__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-ecommerce-ux-design-partner__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .texas-ecommerce-ux-design-partner__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ux-design
    .texas-ecommerce-ux-design-partner__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ux-design .texas-ecommerce-ux-design-partner__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-ecommerce-ux-design-partner__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .texas-ecommerce-ux-design-partner__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-ux-design .texas-ecommerce-ux-design-partner__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .texas-ecommerce-ux-design-partner__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .texas-ecommerce-ux-design-partner__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ux-design
    .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ux-design
  .texas-ecommerce-ux-design-partner__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ux-design .texas-ecommerce-ux-design-partner__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .texas-ecommerce-ux-design-partner__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-ux-design-partner-faqs {
  padding: 60px 0;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-ux-design-partner-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-ux-design-partner-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-migration-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(/build/assets/hero-section-bg-pAI87Vwu.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-migration-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-migration-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-migration-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-migration-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-migration-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-ecommerce-migration-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-migration-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-migration-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-migration-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-migration-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-migration-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-migration-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-migration-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-migration-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-migration-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-migration-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-migration-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-migration-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-migration-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-migration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-migration-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-migration-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-migration-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-migration-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-migration-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-migration-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-migration-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-migration-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-migration-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-migration-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-migration-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-migration-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-migration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-migration-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-migration-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-migration-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-migration-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-migration-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-migration-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-migration-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-migration-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-migration-services__details {
    top: 220px;
  }
}
.texas-ecommerce-migration-services__details {
  display: none;
}
.texas-ecommerce-migration-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-migration-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-migration-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-migration-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-migration-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-migration-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-migration-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-migration-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-migration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-migration-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-migration-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.texas-ecommerce-migration-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-migration-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-migration-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-migration-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-migration-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-migration-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-migration-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-migration-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-migration-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-migration-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-migration-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-migration-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-migration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-migration-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services-mob {
    display: none;
  }
}
.texas-ecommerce-migration-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-migration-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-migration-services-mob__header--heading span {
  color: #d1202d;
}
.texas-ecommerce-migration-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-migration-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-migration-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-migration-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-migration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-migration-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-migration-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-migration-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-migration-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-migration-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-migration-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-migration-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-migration-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-migration-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-migration-growth-impact {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-migration-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-migration-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-migration-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-migration-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-migration-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-migration-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-migration-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #ffc107;
}
.texas-ecommerce-migration-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #28a745;
}
.texas-ecommerce-migration-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-migration-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-migration-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-migration-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-migration-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-migration-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-migration-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-migration-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-migration-growth {
  background-color: #ffd5d800;
  padding-top: 60px;
  padding-bottom: 60px;
}
.texas-ecommerce-migration-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-growth__wrapper {
    padding: 24px;
  }
}
.texas-ecommerce-migration-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-migration-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-migration-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-migration-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-migration-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  background-color: #d1202d;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-migration-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-migration-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-migration-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-migration-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-migration/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-migration/case-study-img1.webp);
  }
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-migration/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-migration/case-study-img2.webp);
  }
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #5d89ed, #212fd1);
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #55b15d, #1b612e);
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-migration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-migration-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-migration-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.texas-ecommerce-migration-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-migration-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-migration-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-migration-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-migration-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-migration-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-migration-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-ecommerce-migration-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-migration-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-history__wrapper--cards-card {
    width: 25%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-migration-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-migration-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-migration-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-migration-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-migration-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-migration-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-migration-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-migration-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-migration-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-migration-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-migration-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-migration-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-migration-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-migration-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-migration-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-migration-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-migration-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-migration-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-migration-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-migration-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-migration-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-migration-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-migration-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-migration-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-migration/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-migration-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-migration-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-migration-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-migration-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-migration-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-migration-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-migration-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-migration-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-migration-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-migration-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-migration-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-migration-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-migration-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-migration-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-migration-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-migration-excellence {
  background-image: url(/build/assets/excellence-bg-BDA_mKpM.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-migration-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-migration-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-migration-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-migration-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-migration-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-migration-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-migration-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-migration-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-migration-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-migration-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-migration-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-migration-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-migration-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-migration-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-migration-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-ecommerce-migration-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-migration-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-ecommerce-migration-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-migration-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-migration-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-migration-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-migration-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-migration-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-process__wrapper {
    padding-inline: 0.5rem !important;
  }
}
.texas-ecommerce-migration-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-migration-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-migration-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-migration-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-migration-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-migration-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 16px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-process__wrapper--cards {
    justify-content: center;
  }
}
.texas-ecommerce-migration-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-migration-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-migration-process__wrapper--cards-card:hover
  .texas-ecommerce-migration-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-migration-process__wrapper--cards-card:hover
  .texas-ecommerce-migration-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-migration-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-migration-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-migration-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-migration-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-migration-process__wrapper--cards-headinglink {
  text-decoration: none;
  color: #1c1c1c;
}
.texas-ecommerce-migration-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-migration-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-migration-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-migration-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-migration-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-migration-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-migration-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-migration-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-migration-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-migration-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
  }
}
.texas-ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-toolsntech__wrapper--cards-cardwrap {
    width: 24%;
    flex-wrap: wrap;
  }
  .texas-ecommerce-migration-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-toolsntech__wrapper--cards .card-row-2 {
    width: 49%;
  }
}
.texas-ecommerce-migration-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-migration-toolsntech__wrapper--cards .backend-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-ecommerce-migration-toolsntech__wrapper--cards .hosting-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-migration-toolsntech__wrapper--cards .last-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-migration-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-migration-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-migration-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-migration-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-migration-toolsntech__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-migration-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-migration-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-migration-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-migration-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-migration-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-migration-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-migration-voices .left-gradient-shadow,
.texas-ecommerce-migration-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-migration-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-migration-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-migration-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-migration-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-migration-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-migration-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 20%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-migration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-migration-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-migration-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
.pin-section-ux-design {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-ux-design {
    background-position: center center;
  }
}
.pin-section-ux-design .texas-ecommerce-migration {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-ux-design .texas-ecommerce-migration__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-ecommerce-migration__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-ux-design .texas-ecommerce-migration__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-ecommerce-migration__wrapper--txts {
    width: 35%;
  }
}
.pin-section-ux-design .texas-ecommerce-migration__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-ecommerce-migration__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-ux-design .texas-ecommerce-migration__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-ux-design .texas-ecommerce-migration__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-ux-design .texas-ecommerce-migration__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-ecommerce-migration__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-ux-design .texas-ecommerce-migration__wrapper .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-ecommerce-migration__wrapper .desktop-cta {
    display: block;
  }
}
.pin-section-ux-design .texas-ecommerce-migration__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-ecommerce-migration__wrapper--animation {
    width: 60%;
  }
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-ux-design .texas-ecommerce-migration__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-ux-design .texas-ecommerce-migration__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .texas-ecommerce-migration__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-ux-design
    .texas-ecommerce-migration__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-ux-design
    .texas-ecommerce-migration__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-ux-design
  .texas-ecommerce-migration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-ux-design .texas-ecommerce-migration__wrapper .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-ux-design .texas-ecommerce-migration__wrapper .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-migration-faqs {
  padding: 60px 0;
}
.texas-ecommerce-migration-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-migration-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-migration-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-migration-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-ecommerce-migration-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-migration-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-migration-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-migration-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-migration-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.texas-ecommerce-integration-hero {
  padding-top: 100px;
  padding-bottom: 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/hero-section-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero {
    padding-top: 200px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-hero {
    padding-top: 180px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-hero {
    padding-top: 130px;
  }
}
.texas-ecommerce-integration-hero__wrapper--headings {
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.texas-ecommerce-integration-hero__wrapper--headings-heading1 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  font-style: italic;
  color: #1c1c1c;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-hero__wrapper--headings-heading1 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero__wrapper--headings-heading1 {
    width: 60%;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-hero__wrapper--headings-heading1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-hero__wrapper--headings-heading1 {
    font-size: 36px;
  }
}
.texas-ecommerce-integration-hero__wrapper--headings-heading2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-hero__wrapper--headings-heading2 {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero__wrapper--headings-heading2 {
    font-size: 44px;
    line-height: 54px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-hero__wrapper--headings-heading2 {
    font-size: 52px;
    line-height: 64px;
    text-align: start;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-hero__wrapper--headings-heading2 {
    font-size: 60px;
    line-height: 84px;
    text-align: start;
  }
}
.texas-ecommerce-integration-hero__wrapper--headings-heading2 span {
  color: #d1202d;
}
.texas-ecommerce-integration-hero__wrapper--headings-img {
  display: none;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero__wrapper--headings-img {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-hero__wrapper--headings-img {
    top: 60px;
    right: 0;
    width: 45%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-hero__wrapper--headings-img {
    width: 45%;
  }
}
.texas-ecommerce-integration-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  background-color: #e5f6ff99;
  padding: 24px 16px;
  gap: 20px;
  border-radius: 32px;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-hero__wrapper--desc {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-hero__wrapper--desc {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-hero__wrapper--desc {
    padding: 30px;
  }
}
.texas-ecommerce-integration-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-hero__wrapper--desc-text {
    text-align: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero__wrapper--desc-text {
    padding-right: 550px;
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-hero__wrapper--desc-text {
    padding-right: 550px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-hero__wrapper--desc-text {
    padding-right: 570px;
  }
}
.texas-ecommerce-integration-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.texas-ecommerce-integration-hero__wrapper--desc-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-self: center;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-hero__wrapper--desc-cards {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero__wrapper--desc-cards {
    gap: 16px;
  }
}
.texas-ecommerce-integration-hero__wrapper--desc-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 16px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-hero__wrapper--desc-card {
    width: 28%;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-integration-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-integration-hero__wrapper--desc-card:nth-child(4),
  .texas-ecommerce-integration-hero__wrapper--desc-card:nth-child(5) {
    border-right: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-integration-hero__wrapper--desc-card:nth-child(1),
  .texas-ecommerce-integration-hero__wrapper--desc-card:nth-child(2),
  .texas-ecommerce-integration-hero__wrapper--desc-card:nth-child(3) {
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .texas-ecommerce-integration-hero__wrapper--desc-card:nth-child(4) {
    border-bottom: 1px solid transparent;
  }
  .texas-ecommerce-integration-hero__wrapper--desc-card:nth-child(3) {
    border-right: 1px solid transparent;
  }
}
.texas-ecommerce-integration-hero__wrapper--desc-cardnum {
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
  font-style: italic;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-integration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    font-weight: 400;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero__wrapper--desc-cardnum {
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-integration-hero__wrapper--desc-carddesc {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: Lato, sans-serif;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-integration-hero__wrapper--desc-carddesc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero__wrapper--desc-carddesc {
    font-size: 16px;
  }
}
.texas-ecommerce-integration-hero__wrapper--img2 {
  padding: 30px 0;
  display: block;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero__wrapper--img2 {
    display: none;
  }
}
.texas-ecommerce-integration-hero__wrapper--img2 img {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-hero__wrapper--img2 img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-hero__wrapper--img2 img {
    display: none;
  }
}
.texas-ecommerce-integration-brands {
  background-color: #f3f3f3;
  padding: 24px 0;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-brands {
    margin-top: 60px;
  }
}
.texas-ecommerce-integration-brands__wrapper {
  overflow: hidden;
}
.texas-ecommerce-integration-brands__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.texas-ecommerce-integration-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-brands__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-integration-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-integration-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-integration-brands__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-integration-brands__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.texas-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-brands__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.texas-ecommerce-integration-brands__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.texas-ecommerce-integration-brands__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 10px;
}
.texas-ecommerce-integration-brands__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-integration-brands__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-brands__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-integration-services {
  display: none;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services {
    display: block;
    margin-bottom: 80px;
  }
}
.texas-ecommerce-integration-services__header {
  position: absolute;
  top: 80px;
  left: 50px;
  z-index: 1;
}
.texas-ecommerce-integration-services__header--heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services__header--heading {
    max-width: 80%;
  }
}
.texas-ecommerce-integration-services__header--text {
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services__header--text {
    font-size: 22px;
    line-height: 26px;
    padding-right: 20px;
    width: 100%;
    max-width: 88%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services__header--text {
    font-size: 20px;
    line-height: 30px;
    padding-right: 0;
    max-width: 80%;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-integration-services__header--text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services__details {
    top: 210px;
    position: absolute;
    left: 50px;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services__details {
    top: 300px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-integration-services__details {
    top: 220px;
  }
}
.texas-ecommerce-integration-services__details {
  display: none;
}
.texas-ecommerce-integration-services__details:first-of-type {
  display: block;
}
.texas-ecommerce-integration-services__details--nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services__details--nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services__details--nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-integration-services__details--nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services__details--nmbr {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.texas-ecommerce-integration-services__details--heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services__details--heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-services__details--heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-integration-services__details--heading {
  margin-bottom: 10px;
}
.texas-ecommerce-integration-services__details--heading-link {
  text-decoration: none;
  color: #1c1c1c;
  cursor: pointer;
  pointer-events: auto;
}
.texas-ecommerce-integration-services__details--desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #626060;
  width: 100%;
  max-width: 88%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
    width: 430px;
  }
}
@media (min-width: 1024px) and (max-height: 650px) {
  .texas-ecommerce-integration-services__details--desc {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-services__details--desc {
    font-size: 18px;
    line-height: 22px;
    width: 530px;
  }
}
@media (min-width: 1200px) and (max-height: 650px) {
  .texas-ecommerce-integration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-services__details--desc {
    font-size: 20px;
    line-height: 24px;
    width: 530px;
  }
}
@media (min-width: 1440px) and (max-height: 650px) {
  .texas-ecommerce-integration-services__details--desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.texas-ecommerce-integration-services__slidesdiv {
  display: flex;
  width: 100%;
}
.texas-ecommerce-integration-services__slidesdiv--slide {
  background-color: #ffedfe;
  height: 100vh;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services__slidesdiv--slide-img {
    position: absolute;
    width: 100%;
    bottom: 160px;
    aspect-ratio: 564/418;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services__slidesdiv--slide-img {
    bottom: 70px;
  }
}
.texas-ecommerce-integration-services__slidesdiv #s-1 {
  background-color: #daddff;
}
.texas-ecommerce-integration-services__slidesdiv #s-1 img {
  width: 40%;
}
.texas-ecommerce-integration-services__slidesdiv #s-2 {
  background-color: #ffefdb;
}
.texas-ecommerce-integration-services__slidesdiv #s-3 {
  background-color: #ced7ff;
}
.texas-ecommerce-integration-services__slidesdiv #s-4 {
  background-color: #ffedfe;
}
.texas-ecommerce-integration-services__slidesdiv #s-5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-integration-services__slidesdiv #s-6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-integration-services__timeline {
  position: absolute;
  padding: 0 50px;
  bottom: 90px;
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services__timeline {
    bottom: 15px;
  }
}
.texas-ecommerce-integration-services__timeline--bar {
  width: 0%;
  height: 3px;
  background-color: #1c1c1c;
}
.texas-ecommerce-integration-services__timeline--txts {
  display: flex;
  justify-content: space-between;
}
.texas-ecommerce-integration-services__timeline--txts-text {
  align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-integration-services__timeline--txts-text {
  color: #1c1c1c;
  opacity: 0;
  padding: 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services__timeline--txts-text {
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .texas-ecommerce-integration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services__timeline--txts-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .texas-ecommerce-integration-services__timeline--txts-text {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-integration-services-mob {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services-mob {
    display: none;
  }
}
.texas-ecommerce-integration-services-mob__header {
  padding: 0 30px;
  margin-bottom: 20px;
}
.texas-ecommerce-integration-services-mob__header--heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  margin-bottom: 24px;
  text-align: center;
}
.texas-ecommerce-integration-services-mob__header--heading span {
  color: #d1202d;
}
.texas-ecommerce-integration-services-mob__header--text {
  padding-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: Lato, sans-serif;
  color: #626060;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services-mob__header--text {
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services-mob__header--text {
    padding-right: 340px;
  }
}
.texas-ecommerce-integration-services-mob__slidesdiv {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.texas-ecommerce-integration-services-mob__slidesdiv--slide {
  padding: 20px 30px;
  background-color: #ffedfe;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-integration-services-mob__slidesdiv--slide-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 20px;
}
.texas-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0;
  }
}
.texas-ecommerce-integration-services-mob__slidesdiv--slide-nmbr {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-size: 18px;
}
.texas-ecommerce-integration-services-mob__slidesdiv--slide-heading {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-services-mob__slidesdiv--slide-heading {
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-services-mob__slidesdiv--slide-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.texas-ecommerce-integration-services-mob__slidesdiv--slide-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}
.texas-ecommerce-integration-services-mob__slidesdiv--slide-img {
  aspect-ratio: 564/418;
}
.texas-ecommerce-integration-services-mob__slidesdiv #s--1 {
  background-color: #daddff;
}
.texas-ecommerce-integration-services-mob__slidesdiv #s--2 {
  background-color: #ffefdb;
}
.texas-ecommerce-integration-services-mob__slidesdiv #s--3 {
  background-color: #dfffff;
}
.texas-ecommerce-integration-services-mob__slidesdiv #s--4 {
  background-color: #ffedfe;
}
.texas-ecommerce-integration-services-mob__slidesdiv #s--5 {
  background-color: #c7e7ff;
}
.texas-ecommerce-integration-services-mob__slidesdiv #s--6 {
  background-color: #ffe3e3;
}
.texas-ecommerce-integration-growth-impact {
  background-image: url();
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 24px 0;
}
.texas-ecommerce-integration-growth-impact__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-integration-growth-impact__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-growth-impact__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-integration-growth-impact__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-growth-impact__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-growth-impact__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-integration-growth-impact__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-integration-growth-impact__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: center;
  transition:
    height 0.5s ease,
    opacity 0.4s ease,
    transform 0.4s ease,
    visibility 0.4s ease,
    margin-bottom 0.4s ease;
}
.texas-ecommerce-integration-growth-impact__wrapper--cards {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.texas-ecommerce-integration-growth-impact__wrapper--cards-card:nth-child(
    1
  ):hover {
  border-color: #ba131b;
}
.texas-ecommerce-integration-growth-impact__wrapper--cards-card:nth-child(
    2
  ):hover {
  border-color: #3644e0;
}
.texas-ecommerce-integration-growth-impact__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #f9f9f9;
  padding: 16px 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  border-top: 5px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-growth-impact__wrapper--cards-card {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-growth-impact__wrapper--cards-card {
    text-align: start;
    width: 100%;
  }
}
.texas-ecommerce-integration-growth-impact__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-integration-growth-impact__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-integration-growth-impact__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-growth-impact__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-integration-growth-impact__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-growth-impact__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-integration-growth-impact__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-integration-growth-impact__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-integration-growth-impact__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-growth-impact__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-integration-growth {
  background-color: #ffd5d800;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-growth {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-growth {
    margin-top: 60px;
  }
}
.texas-ecommerce-integration-growth__wrapper {
  background-color: #f9f9f9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 24px;
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-growth__wrapper {
    padding: 24px;
  }
}
.texas-ecommerce-integration-growth__wrapper--txts {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/growth-section-bg.webp);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-growth__wrapper--txts {
    padding: 50px 60px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-growth__wrapper--txts {
    padding: 80px 100px;
  }
}
.texas-ecommerce-integration-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-growth__wrapper--txts-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-growth__wrapper--txts-heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.texas-ecommerce-integration-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-integration-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.texas-ecommerce-integration-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.texas-ecommerce-integration-casestudies {
  padding: 24px 0;
}
.texas-ecommerce-integration-casestudies__wrapper {
  overflow: hidden;
}
.texas-ecommerce-integration-casestudies__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-casestudies__wrapper--txts {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--txts-col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-casestudies__wrapper--txts-col1 {
    align-items: start;
    width: 50%;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-casestudies__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-casestudies__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-integration-casestudies__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-casestudies__wrapper--txts-desc {
    font-size: 22px;
    line-height: 30px;
    text-align: start;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--txts-col2 {
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-casestudies__wrapper--txts-col2 {
    justify-content: end;
    width: 50%;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--txts .btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 32px;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider .slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding-bottom: 100px;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides {
  display: flex;
  transition: transform 0.6s ease;
  padding-bottom: 20px;
  will-change: transform;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides {
    padding-bottom: 50px;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide {
  min-width: 100%;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  padding: 30px 16px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    flex-direction: row;
    padding: 24px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container {
    padding: 32px;
    width: 100%;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 100%;
  gap: 6px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 45%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left {
    width: 50%;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-heading {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-heading {
    font-size: 32px;
    line-height: 44px;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .case-desc {
    font-size: 18px;
    line-height: 30px;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list {
  list-style-position: outside;
  padding-left: 40px;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .offer-list-item {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-left
    .offer-list-item {
    font-size: 18px;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 20px 48px;
  border-radius: 10px;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-left
  .case-btn
  span {
  height: 14px;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 55%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide
    .content-container
    .col-right {
    width: 50%;
  }
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide
  .content-container
  .col-right
  img {
  width: 100%;
  transform: translateY(25px);
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-1
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-integration/mob-case-study-img1.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-1
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-integration/case-study-img1.webp);
  }
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider
  .slides
  .slide-2
  .content-container {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-integration/mob-case-study-img2.webp);
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
    .slider
    .slides
    .slide-2
    .content-container {
    background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-integration/case-study-img2.webp);
  }
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress-wrapper {
  display: flex;
  gap: 8px;
  margin-top: 0;
  width: 40%;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress {
  flex: 1;
  height: 7px;
  background: #f9f9f9;
  overflow: hidden;
  border-radius: 4px;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress
  span {
  display: block;
  height: 100%;
  width: 0%;
  transition: width linear;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(1)
  span {
  background: linear-gradient(135deg, #c70095, #561b59);
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .progress:nth-child(2)
  span {
  background: linear-gradient(135deg, #55b15d, #005517);
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-right: 20px;
}
.texas-ecommerce-integration-casestudies__wrapper--casestudy-slider
  .slider-nav-arrow
  .arrow {
  background: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 8px 18px;
  border-radius: 50%;
  box-shadow: 4px 10px 15px -3px #00000026;
}
.texas-ecommerce-integration-casestudies__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-integration-casestudies__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
@keyframes progressFill {
  0% {
    width: 0%;
  }
  to {
    width: 24%;
  }
}
.texas-ecommerce-integration-history {
  padding: 32px 0;
  background-color: #f9f9f9;
  margin-inline: 0px;
  margin-bottom: 60px;
  border-radius: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-history {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-integration-history__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-integration-history__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-history__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-history__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-integration-history__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-integration-history__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-integration-history__wrapper--txts-desclink {
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  cursor: pointer;
  font-weight: 600;
}
.texas-ecommerce-integration-history__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-history__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-history__wrapper--cards {
    flex-wrap: nowrap;
  }
}
.texas-ecommerce-integration-history__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin-bottom: 30px;
  padding: 24px;
  gap: 8px;
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-history__wrapper--cards-card {
    width: 48%;
    border-right: none;
  }
  .texas-ecommerce-integration-history__wrapper--cards-card:nth-child(odd) {
    border-right: 1px solid #ebebeb;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-history__wrapper--cards-card {
    width: 50%;
    border-right: 1px solid #ebebeb;
  }
  .texas-ecommerce-integration-history__wrapper--cards-card:nth-child(4n) {
    border-right: 1px solid transparent;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-history__wrapper--cards-card {
    padding: 24px;
  }
}
.texas-ecommerce-integration-history__wrapper--cards-numbering {
  font-size: 36px;
  line-height: 100%;
  font-style: italic;
  text-align: center;
  color: #000 !important;
  font-weight: 500;
  font-family: Lato, sans-serif;
}
.texas-ecommerce-integration-history__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #4e4e4e;
  text-align: center;
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-history__wrapper--cards-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-integration-history__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-integration-history__wrapper--line {
  height: 1px;
  background-color: #ebebeb;
}
.texas-ecommerce-integration-history__wrapper--lowercards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding-block: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-history__wrapper--lowercards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.texas-ecommerce-integration-history__wrapper--lowercards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 24px;
  gap: 8px;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
  background: linear-gradient(180deg, #fff0, #fff);
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-history__wrapper--lowercards-card {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-history__wrapper--lowercards-card {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-history__wrapper--lowercards-card {
    padding: 24px;
  }
}
.texas-ecommerce-integration-history__wrapper--lowercards-icon {
  width: 46px;
  height: 44px;
}
.texas-ecommerce-integration-history__wrapper--lowercards-heading {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  color: #333;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-history__wrapper--lowercards-heading {
    white-space: unset;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-history__wrapper--lowercards-heading {
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }
}
.texas-ecommerce-integration-history__wrapper--lowercards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-integration-history__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-integration-history__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-integration-history__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-history__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 30px;
  }
}
.texas-ecommerce-integration-awards {
  background-color: #f9f9f9;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-awards {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-integration-awards__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  padding: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-awards__wrapper {
    padding: 32px 0;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-awards__wrapper {
    flex-direction: row;
  }
}
.texas-ecommerce-integration-awards__wrapper--col1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-awards__wrapper--col1 {
    padding: 20px;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-awards__wrapper--col1 {
    width: 50%;
  }
}
.texas-ecommerce-integration-awards__wrapper--col1-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-awards__wrapper--col1-heading {
    text-align: center;
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-awards__wrapper--col1-heading {
    text-align: start;
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-integration-awards__wrapper--col1-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-integration-awards__wrapper--col1-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: left;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-awards__wrapper--col1-desc {
    text-align: start;
  }
}
.texas-ecommerce-integration-awards__wrapper--col2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-awards__wrapper--col2 {
    align-items: start;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-awards__wrapper--col2 {
    width: 50%;
    align-items: start;
  }
}
.texas-ecommerce-integration-awards__wrapper--col2-award {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #fff0, #fff);
  width: 48%;
  padding: 20px 35px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-awards__wrapper--col2-award {
    width: 30%;
  }
}
.texas-ecommerce-integration-awards__wrapper--col2-award img {
  width: 100%;
}
.texas-ecommerce-integration-awards__wrapper--col2 img {
  object-fit: contain;
  width: 100%;
  max-width: 400px;
  max-height: 100px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-awards__wrapper--col2 img {
    max-height: 120px;
  }
}
.texas-ecommerce-integration-why-choose {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/location-pages/texas-ecommerce-migration/why-choose-gb.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 90px;
  padding: 24px 0;
}
.texas-ecommerce-integration-why-choose__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-integration-why-choose__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-why-choose__wrapper--txts-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
.texas-ecommerce-integration-why-choose__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-why-choose__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-why-choose__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-integration-why-choose__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-integration-why-choose__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-integration-why-choose__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.texas-ecommerce-integration-why-choose__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border-left: 5px solid #e2e2e2;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  transition: border-color 0.3s ease;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-why-choose__wrapper--cards-card {
    flex-direction: row;
  }
}
.texas-ecommerce-integration-why-choose__wrapper--cards-card:hover {
  border-left: 5px solid #d1202d;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-why-choose__wrapper--cards-card {
    text-align: start;
    width: 49%;
  }
}
.texas-ecommerce-integration-why-choose__wrapper--cards-cardbody {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: start;
  gap: 16px;
}
.texas-ecommerce-integration-why-choose__wrapper--cards-icon {
  width: 66px;
  height: 66px;
}
.texas-ecommerce-integration-why-choose__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #181818;
  line-height: 32px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 20px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-why-choose__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-integration-why-choose__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    height 0.6s ease,
    opacity 0.6s ease,
    transform 0.6s ease,
    visibility 0.6s ease,
    margin-bottom 0.6s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-why-choose__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-integration-why-choose__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-integration-why-choose__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-integration-why-choose__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-why-choose__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-integration-excellence {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/sub-services/ecommerce-app-development/excellence-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
}
.texas-ecommerce-integration-excellence__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-integration-excellence__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-integration-excellence__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-excellence__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-integration-excellence__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-integration-excellence__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-integration-excellence__wrapper--txts-desclink {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  pointer-events: auto;
  font-weight: 700;
}
.texas-ecommerce-integration-excellence__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-integration-excellence__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  align-self: stretch;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-excellence__wrapper--cards-card {
    text-align: start;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-excellence__wrapper--cards-card {
    gap: 10px;
    width: 32%;
  }
}
.texas-ecommerce-integration-excellence__wrapper--cards #card1 {
  background-color: #fde2e44d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-integration-excellence__wrapper--cards #card1 .txt {
  color: #6a3057;
}
.texas-ecommerce-integration-excellence__wrapper--cards #card2 {
  background-color: #e3f2fd4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-integration-excellence__wrapper--cards #card2 .txt {
  color: #394853;
}
.texas-ecommerce-integration-excellence__wrapper--cards #card3 {
  background-color: #ffefe54d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
.texas-ecommerce-integration-excellence__wrapper--cards #card3 .txt {
  color: #57351f;
}
.texas-ecommerce-integration-excellence__wrapper--cards #card4 {
  background-color: #f3e8ff4d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-excellence__wrapper--cards #card4 {
    width: 49%;
  }
}
.texas-ecommerce-integration-excellence__wrapper--cards #card4 .txt {
  color: #3e2459;
}
.texas-ecommerce-integration-excellence__wrapper--cards #card5 {
  background-color: #fff9e64d;
  -webkit-backdrop-filter: blur(10px) brightness(99%);
  backdrop-filter: blur(10px) brightness(99%);
  border-top: 1px solid white;
  border-left: 1px solid white;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-excellence__wrapper--cards #card5 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-excellence__wrapper--cards #card5 {
    width: 49%;
  }
}
.texas-ecommerce-integration-excellence__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-excellence__wrapper--cards-heading {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-excellence__wrapper--cards-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
.texas-ecommerce-integration-excellence__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #1c1c1c;
  width: 100%;
  text-align: center;
}
.texas-ecommerce-integration-excellence__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
.texas-ecommerce-integration-excellence__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-integration-excellence__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-excellence__wrapper--cta a {
    width: max-content;
    padding: 14px 10px;
  }
}
.texas-ecommerce-integration-process {
  background-image: url(/build/assets/process-bg-7Hb7aJw4.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 24px 0;
  margin-inline: 0px;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-process {
    margin-inline: 40px;
    border-radius: 24px;
  }
}
.texas-ecommerce-integration-process__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.texas-ecommerce-integration-process__wrapper--txts-btn {
  display: flex;
  gap: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 10px 25px;
  color: #d1202d;
  background-color: #d1202d1a;
  border-radius: 100px;
  width: max-content;
  margin-bottom: 32px;
  text-align: center;
}
.texas-ecommerce-integration-process__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-process__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-process__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.texas-ecommerce-integration-process__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-integration-process__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-integration-process__wrapper--cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.texas-ecommerce-integration-process__wrapper--cards-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 16px;
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 2px solid transparent;
  padding: 24px;
  border-radius: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 0;
  transition: border-color 0.3s ease;
}
.texas-ecommerce-integration-process__wrapper--cards-card:hover {
  border: 2px solid #d1202d;
}
.texas-ecommerce-integration-process__wrapper--cards-card:hover
  .texas-ecommerce-integration-process__wrapper--cards-icon {
  background-color: #d1202d;
}
.texas-ecommerce-integration-process__wrapper--cards-card:hover
  .texas-ecommerce-integration-process__wrapper--cards-icon
  img {
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-process__wrapper--cards-card {
    text-align: center;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-process__wrapper--cards-card {
    text-align: center;
    width: 32%;
  }
}
.texas-ecommerce-integration-process__wrapper--cards-cardbody {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.texas-ecommerce-integration-process__wrapper--cards-icon {
  width: 66px;
  height: 66px;
  background-color: #f9f9f9;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.texas-ecommerce-integration-process__wrapper--cards-icon img {
  width: 35px;
  height: 35px;
}
.texas-ecommerce-integration-process__wrapper--cards-heading {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  width: 100%;
  color: #181818;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-process__wrapper--cards-heading {
    font-size: 28px;
    line-height: 42px;
  }
}
.texas-ecommerce-integration-process__wrapper--cards-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: start;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-process__wrapper--cards-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.texas-ecommerce-integration-process__wrapper--cta {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-process__wrapper--cta {
    padding-top: 30px;
    text-align: center;
  }
}
.texas-ecommerce-integration-process__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-integration-process__wrapper--cta a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 14px 10px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-process__wrapper--cta a {
    width: max-content;
    padding: 14px 50px;
  }
}
.texas-ecommerce-integration-toolsntech {
  padding: 60px 0;
}
.texas-ecommerce-integration-toolsntech__wrapper--txts {
  margin-bottom: 32px;
}
.texas-ecommerce-integration-toolsntech__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-toolsntech__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-toolsntech__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-integration-toolsntech__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-integration-toolsntech__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-toolsntech__wrapper--txts-desc {
    padding: 0 120px;
  }
}
.texas-ecommerce-integration-toolsntech__wrapper--cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-toolsntech__wrapper--cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: unset;
    row-gap: 24px;
    justify-content: space-between;
  }
}
.texas-ecommerce-integration-toolsntech__wrapper--cards-cardwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  text-align: start;
  border-radius: 20px;
  padding: 1.5px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-toolsntech__wrapper--cards-cardwrap {
    align-items: start;
    text-align: start;
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-toolsntech__wrapper--cards-cardwrap.card-1 {
    width: 33%;
  }
  .texas-ecommerce-integration-toolsntech__wrapper--cards-cardwrap.card-2 {
    width: 49%;
  }
  .texas-ecommerce-integration-toolsntech__wrapper--cards-cardwrap:hover {
    animation: gradientRotate 3s linear infinite;
  }
}
.texas-ecommerce-integration-toolsntech__wrapper--cards .design-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-integration-toolsntech__wrapper--cards
  .backend-cardwrap:hover {
  animation: gradientRotatefigma 3s linear infinite;
}
.texas-ecommerce-integration-toolsntech__wrapper--cards
  .hosting-cardwrap:hover {
  animation: gradientRotatedbs 3s linear infinite;
}
.texas-ecommerce-integration-toolsntech__wrapper--cards .mid-cardwrap:hover {
  animation: gradientRotatefw 3s linear infinite;
}
.texas-ecommerce-integration-toolsntech__wrapper--cards .last-cardwrap:hover {
  animation: gradientRotate 3s linear infinite;
}
.texas-ecommerce-integration-toolsntech__wrapper--cards-card-content {
  background-color: #f9fafb;
  padding: 24px;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-toolsntech__wrapper--cards-card-content {
    padding: 16px;
  }
}
@media (min-width: 1200px) {
  .texas-ecommerce-integration-toolsntech__wrapper--cards-card-content {
    padding: 24px;
  }
}
.texas-ecommerce-integration-toolsntech__wrapper--cards-icon {
  width: 48px;
  margin-bottom: 10px;
}
.texas-ecommerce-integration-toolsntech__wrapper--cards-heading {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  color: #333;
}
.texas-ecommerce-integration-toolsntech__wrapper--cards-list {
  list-style-position: inside;
  width: max-content;
  text-align: start;
}
.texas-ecommerce-integration-toolsntech__wrapper--cards-list .techs-listitem {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4e4e;
}
.texas-ecommerce-integration-toolsntech__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-integration-toolsntech__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.texas-ecommerce-integration-toolsntech__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-toolsntech__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 50px;
  }
}
.texas-ecommerce-integration-voices {
  position: relative;
  background-color: #f9f9f9;
  padding: 24px 0;
}
.texas-ecommerce-integration-voices .left-gradient-shadow,
.texas-ecommerce-integration-voices .right-gradient-shadow {
  width: 250px;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border-radius: 100%;
  filter: blur(30px);
}
.texas-ecommerce-integration-voices .left-gradient-shadow {
  left: 0;
  filter: blur(30px);
}
.texas-ecommerce-integration-voices .right-gradient-shadow {
  top: 0;
  right: 0;
  filter: blur(30px);
}
.texas-ecommerce-integration-voices__wrapper {
  overflow: hidden;
}
.texas-ecommerce-integration-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.texas-ecommerce-integration-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.texas-ecommerce-integration-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: -3px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide {
    padding: 0 15px;
  }
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 15px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    flex-direction: row;
    padding: 45px 30px;
    width: 100%;
  }
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox {
  width: 100%;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-imgbox {
    width: 32%;
  }
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-imgbox
  .client-img {
  border-radius: 16px;
  width: 100%;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 12px;
  position: relative;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    width: 65%;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info {
    gap: 24px;
  }
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .testimonial-icon {
  position: absolute;
  top: -15px;
  right: 0;
  width: 25px;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .testimonial-icon {
    top: 0;
    width: unset;
  }
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-name {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-name {
    text-align: start;
    font-size: 36px;
    line-height: 50px;
  }
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  .client-info
  .client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1440px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container
    .client-info
    .client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-controls {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 10;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-pagination {
  display: flex;
  justify-content: start;
  width: 40%;
  z-index: 10;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .slider-arrows {
  display: flex;
  justify-content: end;
  gap: 10px;
  width: 20%;
  z-index: 10;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: start;
  width: 100% !important;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  display: inline-block;
  background-color: #f3f3f3;
  width: 14%;
  height: 8px;
  border-radius: 10px;
  cursor: pointer;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transition:
    border,
    opacity 0.5s ease-in-out;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .progress-fill {
  position: absolute;
  width: 8%;
  height: 8px;
  border-radius: 10px;
  background: #d1202d;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev,
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  cursor: pointer;
  z-index: 1000;
  display: block;
  filter: hue-rotate(160deg);
  border: 2px solid #d7d7d7;
  padding: 12px 15px;
  border-radius: 100%;
  width: 42px;
  background-color: #fff;
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-prev {
  content: url(/build/assets/prev-arrow-BRwjsKdK.svg);
  right: 100px !important;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-prev {
    right: 100px !important;
  }
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-next {
  content: url(/build/assets/next-arrow-Be5vpIVM.svg);
  right: 40px;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-voices__wrapper--testimonial-slider
    .swiper-container
    .swiper-button-next {
    right: 90px;
  }
}
.texas-ecommerce-integration-voices__wrapper--testimonial-slider
  .swiper-container
  .swiper-button-disabled {
  display: none !important;
}
.texas-ecommerce-integration-voices__wrapper--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.texas-ecommerce-integration-voices__wrapper--cta .btn-primary {
  padding: 16px 24px;
}
@keyframes progressbar {
  0% {
    width: 0%;
  }
  to {
    width: 7%;
  }
}
.pin-section-california-integration {
  background-image: url(/build/assets/ecom-animation-bg-Chr7A5RH.webp);
  background-size: cover;
  background-position: 25% 0px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .pin-section-california-integration {
    background-position: center center;
  }
}
.pin-section-california-integration .texas-ecommerce-integration {
  padding: 50px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pin-section-california-integration .texas-ecommerce-integration__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration .texas-ecommerce-integration__wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: unset;
  }
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--txts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-integration__wrapper--txts {
    width: 35%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-weight: 400 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-integration__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .pin-section-california-integration
    .texas-ecommerce-integration__wrapper--txts-heading {
    font-size: 48px;
    line-height: 50px;
  }
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--txts-heading
  span {
  font-weight: 600 !important;
  color: #d1202d;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--txts-btn {
  font-family: Lato, sans-serif;
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
  background-color: #d1202d;
  color: #fff;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-integration__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper
  .desktop-cta {
  display: none;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-integration__wrapper
    .desktop-cta {
    display: block;
  }
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation {
  width: 100%;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-integration__wrapper--animation {
    width: 60%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation
  .scroller-div-top-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff, #fff0);
  position: absolute;
  top: 0;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation
  .scroller-div-bottom-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 65px;
  background-image: linear-gradient(180deg, #fff0, #fff);
  position: absolute;
  bottom: 0;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-div {
  height: 420px;
  overflow: auto;
  overscroll-behavior: contain;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 10px;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-integration__wrapper--animation-scroller {
    flex-direction: row;
  }
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1,
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-integration__wrapper--animation-scroller
    .animation-scroller-div-col1,
  .pin-section-california-integration
    .texas-ecommerce-integration__wrapper--animation-scroller
    .animation-scroller-div-col2 {
    width: 49%;
  }
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list,
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list {
  list-style-position: inside;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list
  .col-list-item,
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list
  .col-list-item {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col1
  .col-list-item,
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-desc,
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-col2
  .col-list-item {
  margin: 0 0 12px;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .col-heading {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #1c1c1c;
  margin: 0 0 8px;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table {
  width: 100%;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table {
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head {
  border-radius: 20px 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row {
  background-color: #f9f9f9;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:first-child {
  border-right: 0;
  border-radius: 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-head
  .table-head-row
  .table-head-data:last-child {
  border-radius: 0 20px 0 0;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body {
  border-radius: 0 0 20px 20px;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .table-body-data {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
  border: 1px solid #e2e2e2;
  padding: 8px 12px;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-first {
  border-radius: 0 0 0 20px;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper--animation-scroller
  .animation-scroller-div-table
  .scroller-div-table
  .table-body
  .table-body-row
  .last-row-last {
  border-radius: 0 0 20px;
}
.pin-section-california-integration
  .texas-ecommerce-integration__wrapper
  .mobile-cta {
  display: block;
}
@media (min-width: 768px) {
  .pin-section-california-integration
    .texas-ecommerce-integration__wrapper
    .mobile-cta {
    display: none;
  }
}
.texas-ecommerce-integration-faqs {
  padding: 60px 0;
}
.texas-ecommerce-integration-faqs__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-faqs__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-faqs__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.texas-ecommerce-integration-faqs__wrapper--txts-heading span {
  font-weight: 600 !important;
  color: #d1202d;
}
.texas-ecommerce-integration-faqs__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
.texas-ecommerce-integration-faqs__wrapper--faq-container .faqs__accitem {
  padding: 15px 18px;
  margin-top: 20px;
  box-shadow: 2px 2px 15px #0000001a;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-integration-faqs__wrapper--faq-container .faqs__accitem--head {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
  transition: all 0.5s ease-in-out;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .texas-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover,
  .texas-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus {
    cursor: pointer;
    color: #d1202d;
    transition: all 0.5s ease-in-out;
  }
  .texas-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:hover:after,
  .texas-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head:focus:after {
    cursor: pointer;
    color: #d1202d;
    border: 1px solid #d1202d;
    transition: all 0.5s ease-in-out;
  }
}
.texas-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"] {
  color: #d1202d;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:before {
  display: none;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  .faqs__accitem--head-icon:after {
  display: block;
  transition: all 0.5s ease-in-out;
}
.texas-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head[aria-expanded="true"]
  + .faqs__accitem--accontent {
  opacity: 1;
  max-height: max-content;
  will-change: opacity, max-height;
  transition: max-height 0.5s ease-in-out;
}
.texas-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.texas-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 5px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.texas-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--head-accordiontitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 24px 0 0;
  transition: all 0.5s ease-in-out;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .texas-ecommerce-integration-faqs__wrapper--faq-container
    .faqs__accitem--head-accordiontitle {
    padding: 0;
  }
}
.texas-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity,
    max-height 0.5s ease-in-out;
  will-change: opacity, max-height;
}
.texas-ecommerce-integration-faqs__wrapper--faq-container
  .faqs__accitem--accontent-text {
  font-family: Lato, sans-serif;
  color: #1d1d1d;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.texas-ecommerce-integration-faqs__wrapper--cta {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.texas-ecommerce-integration-faqs__wrapper--cta a {
  padding: 16px 24px;
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  .texas-ecommerce-integration-faqs__wrapper--cta a {
    width: fit-content;
  }
}
.click-up-container .click-up-feature-list {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .click-up-container .click-up-feature-list {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.click-up-container .click-up-feature-list .click-up-feature-item {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  list-style: none;
}
.click-up-container .click-up-feature-list .click-up-feature-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
}
@media (min-width: 1024px) {
  .click-up-container .click-up-feature-list .click-up-feature-item:before {
    content: "•";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .click-up-container .click-up-feature-list .click-up-feature-item {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .click-up-container .click-up-feature-list .click-up-feature-item {
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
}
.click-up-container
  .click-up-feature-list
  .click-up-feature-item
  .click-up-feature-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .click-up-container
    .click-up-feature-list
    .click-up-feature-item
    .click-up-feature-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .introsec__columnwrap {
    padding: 3rem 0 3rem 3rem;
    gap: 7.71%;
  }
}
.colsgrp {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .colsgrp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .colsgrp {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.colsgrp {
  display: flex;
  flex-direction: column;
}
.colsgrp__heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .colsgrp__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.colsgrp__heading {
  text-align: center;
}
@media (min-width: 768px) {
  .colsgrp__heading {
    width: 100%;
    text-align: left;
  }
}
.colsgrp__paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .colsgrp__paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.colsgrp__paragraph {
  text-align: justify;
  padding: 0 !important;
}
.colsgrp__col {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .colsgrp__col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .colsgrp__col {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.colsgrp__col {
  display: flex;
  flex-direction: column;
  gap: 30px !important;
}
@media (min-width: 768px) {
  .colsgrp__col {
    flex-direction: row;
    justify-content: center;
    gap: 60px !important;
  }
}
.colsgrp__col:last-child {
  padding-bottom: 0;
}
.colsgrp__col--txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
}
@media (min-width: 768px) {
  .colsgrp__col--txt {
    width: 50%;
  }
}
.colsgrp__col--txt-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .colsgrp__col--txt-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.colsgrp__col--txt-heading {
  text-align: center;
}
@media (min-width: 768px) {
  .colsgrp__col--txt-heading {
    width: 100%;
    text-align: left;
  }
}
.colsgrp__col--txt-paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .colsgrp__col--txt-paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.colsgrp__col--txt-paragraph {
  margin-bottom: 0 !important;
  text-align: justify;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .colsgrp__col--txt-paragraph {
    font-family: Lato, sans-serif;
    color: #626060;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .colsgrp__col--txt-paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.colsgrp__col--image {
  width: 100% !important;
}
@media (min-width: 768px) {
  .colsgrp__col--image {
    width: 50%;
  }
}
.colsgrp__col--image-img {
  aspect-ratio: 2.0923566879;
  width: 100%;
}
.colsgrp .colrev {
  flex-direction: column-reverse !important;
}
@media (min-width: 768px) {
  .colsgrp .colrev {
    flex-direction: row !important;
  }
}
@media (min-width: 1024px) {
  .othertools__image {
    padding: 50px 150px;
  }
}
.othertools__image--img {
  aspect-ratio: 2.0923566879;
  width: 100%;
}
.intro {
  background-color: #f3ffe3;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 15px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .intro {
    flex-direction: row;
    align-items: center;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .intro {
    align-items: start;
    padding: 30px;
  }
}
.intro__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .intro__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.intro__paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .intro__paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.intro__page-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .intro__page-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.intro__page-heading {
  text-align: left;
}
.intro__left {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #787878;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  text-align: justify;
  width: 100%;
}
.intro__image {
  width: 50%;
  margin: auto;
}
.card1 {
  margin-bottom: 3.125rem;
  gap: 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .card1 {
    margin-bottom: 6.25rem;
    flex-direction: row;
    gap: 6.19%;
  }
}
.card1__image {
  width: 100%;
}
.card1__image img {
  width: 100%;
}
.card2 {
  margin-bottom: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.card2__image img {
  width: 100%;
}
.card2__left {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card2__left {
    width: 46.74%;
  }
}
.card2__left--heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .card2__left--heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.card2__left--paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .card2__left--paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .introsec__columnwrap {
    flex-direction: row;
    align-items: start;
    width: 100%;
    gap: 7.71%;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .introsec__columnwrap {
    gap: 4.71%;
    padding: 3rem 0 3rem 3rem;
  }
}
.docdesc {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .docdesc {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .docdesc {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.docdesc {
  display: flex;
  flex-direction: column;
}
.docdesc__heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .docdesc__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.docdesc__heading {
  text-align: left;
}
.docdesc__image {
  display: flex;
  justify-content: center;
}
.docdesc__image--img {
  aspect-ratio: 2.2346241458;
  width: 100%;
}
@media (min-width: 768px) {
  .docdesc__image--img {
    aspect-ratio: 2.2346241458;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .docdesc__image--img {
    aspect-ratio: 2.2346241458;
    width: 80%;
  }
}
.projectx {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .projectx {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .projectx {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.projectx__paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .projectx__paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.projectx__paragraph {
  text-align: justify;
  padding: 0 !important;
}
.projectx__list {
  list-style-position: inside;
}
.projectx__list--li {
  font-family: Montserrat;
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .projectx__list--li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.projectx__list--li b {
  color: #1c1c1c;
}
.projectx__list--li-semilist {
  list-style-type: circle;
  margin-left: 30px;
  margin-bottom: 24px;
}
.projectx__list--li-semilist li {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .projectx__list--li-semilist li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.projectx__list--li-semilist li p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .projectx__list--li-semilist li p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.projectx__list--li-semilist li p {
  margin-left: 27px;
}
.ettdesc {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .ettdesc {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .ettdesc {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.ettdesc {
  padding-right: 0;
}
@media (min-width: 768px) {
  .ettdesc {
    padding-right: 100px;
  }
}
@media (min-width: 1024px) {
  .ettdesc {
    padding-right: 0;
  }
}
.ettdesc__heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .ettdesc__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.ettdesc__heading {
  text-align: left;
}
.ettdesc__para {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .ettdesc__para {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.ettdesc__list {
  list-style-position: inside;
}
.ettdesc__list:last-child {
  margin-bottom: 0;
}
.ettdesc__list--li {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .ettdesc__list--li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.ettdesc__list--li {
  position: relative;
  padding-left: 1.2rem;
  list-style: none;
}
.ettdesc__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 14px;
  color: #626060;
}
@media (min-width: 1024px) {
  .ettdesc__list--li:before {
    font-size: 20px;
  }
}
.ettdesc__list--li b {
  color: #1c1c1c;
}
.efftemp {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .efftemp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .efftemp {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.efftemp {
  display: flex;
  justify-content: center;
  margin: auto;
}
.efftemp__img {
  display: block;
  aspect-ratio: 0.8712255773;
  width: 100%;
}
@media (min-width: 768px) {
  .efftemp__img {
    aspect-ratio: 0.8712255773;
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .efftemp__img {
    aspect-ratio: 0.8712255773;
    width: 80%;
  }
}
.functionalreqs__heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
.functionalreqs__list--li {
  position: relative;
  padding-left: 1.2rem;
  list-style: none;
}
.functionalreqs__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 14px;
  color: #626060;
}
@media (min-width: 1024px) {
  .functionalreqs__list--li:before {
    font-size: 20px;
  }
}
.functionalreqs__list--li b {
  color: #1c1c1c;
}
.acceptcriteria__heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
.acceptcriteria__list--li {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
.introsec__columnwrap {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #f3ffe3 !important;
  padding: 2rem 1.75rem;
  gap: 30px;
}
.introsec__columnwrap--left-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
.introsec__columnwrap--fimage {
  display: flex;
  align-items: center;
  width: 100%;
  align-self: stretch;
}
.introsec__columnwrap--fimage-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .introsec__columnwrap--fimage-img {
    width: 100%;
    aspect-ratio: 1.5594002307;
  }
}
.colsgrps {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .colsgrps {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .colsgrps {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.colsgrps {
  display: flex;
  flex-direction: column;
}
.colsgrps__heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .colsgrps__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.colsgrps__heading {
  text-align: left;
}
.colsgrps__paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .colsgrps__paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.colsgrps__paragraph {
  text-align: justify;
}
.colsgrps__col {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .colsgrps__col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .colsgrps__col {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.colsgrps__col {
  display: flex;
  flex-direction: column;
  gap: 30px !important;
}
@media (min-width: 768px) {
  .colsgrps__col {
    flex-direction: row;
    justify-content: center;
    gap: 60px !important;
  }
}
.colsgrps__col:last-child {
  padding-bottom: 0;
}
.colsgrps__col--txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100% !important;
}
@media (min-width: 768px) {
  .colsgrps__col--txt {
    width: 50%;
  }
}
.colsgrps__col--txt-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .colsgrps__col--txt-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.colsgrps__col--txt-heading {
  text-align: left;
}
.colsgrps__col--txt-paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .colsgrps__col--txt-paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.colsgrps__col--txt-paragraph {
  text-align: justify;
  padding: 0 !important;
}
.colsgrps__col--image {
  width: 100% !important;
}
@media (min-width: 768px) {
  .colsgrps__col--image {
    width: 50%;
    display: flex;
    justify-content: end;
  }
}
.colsgrps__col--image-img {
  width: 100%;
}
@media (min-width: 1024px) {
  .colsgrps__col--image-img {
    width: 70%;
    aspect-ratio: 1.0476190476;
  }
}
.colsgrps__col--image #lead-gen {
  width: 100%;
}
@media (min-width: 1024px) {
  .colsgrps__col--image #lead-gen {
    width: 70%;
    aspect-ratio: 0.8077803204;
  }
}
.colsgrps__colrevs {
  flex-direction: column-reverse !important;
}
@media (min-width: 768px) {
  .colsgrps__colrevs {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .colsgrps__colrevs .colsgrps__col--image {
    display: flex;
    justify-content: start !important;
  }
}
.colsgrps__colrevs .colsgrps__col--image img {
  width: 100%;
}
@media (min-width: 1024px) {
  .colsgrps__colrevs .colsgrps__col--image img {
    width: 100%;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .colsgrps__colrevs .colsgrps__col--image img {
    width: 60%;
    aspect-ratio: 0.7794759825;
  }
}
.othertools {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .othertools {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .othertools {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.othertools {
  display: flex;
  flex-direction: column;
}
.othertools__heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .othertools__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.othertools__heading {
  text-align: center;
}
@media (min-width: 768px) {
  .othertools__heading {
    width: 100%;
    text-align: left;
  }
}
.othertools__paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .othertools__paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.othertools__paragraph {
  text-align: justify;
}
.othertools__image {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.othertools__image--img {
  width: 100%;
}
@media (min-width: 1024px) {
  .othertools__image--img {
    width: 100%;
    aspect-ratio: 2.0923566879;
  }
}
.introsec {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .introsec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .introsec {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.introsec {
  padding-top: 20px !important;
}
.introsec__columnwrap {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #f3ffe3 !important;
  padding: 2rem 1.75rem;
}
@media (min-width: 768px) {
  .introsec__columnwrap {
    flex-direction: row;
    align-items: start;
    width: 100%;
    gap: 4.71%;
    padding: 1.5rem 0 1.5rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .introsec__columnwrap {
    gap: 7.71%;
    padding: 3rem 0 3rem 3rem;
  }
}
.introsec__columnwrap--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .introsec__columnwrap--left {
    align-items: start;
    width: 44.66%;
  }
}
@media (min-width: 1024px) {
  .introsec__columnwrap--left {
    align-items: start;
    width: 43.16%;
  }
}
.introsec__columnwrap--left-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .introsec__columnwrap--left-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.introsec__columnwrap--left-heading {
  text-align: center;
}
@media (min-width: 768px) {
  .introsec__columnwrap--left-heading {
    text-align: left;
  }
}
.introsec__columnwrap--left-paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .introsec__columnwrap--left-paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.introsec__columnwrap--left-paragraph {
  text-align: justify;
  padding: 0 !important;
}
.introsec__columnwrap--fimage {
  width: 100%;
}
@media (min-width: 768px) {
  .introsec__columnwrap--fimage {
    width: 50.63%;
  }
}
@media (min-width: 1024px) {
  .introsec__columnwrap--fimage {
    width: 49.13%;
  }
}
.introsec__columnwrap--fimage-img {
  width: 100%;
  height: 100%;
}
.desc {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .desc {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .desc {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.desc__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .desc__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.desc__heading {
  text-align: left;
}
.desc__para {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .desc__para {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.desc__list {
  list-style-position: inside;
  margin-bottom: 30px;
}
.desc__list:last-child {
  margin-bottom: 0;
}
.desc__list--li {
  font-family: Montserrat;
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .desc__list--li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.witeboardtemp {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .witeboardtemp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .witeboardtemp {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.witeboardtemp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}
.witeboardtemp__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .witeboardtemp__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 1024px) {
  .witeboardtemp__heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #1c1c1c;
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .witeboardtemp__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.witeboardtemp__img {
  display: none;
}
@media (min-width: 768px) {
  .witeboardtemp__img {
    display: block;
    aspect-ratio: 1.3020134228;
    width: 100%;
  }
}
.witeboardtemp__imgmb {
  display: block;
  aspect-ratio: 0.1444539983;
  width: 100%;
}
@media (min-width: 768px) {
  .witeboardtemp__imgmb {
    display: none;
  }
}
.functionalreqs {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .functionalreqs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .functionalreqs {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.functionalreqs__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .functionalreqs__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.functionalreqs__heading {
  text-align: left;
}
.functionalreqs__list {
  list-style-position: inside;
}
.functionalreqs__list--li {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .functionalreqs__list--li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.acceptcriteria {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .acceptcriteria {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .acceptcriteria {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.acceptcriteria {
  padding-bottom: 0 !important;
}
.acceptcriteria__heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .acceptcriteria__heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.acceptcriteria__heading {
  text-align: left;
}
.acceptcriteria__list {
  list-style-position: inside;
}
.acceptcriteria__list--li {
  font-family: Montserrat;
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .acceptcriteria__list--li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.click-up-container #click-up-workflow {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .click-up-container #click-up-workflow {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 20px;
  }
}
.click-up-container #click-up-workflow b {
  color: #1c1c1c;
}
.tool-image2 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clickup-ui {
  width: 100%;
  margin: 3.125rem auto;
}
@media (min-width: 576px) {
  .clickup-ui {
    max-width: 85%;
  }
}
@media (min-width: 768px) {
  .clickup-ui {
    max-width: 70%;
    max-height: 450px;
    margin: 6.25rem auto;
  }
}
@media (min-width: 1024px) {
  .clickup-ui {
    margin: 8.125rem auto;
  }
}
.roman-list {
  margin-left: 20px;
}
.click-up-container {
  margin-top: 3.12rem;
}
@media (min-width: 768px) {
  .click-up-container {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .click-up-container {
    margin-top: 8.125rem;
  }
}
.click-up-container .roman-list {
  max-width: 85%;
}
.click-up-container .clickup-workflow-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .click-up-container .clickup-workflow-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}
.click-up-container .click-up-workflow-list {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .click-up-container .click-up-workflow-list {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 20px;
  }
}
.click-up-container .click-up-workflow-list b {
  color: #1c1c1c;
}
.click-up-container .click-up-workflow-list .click-up-workflow-item {
  position: relative;
  padding-left: 1rem;
  list-style: none;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .click-up-container .click-up-workflow-list .click-up-workflow-item {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .click-up-container .click-up-workflow-list .click-up-workflow-item {
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
}
.click-up-container .click-up-workflow-list .click-up-workflow-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .click-up-container .click-up-workflow-list .click-up-workflow-item:before {
    content: "•";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 1.3rem;
  }
}
.click-up-container .click-up-workflow-list ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.click-up-container .click-up-workflow-list ul li:before {
  content: "- ";
}
.click-up-container .bold-text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #626060;
}
@media (min-width: 1024px) {
  .click-up-container .bold-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
  }
}
.jira-feature-heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .jira-feature-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .jira-feature-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}
.jira-feature-list {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  list-style: none;
  line-height: 20px;
  color: #626060;
}
@media (min-width: 768px) {
  .jira-feature-list {
    font-weight: 400;
    font-size: 17px;
    list-style: none;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .jira-feature-list {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }
}
.jira-feature-list .jira-feature-item {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .jira-feature-list .jira-feature-item {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .jira-feature-list .jira-feature-item {
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
}
.jira-feature-list .jira-feature-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .jira-feature-list .jira-feature-item:before {
    content: "•";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 1.3rem;
  }
}
.jira-intro .heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  line-height: 22px;
  margin-bottom: 1rem;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .jira-intro .heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 2.5rem;
    color: #1c1c1c;
  }
}
.jira-intro .jira-software-image4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.9rem;
}
@media (min-width: 1024px) {
  .jira-intro .jira-software-image4 {
    margin-bottom: 2.5rem;
  }
}
.jira-intro .jira-sub-image {
  min-height: 180px;
  max-height: 240px;
  border-radius: 7px;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 576px) {
  .jira-intro .jira-sub-image {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .jira-intro .jira-sub-image {
    max-height: 300px;
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .jira-intro .jira-sub-image {
    max-width: 820px;
    margin: 0rem auto;
    border-radius: 10px;
    max-height: 500px;
  }
}
.sprint-planning-section .main-heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .sprint-planning-section .main-heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #1c1c1c;
    margin-bottom: 2.5rem;
  }
}
.sprint-planning-section .sprint-grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  place-items: start;
  gap: 1rem;
}
@media (min-width: 768px) {
  .sprint-planning-section .sprint-grid-container {
    place-items: center;
    gap: 2rem;
  }
}
.sprint-planning-section .sprint-grid-item h3,
.sprint-planning-section .sprint-logo-wrapper h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #1c1c1c;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .sprint-planning-section .sprint-grid-item h3,
  .sprint-planning-section .sprint-logo-wrapper h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
.sprint-planning-section .sprint-grid-item p,
.sprint-planning-section .sprint-logo-wrapper p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #626060;
}
@media (min-width: 1024px) {
  .sprint-planning-section .sprint-grid-item p,
  .sprint-planning-section .sprint-logo-wrapper p {
    font-size: 20px;
    line-height: 30px;
  }
}
.sprint-planning-section .sprint-logo-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .sprint-planning-section .sprint-logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.sprint-planning-section .sprint-logo-wrapper .sprint-logo-image {
  width: 250px;
  height: 210px;
}
@media (min-width: 1024px) {
  .sprint-planning-section .sprint-logo-wrapper .sprint-logo-image {
    width: 300px;
    height: auto;
    margin: 3rem 0;
  }
}
.sprint-planning-section .sprint-logo-wrapperresp {
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (min-width: 768px) {
  .sprint-planning-section .sprint-logo-wrapperresp {
    display: none;
  }
}
.sprint-planning-section .sprint-logo-wrapperresp .sprint-logo-imageresp {
  width: 250px;
  height: 210px;
}
@media (min-width: 1024px) {
  .sprint-planning-section .sprint-logo-wrapperresp .sprint-logo-imageresp {
    width: 300px;
    height: auto;
    margin: 5rem 0;
  }
}
.sprint-planning-section .estimation {
  text-align: center;
}
.sprint-planning-section .estimation p {
  max-width: 700px;
  margin: 0 auto;
}
.sprint-planning-section .sprint-planning-col-span-4 {
  grid-column: span 12;
  width: 100%;
}
@media (min-width: 768px) {
  .sprint-planning-section .sprint-planning-col-span-4 {
    grid-column: span 4;
  }
}
.sprint-planning-section .sprint-planning-col-span-6 {
  grid-column: span 12;
  width: 100%;
}
@media (min-width: 768px) {
  .sprint-planning-section .sprint-planning-col-span-6 {
    grid-column: span 6;
  }
}
.sprint-planning-section .sprint-planning-col-span-8 {
  grid-column: span 12;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .sprint-planning-section .sprint-planning-col-span-8 {
    grid-column: span 8;
    margin: 0 auto;
    text-align: center;
  }
}
.sprint-planning-section .sprint-planning-col-span-2 {
  grid-column: span 12;
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .sprint-planning-section .sprint-planning-col-span-2 {
    display: block;
    grid-column: span 2;
  }
}
.sprint-planning-section .sprint-planning-row-span-2 {
  grid-row: span 1;
}
@media (min-width: 768px) {
  .sprint-planning-section .sprint-planning-row-span-2 {
    grid-row: span 2;
  }
}
.daily-standup-section {
  background-color: #f8f8f8;
  padding: 1.9rem 0rem;
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .daily-standup-section {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .daily-standup-section {
    padding: 5rem 0rem;
    margin-top: 8.125rem;
  }
}
.daily-standup-section .text-container h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .daily-standup-section .text-container h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #1c1c1c;
    margin-bottom: 2.5rem;
  }
}
.daily-standup-section .text-container p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #626060;
  margin-top: 0.7rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .daily-standup-section .text-container p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
.daily-standup-section .text-container p {
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}
.daily-standup-section .scrum-detail-image {
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .daily-standup-section .scrum-detail-image {
    margin-bottom: 5rem;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}
.daily-standup-section .scrum-detail-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .daily-standup-section .scrum-detail-container {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .daily-standup-section .scrum-detail-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.daily-standup-section .scrum-detail-container .scrum-detail h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .daily-standup-section .scrum-detail-container .scrum-detail h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.daily-standup-section .scrum-detail-container .scrum-detail p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #626060;
  margin-top: 0.65rem;
}
@media (min-width: 1024px) {
  .daily-standup-section .scrum-detail-container .scrum-detail p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}
.retrospective-section {
  background-color: #eaf9ff;
  padding: 1.9rem 0rem;
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .retrospective-section {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .retrospective-section {
    padding: 5rem 0rem;
    margin-top: 8.125rem;
  }
}
.retrospective-section h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .retrospective-section h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #1c1c1c;
    margin-bottom: 2.5rem;
  }
}
.retrospective-section p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #626060;
  margin-top: 0.7rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .retrospective-section p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
.retrospective-section p {
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}
.retrospective-section .retrospective-process-image {
  width: 100%;
}
.questions-section {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .questions-section {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .questions-section {
    margin-top: 8.125rem;
  }
}
.questions-section .section-heading h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .questions-section .section-heading h2 {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #1c1c1c;
    margin-bottom: 2.5rem;
  }
}
.questions-section .section-heading p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #626060;
  margin-top: 0.7rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .questions-section .section-heading p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
.questions-section .section-heading p {
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}
.questions-section .sub-container .question-container {
  width: 100%;
}
@media (min-width: 768px) {
  .questions-section .sub-container .question-container {
    width: 44.36%;
    order: -1;
  }
}
@media (min-width: 1024px) {
  .questions-section .sub-container .question-container {
    width: 42.36%;
  }
}
.questions-section .sub-container .question-container h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .questions-section .sub-container .question-container h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.questions-section .sub-container .question-container h4 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 22px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .questions-section .sub-container .question-container h4 {
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 3rem;
    letter-spacing: -1.29238px;
    color: #1c1c1c;
  }
}
.questions-section .sub-container .question-container p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #626060;
  margin-top: 0.7rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .questions-section .sub-container .question-container p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 1.5rem;
    margin-bottom: 5rem;
  }
}
.questions-section .sub-container .question-container p {
  text-align: left;
}
.questions-section .sub-container .scrum-question-imagecontainer {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .questions-section .sub-container .scrum-question-imagecontainer {
    width: 37.95%;
  }
}
@media (min-width: 1024px) {
  .questions-section .sub-container .scrum-question-imagecontainer {
    width: 35.95%;
  }
}
.questions-section
  .sub-container
  .scrum-question-imagecontainer
  .scrum-question-image {
  margin: 0 auto;
  width: 100%;
  max-width: 257px;
  max-height: 310px;
}
@media (min-width: 576px) {
  .questions-section
    .sub-container
    .scrum-question-imagecontainer
    .scrum-question-image {
    width: 100%;
    margin: 0 auto;
    max-width: 310px;
    max-width: 257px;
  }
}
@media (min-width: 768px) {
  .questions-section
    .sub-container
    .scrum-question-imagecontainer
    .scrum-question-image {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .questions-section
    .sub-container
    .scrum-question-imagecontainer
    .scrum-question-image {
    width: 100%;
    max-width: 100%;
    max-height: 620px;
  }
}
@media (min-width: 768px) {
  .questions-section .sub-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17.69%;
  }
}
@media (min-width: 1024px) {
  .questions-section .sub-container {
    gap: 21.69%;
  }
}
.dependency-management-section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.dependency-management-section .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .dependency-management-section .heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.dependency-management-section .heading {
  text-align: center;
}
.dependency-management-section
  .dependency-management
  .jira-dependency-content
  h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .dependency-management-section
    .dependency-management
    .jira-dependency-content
    h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.dependency-management-section
  .dependency-management
  .jira-dependency-content
  p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #626060;
  font-family: Lato, sans-serif;
  text-align: justify;
}
@media (min-width: 1024px) {
  .dependency-management-section
    .dependency-management
    .jira-dependency-content
    p {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
  }
}
.dependency-management-section .dependency-management {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.dependency-management-section .dependency-management figure img {
  width: 100%;
}
@media (min-width: 768px) {
  .dependency-management-section .dependency-management figure img {
    width: 100%;
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .dependency-management-section .dependency-management {
    display: flex;
    flex-direction: row;
    gap: 6rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    align-items: center;
  }
  .dependency-management-section .dependency-management:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .dependency-management-section .dependency-management figure {
    flex: 1;
    max-width: 50%;
  }
  .dependency-management-section .dependency-management figure img {
    width: 100%;
  }
  .dependency-management-section
    .dependency-management
    .jira-dependency-content {
    flex: 1;
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .dependency-management-section .dependency-management {
    display: flex;
    flex-direction: row;
    gap: 18rem;
    margin-bottom: 5rem;
    align-items: center;
  }
  .dependency-management-section .dependency-management:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .dependency-management-section .dependency-management figure {
    flex: 1;
    max-width: 50%;
  }
  .dependency-management-section .dependency-management figure img {
    width: 100%;
  }
  .dependency-management-section
    .dependency-management
    .jira-dependency-content {
    flex: 1;
    max-width: 50%;
  }
}
.advance-roadmap-section {
  background-color: #f8f8f8;
  padding: 1.9rem 0rem;
  margin-bottom: 1.9rem;
  margin-top: 2.125%;
}
.advance-roadmap-section .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .advance-roadmap-section .heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.advance-roadmap-section .heading {
  text-align: center;
}
@media (min-width: 768px) {
  .advance-roadmap-section {
    margin-top: 4.75rem;
  }
}
@media (min-width: 1024px) {
  .advance-roadmap-section {
    padding: 5rem 0rem;
    margin-top: 3.125rem;
  }
}
.advance-roadmap-section .roadmap-list {
  width: 100%;
  margin: 0 auto 0.6rem;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .advance-roadmap-section .roadmap-list {
    width: 100%;
    margin: 0 auto 1.5rem;
    max-width: 983px;
    display: flex;
    gap: 10rem;
    justify-content: space-between;
    align-items: center;
  }
}
.advance-roadmap-section .roadmap-list .roadmap-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #626060;
  font-family: Lato, sans-serif;
  text-align: left;
}
@media (min-width: 1024px) {
  .advance-roadmap-section .roadmap-list .roadmap-item {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
  }
}
.advance-roadmap-section .roadmap-list .roadmap-item {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .advance-roadmap-section .roadmap-list .roadmap-item {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 130.9%;
    text-align: center;
    color: #626060;
  }
}
.advance-roadmap-section figure img {
  width: 100%;
  margin: 30px auto 0;
}
.advance-roadmap-section .para {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #626060;
  font-family: Lato, sans-serif;
  text-align: center;
}
@media (min-width: 1024px) {
  .advance-roadmap-section .para {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
}
.advance-roadmap-section .para {
  text-align: center;
  margin-bottom: 1.5rem;
}
.builtin-jira-dependency-section {
  margin: 50px auto;
}
@media (min-width: 768px) {
  .builtin-jira-dependency-section {
    margin: 80px auto;
  }
}
@media (min-width: 1024px) {
  .builtin-jira-dependency-section {
    margin: 130px auto;
  }
}
.builtin-jira-dependency-section .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .builtin-jira-dependency-section .heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.builtin-jira-dependency-section .heading {
  text-align: center;
}
.builtin-jira-dependency-section .para {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #626060;
  font-family: Lato, sans-serif;
  text-align: center;
}
@media (min-width: 1024px) {
  .builtin-jira-dependency-section .para {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
}
.builtin-jira-dependency-section figure img {
  border: 1.33px solid #c5c5c5;
  width: 100%;
  max-height: 330px;
  border-radius: 20px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .builtin-jira-dependency-section figure img {
    margin-top: 80px;
  }
}
.jira-dependency-advantages-section {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .jira-dependency-advantages-section {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .jira-dependency-advantages-section {
    margin-top: 8.125rem;
  }
}
.jira-dependency-advantages-section .text-container {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .jira-dependency-advantages-section .text-container {
    margin-bottom: 67px;
  }
}
.jira-dependency-advantages-section .text-container .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .jira-dependency-advantages-section .text-container .heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.jira-dependency-advantages-section .text-container .heading {
  text-align: center;
}
.jira-dependency-advantages-section .text-container .para {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #626060;
  font-family: Lato, sans-serif;
  text-align: center;
}
@media (min-width: 1024px) {
  .jira-dependency-advantages-section .text-container .para {
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
}
.jira-dependency-advantages-section .text-container .para {
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .jira-dependency-advantages-section .text-container .para {
    margin-bottom: 20px;
  }
}
.jira-dependency-advantages-section .dependency-benefits-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 10px;
  place-items: center;
  text-align: center;
}
.jira-dependency-advantages-section
  .dependency-benefits-container
  .jira-dependency-benefits {
  height: 300px;
  width: 100%;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/jira/Star.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}
.jira-dependency-advantages-section
  .dependency-benefits-container
  .jira-dependency-benefits
  .benefits-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  max-width: 273px;
  text-align: center;
  overflow: hidden;
}
.jira-dependency-advantages-section
  .dependency-benefits-container
  .jira-dependency-benefits
  .benefits-details
  h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 0.8rem;
}
@media (min-width: 1024px) {
  .jira-dependency-advantages-section
    .dependency-benefits-container
    .jira-dependency-benefits
    .benefits-details
    h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
}
.jira-dependency-advantages-section
  .dependency-benefits-container
  .jira-dependency-benefits
  .benefits-details
  p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #626060;
}
@media (min-width: 1024px) {
  .jira-dependency-advantages-section
    .dependency-benefits-container
    .jira-dependency-benefits
    .benefits-details
    p {
    font-size: 20px;
    line-height: 24px;
  }
}
.kanban-elements .heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .kanban-elements .heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #1c1c1c;
    margin-bottom: 2.5rem;
  }
}
.kanban-elements .container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .kanban-elements .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 5px;
    gap: 7.04%;
  }
}
@media (min-width: 1024px) {
  .kanban-elements .container {
    gap: 10.04%;
  }
}
@media (min-width: 768px) {
  .kanban-elements .container .figure-container {
    order: 2;
    width: 64.82%;
  }
}
@media (min-width: 1024px) {
  .kanban-elements .container .figure-container {
    width: 63.32%;
  }
}
.kanban-elements .kanban-steps-image {
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .kanban-elements-list {
    width: 28.13%;
  }
}
@media (min-width: 1024px) {
  .kanban-elements-list {
    width: 26.63%;
    order: 0;
    margin: 0;
  }
}
.kanban-elements-list .kanban-steps {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #1c1c1c;
  background: #fff;
  border: 1px solid rgba(209, 32, 45, 0.2);
  border-radius: 10px;
  text-align: center;
  padding: 0.65rem;
  margin-bottom: 0.65rem;
}
@media (min-width: 768px) {
  .kanban-elements-list .kanban-steps {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .kanban-elements-list .kanban-steps {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 2rem;
    border: 2.1536px solid rgba(209, 32, 45, 0.2);
    border-radius: 10.768px;
    padding: 5px;
  }
}
.kanban-usage-guide {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .kanban-usage-guide {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .kanban-usage-guide {
    margin-top: 8.125;
  }
}
.kanban-usage-guide .heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .kanban-usage-guide .heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #1c1c1c;
    margin-bottom: 2.5rem;
  }
}
.kanban-usage-guide .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.kanban-usage-guide .container .kanban-detail {
  background: #fff;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 4px 2px #d1202d33;
  border-radius: 0.75rem;
  padding: 20px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .kanban-usage-guide .container .kanban-detail {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .kanban-usage-guide .container .kanban-detail {
    border: 1.07596px solid #ffffff;
    box-shadow: 1.07596px 1.07596px 4.30384px 2.15192px #d1202d33;
    border-radius: 1.9rem;
    padding: 25px 36px;
  }
}
.kanban-usage-guide .container .kanban-detail p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
}
@media (min-width: 768px) {
  .kanban-usage-guide .container .kanban-detail p {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .kanban-usage-guide .container .kanban-detail p {
    font-size: 20px;
    line-height: 30px;
  }
}
.kanban-usage-guide .container .kanban-detail h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .kanban-usage-guide .container .kanban-detail h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.kanban-benefits-section {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .kanban-benefits-section {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .kanban-benefits-section {
    margin-top: 8.125rem;
  }
}
.kanban-benefits-section .main-heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .kanban-benefits-section .main-heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #1c1c1c;
    margin-bottom: 2.5rem;
  }
}
.kanban-benefits-section .kanban-benefits-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 10px;
  place-items: center;
  text-align: center;
}
.kanban-benefits-section .kanban-benefits-container .kanban-benefits {
  height: 300px;
  width: 100%;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/jira/Star.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}
.kanban-benefits-section
  .kanban-benefits-container
  .kanban-benefits
  .benefits-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  max-width: 273px;
  text-align: center;
  overflow: hidden;
}
.kanban-benefits-section
  .kanban-benefits-container
  .kanban-benefits
  .benefits-details
  h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 0.8rem;
}
@media (min-width: 1024px) {
  .kanban-benefits-section
    .kanban-benefits-container
    .kanban-benefits
    .benefits-details
    h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  }
}
.kanban-benefits-section
  .kanban-benefits-container
  .kanban-benefits
  .benefits-details
  p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #626060;
}
@media (min-width: 1024px) {
  .kanban-benefits-section
    .kanban-benefits-container
    .kanban-benefits
    .benefits-details
    p {
    font-size: 20px;
    line-height: 24px;
  }
}
.planning-steps .main-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .planning-steps .main-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.planning-steps .main-heading {
  text-align: center;
}
.planning-steps .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.planning-steps .container .sub-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 2.125rem;
}
@media (min-width: 768px) {
  .planning-steps .container .sub-container {
    display: flex;
    flex-direction: row;
    margin-top: 1.5rem;
    margin-bottom: 4.75rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15.84%;
  }
}
@media (min-width: 1024px) {
  .planning-steps .container .sub-container {
    gap: 21.84%;
    margin-bottom: 6.625rem;
  }
  .planning-steps .container .sub-container:nth-child(2n) .detail {
    order: 2;
  }
  .planning-steps .container .sub-container:nth-child(2n) img {
    order: 1;
  }
  .planning-steps .container .sub-container:nth-child(odd) .detail {
    order: 1;
  }
  .planning-steps .container .sub-container:nth-child(odd) img {
    order: 2;
  }
}
@media (min-width: 768px) {
  .planning-steps .container .sub-container img {
    width: 41.27%;
  }
}
@media (min-width: 1024px) {
  .planning-steps .container .sub-container img {
    margin: 0 auto;
    width: 38.27%;
  }
}
@media (min-width: 768px) {
  .planning-steps .container .detail {
    width: 42.73%;
  }
}
@media (min-width: 1024px) {
  .planning-steps .container .detail {
    width: 39.73%;
    margin: 0 auto;
  }
}
.planning-steps .container .detail h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .planning-steps .container .detail h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.planning-steps .container .detail p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .planning-steps .container .detail p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.plan-visualization-wrapper {
  background-color: #f8f8f8;
  padding: 2rem 0;
  margin-top: 2.125rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .plan-visualization-wrapper {
    padding: 3rem 0;
    margin-top: 4.75rem;
  }
}
@media (min-width: 1024px) {
  .plan-visualization-wrapper {
    padding: 5rem 0;
    margin-top: 3.124rem;
  }
}
.plan-visualization-wrapper .plan-visualization {
  display: flex;
  flex-direction: column;
}
.plan-visualization-wrapper .plan-visualization h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .plan-visualization-wrapper .plan-visualization h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.plan-visualization-wrapper .plan-visualization p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .plan-visualization-wrapper .plan-visualization p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.plan-visualization-wrapper .plan-visualization p {
  text-align: center;
}
.plan-visualization-wrapper .plan-visualization img {
  width: 100%;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .plan-visualization-wrapper .plan-visualization img {
    width: 90%;
    margin: 20px auto 0;
  }
}
@media (min-width: 1024px) {
  .plan-visualization-wrapper .plan-visualization img {
    max-width: 1020px;
    margin: 34px auto 0;
  }
}
.pi-planning-section {
  display: flex;
  flex-direction: column;
}
.pi-planning-section h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .pi-planning-section h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.pi-planning-section p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .pi-planning-section p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.pi-planning-section p {
  text-align: center;
}
.pi-planning-section img {
  margin: 0 auto;
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .pi-planning-section img {
    width: 90%;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .pi-planning-section img {
    max-width: 1020px;
    max-height: 580px;
    margin-top: 34px;
  }
}
.risk-management-main {
  display: flex;
  flex-direction: column;
}
.risk-management-main .main-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.875rem;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .risk-management-main .main-heading {
    font-size: 2.5rem;
    line-height: 2.8rem;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.risk-management-main .risk-management-steps {
  width: 100%;
  margin: 0 auto;
}
.risk-type-section h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.875rem;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .risk-type-section h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.risk-type-section .risk-types-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.risk-type-section .risk-types-container .risk-type-image-container {
  width: 100%;
}
@media (min-width: 1024px) {
  .risk-type-section .risk-types-container .risk-type-image-container {
    width: 53.4%;
    max-height: 502px;
  }
}
.risk-type-section .risk-types-container .risk-type-image {
  width: 100%;
}
@media (min-width: 768px) {
  .risk-type-section .risk-types-container .risk-type-image {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .risk-type-section .risk-types-container .risk-type-image {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .risk-type-section .risk-types-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4.22%;
    width: 100%;
  }
}
.risk-type-section .risk-types-container .risk-management-typesss {
  width: 100%;
}
@media (min-width: 1024px) {
  .risk-type-section .risk-types-container .risk-management-typesss {
    width: 42.36%;
  }
}
.risk-type-section
  .risk-types-container
  .risk-management-typesss
  .risk-type
  h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .risk-type-section
    .risk-types-container
    .risk-management-typesss
    .risk-type
    h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.risk-type-section .risk-types-container .risk-management-typesss .risk-type p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #626060;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .risk-type-section
    .risk-types-container
    .risk-management-typesss
    .risk-type
    p {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 20px;
  }
}
.risk-issue-template {
  display: flex;
  flex-direction: column;
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .risk-issue-template {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .risk-issue-template {
    margin-top: 8.125rem;
  }
}
.risk-issue-template .issue-template-screenshot {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .risk-issue-template .issue-template-screenshot {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .risk-issue-template .issue-template-screenshot {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .risk-issue-template .issue-template-screenshot {
    width: 745px;
  }
}
.risk-issue-template h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.875rem;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .risk-issue-template h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.risk-issue-template .risk-issue-container {
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .risk-issue-template .risk-issue-container {
    margin-top: 6.25;
  }
}
@media (min-width: 1024px) {
  .risk-issue-template .risk-issue-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10rem;
    margin-top: 8.125rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .risk-issue-template .risk-issue-container > :nth-child(3) {
    grid-column: 1 / span 2;
    width: 50%;
    margin: 0 auto;
  }
}
.risk-issue-template .risk-issue-container .template-details h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .risk-issue-template .risk-issue-container .template-details h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.risk-issue-template .risk-issue-container .template-details p {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #626060;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .risk-issue-template .risk-issue-container .template-details p {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .risk-issue-template .risk-issue-container .template-details p {
    margin-bottom: 4rem !important;
  }
}
.risk-type-wrapper {
  background-color: #f8f8f8;
  margin-top: 50px;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .risk-type-wrapper {
    margin-top: 100px;
    padding: 3rem 0;
  }
}
@media (min-width: 1024px) {
  .risk-type-wrapper {
    margin-top: 130px;
    padding: 5rem 0;
  }
}
.story-section .main-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .story-section .main-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.story-section p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .story-section p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.story-section .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .story-section .container {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 26.29%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
}
.story-section .container ul {
  width: 100%;
}
@media (min-width: 768px) {
  .story-section .container ul {
    width: 27.72%;
  }
}
.story-section .container ul li {
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  list-style-position: inside;
}
@media (min-width: 1024px) {
  .story-section .container ul li {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }
}
.story-section .container .advantage-image {
  width: 100%;
}
@media (min-width: 768px) {
  .story-section .container .advantage-image {
    width: 45.99%;
  }
}
.story-section .point-image {
  width: 100%;
  margin: 30px auto;
}
@media (min-width: 1024px) {
  .story-section .point-image {
    width: 800px;
    margin: 0 auto;
  }
}
.story-section .story-point-content h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .story-section .story-point-content h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.story-section .story-point-content h3 {
  text-align: left;
  margin-bottom: 1rem;
}
.story-section .story-point-content h4 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .story-section .story-point-content h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.story-section .story-point-content h4 {
  margin-bottom: 0.75rem;
}
.story-section .story-point-content p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .story-section .story-point-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.task-management-wrapper {
  background-color: #f8f8f8;
  margin-top: 50px;
  padding: 2rem 0 1rem;
}
@media (min-width: 768px) {
  .task-management-wrapper {
    margin-top: 100px;
    padding: 3rem 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .task-management-wrapper {
    margin-top: 130px;
    padding: 5rem 0 2.5rem;
  }
}
.task-management-wrapper .task-management-section .section-intro h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .task-management-wrapper .task-management-section .section-intro h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.task-management-wrapper .task-management-section .section-intro h2 {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .task-management-wrapper .task-management-section .section-intro h2 {
    margin-bottom: 1.5rem;
  }
}
.task-management-wrapper .task-management-section .section-intro p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .task-management-wrapper .task-management-section .section-intro p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.task-management-wrapper .task-management-section .section-intro p {
  text-align: center;
}
.task-management-wrapper .task-management-section .container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 30px;
}
@media (min-width: 768px) {
  .task-management-wrapper .task-management-section .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 7.68%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .task-management-wrapper
    .task-management-section
    .container:nth-child(odd)
    .detail {
    order: 2;
  }
  .task-management-wrapper
    .task-management-section
    .container:nth-child(odd)
    img {
    order: 1;
  }
  .task-management-wrapper
    .task-management-section
    .container:nth-child(2n)
    .detail {
    order: 1;
  }
  .task-management-wrapper
    .task-management-section
    .container:nth-child(2n)
    img {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .task-management-wrapper .task-management-section .container {
    gap: 13.68%;
    margin-top: 2.5;
    margin-bottom: 2.5rem;
  }
}
.task-management-wrapper .task-management-section .container .detail {
  width: 100%;
}
@media (min-width: 768px) {
  .task-management-wrapper .task-management-section .container .detail {
    width: 50.3%;
  }
}
@media (min-width: 1024px) {
  .task-management-wrapper .task-management-section .container .detail {
    width: 47.3%;
  }
}
.task-management-wrapper .task-management-section .container .detail h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .task-management-wrapper .task-management-section .container .detail h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.task-management-wrapper .task-management-section .container .detail h3 {
  text-align: left;
}
.task-management-wrapper .task-management-section .container .detail p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .task-management-wrapper .task-management-section .container .detail p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.task-management-wrapper .task-management-section .container img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .task-management-wrapper .task-management-section .container img {
    width: 42.01%;
  }
}
@media (min-width: 1024px) {
  .task-management-wrapper .task-management-section .container img {
    width: 39.01%;
    margin: 0;
  }
}
.time-estimation-section {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .time-estimation-section {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .time-estimation-section {
    margin-top: 130px;
  }
}
.time-estimation-section .section-intro h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .time-estimation-section .section-intro h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.time-estimation-section .section-intro h2 {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .time-estimation-section .section-intro h2 {
    margin-bottom: 1.5rem;
  }
}
.time-estimation-section .section-intro p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .time-estimation-section .section-intro p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.time-estimation-section .section-intro p {
  text-align: center;
}
.time-estimation-section .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .time-estimation-section .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 7.68%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .time-estimation-section .container:nth-child(odd) .detail {
    order: 2;
  }
  .time-estimation-section .container:nth-child(odd) img {
    order: 1;
  }
  .time-estimation-section .container:nth-child(2n) .detail {
    order: 1;
  }
  .time-estimation-section .container:nth-child(2n) img {
    order: 2;
  }
}
@media (min-width: 1024px) {
  .time-estimation-section .container {
    gap: 13.68%;
    margin-top: 2.5;
    margin-bottom: 2.5rem;
  }
}
.time-estimation-section .container .detail {
  width: 100%;
}
@media (min-width: 768px) {
  .time-estimation-section .container .detail {
    width: 50.3%;
  }
}
@media (min-width: 1024px) {
  .time-estimation-section .container .detail {
    width: 47.3%;
  }
}
.time-estimation-section .container .detail h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .time-estimation-section .container .detail h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.time-estimation-section .container .detail h3 {
  text-align: left;
}
.time-estimation-section .container .detail p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .time-estimation-section .container .detail p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.time-estimation-section .container .detail p {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .time-estimation-section .container .detail p {
    font-size: 20px;
  }
}
.time-estimation-section .container img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .time-estimation-section .container img {
    width: 42.01%;
  }
}
@media (min-width: 1024px) {
  .time-estimation-section .container img {
    width: 39.01%;
    margin: 0;
  }
}
.user-story-section .main-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .user-story-section .main-heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
@media (min-width: 768px) {
  .user-story-section-container {
    display: flex;
    gap: 3.29%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.user-story-section-container .user-roles-imagecontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .user-story-section-container .user-roles-imagecontainer {
    width: 49.77%;
  }
}
.user-story-section-container .user-roles-imagecontainer .user-roles-image {
  max-height: 210px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .user-story-section-container .user-roles-imagecontainer .user-roles-image {
    max-height: 240px;
  }
}
@media (min-width: 768px) {
  .user-story-section-container .user-roles-imagecontainer .user-roles-image {
    width: 100%;
    max-height: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .user-story-section-container .user-roles-imagecontainer .user-roles-image {
    max-height: 480px;
    margin: 0 auto;
  }
}
.user-story-section-container .description-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .user-story-section-container .description-container {
    width: 46.95%;
    order: -1;
  }
}
.user-story-section-container .description-container .description h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .user-story-section-container .description-container .description h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.user-story-section-container .description-container .description h4,
.user-story-section-container
  .description-container
  .description
  .description-head {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .user-story-section-container .description-container .description h4,
  .user-story-section-container
    .description-container
    .description
    .description-head {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.user-story-section-container .description-container .description p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .user-story-section-container .description-container .description p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.acceptence-criteria-wrapper {
  background-color: #f8f8f8;
  padding: 1.9rem 0rem;
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .acceptence-criteria-wrapper {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .acceptence-criteria-wrapper {
    padding: 5rem 0rem;
    margin-top: 8.125rem;
  }
}
.acceptence-criteria-wrapper .section-intro h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .acceptence-criteria-wrapper .section-intro h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.acceptence-criteria-wrapper .section-intro p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .acceptence-criteria-wrapper .section-intro p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.acceptence-criteria-wrapper .section-intro p {
  text-align: center;
}
@media (min-width: 768px) {
  .acceptence-criteria-wrapper .acceptence-criteria-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.29%;
    width: 100%;
  }
}
.acceptence-criteria-wrapper
  .acceptence-criteria-container
  .acceptence-criteria-imagecontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .acceptence-criteria-wrapper
    .acceptence-criteria-container
    .acceptence-criteria-imagecontainer {
    width: 49.77%;
  }
}
.acceptence-criteria-wrapper
  .acceptence-criteria-container
  .acceptence-criteria-imagecontainer
  img {
  max-height: 210px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .acceptence-criteria-wrapper
    .acceptence-criteria-container
    .acceptence-criteria-imagecontainer
    img {
    max-height: 240px;
  }
}
@media (min-width: 768px) {
  .acceptence-criteria-wrapper
    .acceptence-criteria-container
    .acceptence-criteria-imagecontainer
    img {
    width: 100%;
    max-height: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .acceptence-criteria-wrapper
    .acceptence-criteria-container
    .acceptence-criteria-imagecontainer
    img {
    max-height: 480px;
    margin: 0 auto;
  }
}
.acceptence-criteria-wrapper
  .acceptence-criteria-container
  .description33-container {
  width: 100%;
}
@media (min-width: 768px) {
  .acceptence-criteria-wrapper
    .acceptence-criteria-container
    .description33-container {
    width: 46.95%;
  }
}
.acceptence-criteria-wrapper
  .acceptence-criteria-container
  .description33-container
  .description
  h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .acceptence-criteria-wrapper
    .acceptence-criteria-container
    .description33-container
    .description
    h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.acceptence-criteria-wrapper
  .acceptence-criteria-container
  .description33-container
  .description
  p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .acceptence-criteria-wrapper
    .acceptence-criteria-container
    .description33-container
    .description
    p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.user-stories-cs {
  display: flex;
  flex-direction: column;
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .user-stories-cs {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .user-stories-cs {
    padding: 5rem 0rem;
  }
}
.user-stories-cs .section-intro h2 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #1c1c1c;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .user-stories-cs .section-intro h2 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 3.25rem;
  }
}
.user-stories-cs .section-intro p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .user-stories-cs .section-intro p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.user-stories-cs .section-intro p {
  text-align: center;
}
.user-stories-cs .three-cs-image {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .user-stories-cs .three-cs-image {
    max-width: 600px;
    max-height: 280px;
  }
}
@media (min-width: 1024px) {
  .user-stories-cs .three-cs-image {
    max-width: 1060px;
    max-height: 540px;
    margin-bottom: 5rem;
  }
}
.user-stories-cs .effective-communication-description {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .user-stories-cs .effective-communication-description {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .user-stories-cs .effective-communication-description {
    grid-template-columns: repeat(3, 1fr);
  }
}
.user-stories-cs
  .effective-communication-description
  .effective-communication-detail
  h3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .user-stories-cs
    .effective-communication-description
    .effective-communication-detail
    h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.user-stories-cs
  .effective-communication-description
  .effective-communication-detail
  p {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .user-stories-cs
    .effective-communication-description
    .effective-communication-detail
    p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.intro-sub-section .workflow-steps {
  width: 100%;
  margin: 0 auto;
  height: 130px;
}
@media (min-width: 576px) {
  .intro-sub-section .workflow-steps {
    height: auto;
  }
}
@media (min-width: 768px) {
  .intro-sub-section .workflow-steps {
    height: 375px;
  }
}
@media (min-width: 1024px) {
  .intro-sub-section .workflow-steps {
    max-height: 380px;
  }
}
.intro-sub-section .heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .intro-sub-section .heading {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 2.5rem;
  }
}
.intro-sub-section .heading {
  text-align: left;
}
.jira-container {
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  margin-top: 3.12rem;
}
@media (min-width: 768px) {
  .jira-container {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .jira-container {
    margin-top: 8.125rem;
  }
}
.jira-container #jira-workflow {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .jira-container #jira-workflow {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 32px;
  }
}
.jira-container #jira-workflow .bold-text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #626060;
}
@media (min-width: 1024px) {
  .jira-container #jira-workflow .bold-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #626060;
  }
}
.jira-container .status-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .jira-container .status-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.jira-container .status-heading {
  text-align: left;
}
.jira-workflow-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .jira-workflow-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}
.jira-workflow-list {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  list-style: none;
  line-height: 20px;
  color: #626060;
}
@media (min-width: 1024px) {
  .jira-workflow-list {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 30px;
  }
}
.jira-workflow-list .jira-workflow-item {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
}
@media (min-width: 768px) {
  .jira-workflow-list .jira-workflow-item {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .jira-workflow-list .jira-workflow-item {
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
}
.jira-workflow-list .jira-workflow-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .jira-workflow-list .jira-workflow-item:before {
    content: "•";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 1.3rem;
  }
}
.jira-workflow-list ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.jira-workflow-list ul li:before {
  content: "- ";
}
.monday_com-container .monday_com-feature-list {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .monday_com-container .monday_com-feature-list {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.monday_com-container .monday_com-feature-list .monday_com-feature-item {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  list-style: none;
}
.monday_com-container .monday_com-feature-list .monday_com-feature-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
}
@media (min-width: 1024px) {
  .monday_com-container
    .monday_com-feature-list
    .monday_com-feature-item:before {
    content: "•";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .monday_com-container .monday_com-feature-list .monday_com-feature-item {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .monday_com-container .monday_com-feature-list .monday_com-feature-item {
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
}
.monday_com-container
  .monday_com-feature-list
  .monday_com-feature-item
  .monday_com-feature-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .monday_com-container
    .monday_com-feature-list
    .monday_com-feature-item
    .monday_com-feature-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}
.monday_com-feature-conclusion {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .monday_com-feature-conclusion {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.monday_com-feature-conclusion {
  margin: 0.8rem 0 0rem;
}
@media (min-width: 1024px) {
  .monday_com-feature-conclusion {
    margin-top: 3rem;
    font-size: 20px;
  }
}
.monday_com-container #monday_com-workflow {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .monday_com-container #monday_com-workflow {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 20px;
  }
}
.monday_com-container #monday_com-workflow b {
  color: #1c1c1c;
}
.monday_com-container .bold-text {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #626060;
}
@media (min-width: 1024px) {
  .monday_com-container .bold-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
  }
}
.status-heading {
  font-family: Montserrat, sans-serif;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .status-heading {
    font-size: 24px;
    line-height: 45px;
    letter-spacing: -1.21208px;
    margin-bottom: 10px;
  }
}
.asana-container .asana-feature-list {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .asana-container .asana-feature-list {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.asana-container .asana-feature-list .asana-feature-item {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  list-style: none;
}
.asana-container .asana-feature-list .asana-feature-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
}
@media (min-width: 1024px) {
  .asana-container .asana-feature-list .asana-feature-item:before {
    content: "•";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .asana-container .asana-feature-list .asana-feature-item {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .asana-container .asana-feature-list .asana-feature-item {
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
}
.asana-container
  .asana-feature-list
  .asana-feature-item
  .asana-feature-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .asana-container
    .asana-feature-list
    .asana-feature-item
    .asana-feature-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .balancer-app-visuals {
    margin-top: 8.175rem;
  }
}
.balancer-app-visuals .section-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #104cba;
}
@media (min-width: 1024px) {
  .balancer-app-visuals .section-heading {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 38px;
    letter-spacing: 1.25594px;
    color: #327ae0;
  }
}
.balancer-app-visuals .section-main-heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .balancer-app-visuals .section-main-heading {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 60px;
    color: #252b33;
    margin-bottom: 2.5rem;
  }
}
.balancer-app-visuals .balancer-app-images {
  display: grid;
  column-gap: 1.25rem;
  row-gap: 0.6rem;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
}
@media (min-width: 768px) {
  .balancer-app-visuals .balancer-app-images {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 10.3rem;
    row-gap: 1rem;
    justify-content: center;
  }
}
.balancer-app-visuals .balancer-app-images img {
  max-width: 130px;
  max-height: 300px;
  align-self: center;
}
@media (min-width: 1024px) {
  .balancer-app-visuals .balancer-app-images img {
    max-width: 230px;
    max-height: 470px;
  }
}
.similar-idea-consultation {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .similar-idea-consultation {
    margin-bottom: 12.5rem;
  }
}
.similar-idea-consultation .heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .similar-idea-consultation .heading {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 60px;
    color: #252b33;
    margin-bottom: 2.5rem;
  }
}
.similar-idea-consultation .details {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .similar-idea-consultation .details {
    font-weight: 500;
    font-size: 18.5251px;
    line-height: 30px;
    letter-spacing: 1.25594px;
    color: #111;
  }
}
.similar-idea-consultation .consultation-button {
  display: block;
  margin: 0 auto;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #327ae0;
  padding: 0.9rem;
  border: none;
  cursor: pointer;
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .similar-idea-consultation .consultation-button {
    font-size: 1rem;
    line-height: 1.25rem;
    display: flex;
    box-shadow: 0 5px 30px #4154f14d;
    border-radius: 4px;
    padding: 1.2rem;
    margin-top: 3.75rem;
  }
}
.balancer .intro-content .center-wrapper,
.balancer .intro-content .center-wrapper-mobile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.balancer .intro-content .center-wrapper .platform-availability,
.balancer .intro-content .center-wrapper-mobile .platform-availability {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #327ae0;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .balancer .intro-content .center-wrapper .platform-availability,
  .balancer .intro-content .center-wrapper-mobile .platform-availability {
    margin-top: 3rem;
    font-weight: 700;
    font-size: 23.0287px;
    line-height: 28px;
    color: #327ae0;
  }
}
.balancer .intro-content .center-wrapper .icon,
.balancer .intro-content .center-wrapper-mobile .icon {
  display: flex;
  gap: 1.25rem;
  justify-content: left;
}
@media (min-width: 1024px) {
  .balancer .intro-content .center-wrapper .icon,
  .balancer .intro-content .center-wrapper-mobile .icon {
    gap: 1.85rem;
  }
}
.balancer .intro-content .center-wrapper .icon img,
.balancer .intro-content .center-wrapper-mobile .icon img {
  max-width: 120px;
}
@media (min-width: 1024px) {
  .balancer .intro-content .center-wrapper .icon img,
  .balancer .intro-content .center-wrapper-mobile .icon img {
    max-width: 180px;
  }
}
@media (min-width: 1024px) {
  .balancer .intro-content .center-wrapper-mobile {
    display: none;
  }
}
.balancer .intro-content .center-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .balancer .intro-content .center-wrapper {
    display: block;
  }
}
.balancer-app-challenges {
  display: block;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .balancer-app-challenges {
    margin-bottom: 5.5rem;
  }
}
.balancer-app-challenges .heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .balancer-app-challenges .heading {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 60px;
    color: #252b33;
    margin-bottom: 2.5rem;
  }
}
.balancer-app-challenges .challenges-detail {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .balancer-app-challenges .challenges-detail {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 27px;
    color: #404040;
  }
}
.core-features .heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .core-features .heading {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 60px;
    color: #252b33;
    margin-bottom: 2.5rem;
  }
}
.core-features .sub-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #327ae0;
}
@media (min-width: 1024px) {
  .core-features .sub-heading {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 38px;
    letter-spacing: 1.25594px;
    color: #327ae0;
  }
}
.core-features .core-features-description {
  border-radius: 0.5rem;
  background-color: #d8ecff;
  padding: 2rem 1rem;
}
@media (min-width: 1024px) {
  .core-features .core-features-description {
    padding: 3.8rem;
    padding: 1.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.core-features .core-features-description .feature-container {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .core-features .core-features-description .feature-container {
    width: calc(50% - 10px);
  }
}
.core-features .core-features-description .feature-container .feature-heading {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 0.9rem;
}
@media (min-width: 1024px) {
  .core-features
    .core-features-description
    .feature-container
    .feature-heading {
    gap: 0.75rem;
  }
}
.core-features
  .core-features-description
  .feature-container
  .feature-heading
  h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #252b33;
}
@media (min-width: 1024px) {
  .core-features
    .core-features-description
    .feature-container
    .feature-heading
    h5 {
    font-weight: 600;
    font-size: 21.9202px;
    line-height: 26px;
    color: #252b33;
  }
}
.core-features .core-features-description .feature-container .feature-detail {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
@media (min-width: 1024px) {
  .core-features .core-features-description .feature-container .feature-detail {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 24px;
    color: #404040;
  }
}
.other-features-section {
  margin: 3rem 0;
}
@media (min-width: 1024px) {
  .other-features-section {
    margin: 8.175rem 0;
  }
}
.other-features-section .main-heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .other-features-section .main-heading {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 60px;
    color: #252b33;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .other-features-section .feature-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .other-features-section .feature-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.other-features-section .feature-container .feature-detail-container {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .other-features-section .feature-container .feature-detail-container {
    margin-bottom: 0rem;
  }
}
.other-features-section
  .feature-container
  .feature-detail-container
  .feature-detail {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #404040;
}
@media (min-width: 1024px) {
  .other-features-section
    .feature-container
    .feature-detail-container
    .feature-detail {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 24px;
    color: #404040;
  }
}
@media (min-width: 1024px) {
  .other-features-section
    .feature-container
    .feature-detail-container
    .feature-detail {
    font-size: 0.9rem;
  }
}
.other-features-section
  .feature-container
  .feature-detail-container
  .feature-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #252b33;
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .other-features-section
    .feature-container
    .feature-detail-container
    .feature-heading {
    font-weight: 700;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 0.4rem;
  }
}
.intro-section-airspray {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .intro-section-airspray {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .intro-section-airspray {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.intro-section-airspray__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-section-airspray__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .intro-section-airspray__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.intro-section-airspray__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-section-airspray__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .intro-section-airspray__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .intro-section-airspray__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .intro-section-airspray__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-section-airspray__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.intro-section-airspray__list {
  margin-left: 5px;
  padding-left: 20px;
}
.intro-section-airspray__list--points {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .intro-section-airspray__list--points {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .intro-section-airspray__list--points {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.intro-section-airspray__list--points {
  font-family: Lato, sans-serif;
  color: #626060;
}
@media (min-width: 768px) {
  .intro-section-airspray__rectengle_list {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .intro-section-airspray__rectengle_list {
    width: 60%;
  }
}
.intro-section-airspray__rectengle_list--points {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 12px;
  padding: 0.5rem 0.7rem;
  display: inline-block;
  margin-top: 0.7rem;
  margin-right: 0.2rem;
}
.intro-section-airspray__rectengle_list--points:hover {
  box-shadow: 0 6px 16px #0006;
}
@media (min-width: 768px) {
  .intro-section-airspray__rectengle_list--points {
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    border: 2px solid black;
    border-radius: 15px;
    padding: 0.65rem 1.5rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .intro-section-airspray__rectengle_list--points {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    border: 2px solid black;
    border-radius: 19px;
    padding: 0.75rem 2rem;
    margin-top: 1.5rem;
    margin-right: 0.5rem;
  }
}
.overlappingsections4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .overlappingsections4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections4 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections4 {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    gap: 20px;
  }
}
.overlappingsections4__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
  margin-bottom: 24px;
}
.overlappingsections4__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections4__wrapper {
    margin-bottom: 100px;
  }
  .overlappingsections4__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper {
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 71px;
    height: 90vh;
  }
}
.overlappingsections4__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content {
    width: 50%;
  }
}
.overlappingsections4__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections4__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.overlappingsections4__wrapper--content-headthree {
  padding-right: 20px;
  margin-bottom: 5px !important;
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content-headthree {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections4__wrapper--content-headthree {
    padding-right: 140px;
  }
}
.overlappingsections4__wrapper--content-bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .overlappingsections4__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.overlappingsections4__wrapper--content-bodytext {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content-bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 5px;
    padding-right: 30px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections4__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections4__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections4__wrapper--content-bodytext {
    padding-right: 40px;
    font-size: 18px;
  }
}
.overlappingsections4__wrapper--content-list {
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .overlappingsections4__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    font-size: 18px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections4__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections4__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .overlappingsections4__wrapper--content-list {
    padding-right: 30px;
  }
}
.overlappingsections4__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .overlappingsections4__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.overlappingsections4__wrapper--content-li {
  color: #626060;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content-li {
    font-size: 20px;
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.overlappingsections4__wrapper--content-libold {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections4__wrapper--content-libold {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content-libold {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections4__wrapper--content-libold {
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--content-libold {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.overlappingsections4__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--img {
    width: 50%;
  }
}
.overlappingsections4__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.85125;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections4__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.85125;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .overlappingsections4 #wrapper1 {
    z-index: 1;
  }
  .overlappingsections4 #wrapper2 {
    z-index: 2;
  }
  .overlappingsections4 #wrapper3 {
    z-index: 3;
  }
}
.two-col {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .two-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .two-col {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.two-col__para {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .two-col__para {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .two-col__para {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .two-col__para {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .two-col__para {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .two-col__para {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .two-col__para {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 130px;
    padding-right: 150px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .two-col__para {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 130px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .two-col__para {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 130px;
  }
}
.two-col__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .two-col__content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.two-col__content--image {
  width: 100%;
}
@media (min-width: 1024px) {
  .two-col__content--image {
    width: 50%;
  }
}
.two-col__content--image img {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.8304878049;
  width: 100%;
}
.two-col__content--txt {
  width: 100%;
}
@media (min-width: 1024px) {
  .two-col__content--txt {
    width: 50%;
    padding-left: 50px;
  }
}
.two-col__content--txt-head3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .two-col__content--txt-head3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .two-col__content--txt-head3 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.two-col__content--txt-head3 {
  font-weight: 600;
}
.two-col__content--txt-bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .two-col__content--txt-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .two-col__content--txt-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .two-col__content--txt-bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .two-col__content--txt-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .two-col__content--txt-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.two-col__images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .two-col__images {
    display: flex;
    flex-direction: row;
  }
}
.two-col__images--fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.8304878049;
  width: 100%;
}
@media (min-width: 768px) {
  .two-col__images--fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.8304878049;
    width: 50%;
  }
}
.intro-fr {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .intro-fr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .intro-fr {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.intro-fr__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-fr__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .intro-fr__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.intro-fr__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-fr__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .intro-fr__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .intro-fr__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .intro-fr__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-fr__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.intro-fr__list {
  padding-left: 20px;
}
.intro-fr__list--points {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .intro-fr__list--points {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .intro-fr__list--points {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.intro-fr__list--points {
  font-family: Lato, sans-serif;
  color: #626060;
}
.overlappingsections3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .overlappingsections3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections3 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections3 {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    gap: 20px;
  }
}
.overlappingsections3__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
  margin-bottom: 24px;
}
.overlappingsections3__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections3__wrapper {
    margin-bottom: 100px;
  }
  .overlappingsections3__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper {
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 71px;
    height: 90vh;
  }
}
.overlappingsections3__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--content {
    width: 50%;
  }
}
.overlappingsections3__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections3__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.overlappingsections3__wrapper--content-headthree {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--content-headthree {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections3__wrapper--content-headthree {
    padding-right: 140px;
  }
}
.overlappingsections3__wrapper--content-bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .overlappingsections3__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.overlappingsections3__wrapper--content-bodytext {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--content-bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 15px;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections3__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections3__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections3__wrapper--content-bodytext {
    padding-right: 140px;
  }
}
.overlappingsections3__wrapper--content-list {
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections3__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--content-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections3__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections3__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .overlappingsections3__wrapper--content-list {
    padding-right: 140px;
  }
}
.overlappingsections3__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections3__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections3__wrapper--content-li {
  color: #626060;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--content-li {
    font-size: 20px;
    font-family: Lato, sans-serif;
    margin-bottom: 10px;
  }
}
.overlappingsections3__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--img {
    width: 50%;
  }
}
.overlappingsections3__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.7625;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections3__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.7625;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .overlappingsections3 #wrapper1 {
    z-index: 1;
  }
  .overlappingsections3 #wrapper2 {
    z-index: 2;
  }
  .overlappingsections3 #wrapper3 {
    z-index: 3;
  }
}
.uniquefeatures-fr {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .uniquefeatures-fr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .uniquefeatures-fr {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .uniquefeatures-fr {
    margin-top: 145px;
  }
}
.uniquefeatures-fr__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .uniquefeatures-fr__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .uniquefeatures-fr__headthree {
    margin-bottom: 40px;
  }
}
.uniquefeatures-fr__list {
  padding-left: 20px;
}
.uniquefeatures-fr__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .uniquefeatures-fr__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .uniquefeatures-fr__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.uniquefeatures-fr__list--li {
  color: #626060;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .uniquefeatures-fr__list--li {
    font-size: 20px;
  }
  .uniquefeatures-fr__list--li:last-child {
    margin-bottom: 100px;
  }
}
.uniquefeatures-fr__images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .uniquefeatures-fr__images {
    display: flex;
    flex-direction: row;
  }
}
.uniquefeatures-fr__images--fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.8444444444;
  width: 100%;
}
@media (min-width: 768px) {
  .uniquefeatures-fr__images--fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 1.8444444444;
    width: 100%;
  }
}
.what-we-acheived {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .what-we-acheived {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .what-we-acheived {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.what-we-acheived__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .what-we-acheived__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .what-we-acheived__headthree {
    margin-bottom: 40px;
  }
}
.what-we-acheived__list {
  padding-left: 20px;
}
.what-we-acheived__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .what-we-acheived__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .what-we-acheived__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.what-we-acheived__list--li {
  color: #626060;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .what-we-acheived__list--li {
    font-size: 20px;
  }
  .what-we-acheived__list--li:last-child {
    margin-bottom: 100px;
  }
}
.what-we-acheived__images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .what-we-acheived__images {
    display: flex;
    flex-direction: row;
  }
}
.what-we-acheived__images--fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.7519788918;
  width: 100%;
}
@media (min-width: 768px) {
  .what-we-acheived__images--fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 1.7519788918;
    width: 100%;
  }
}
.gamenebula {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .gamenebula {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .gamenebula {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.gamenebula__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gamenebula__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .gamenebula__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.gamenebula__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gamenebula__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .gamenebula__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.gamenebula__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .gamenebula__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .gamenebula__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .gamenebula__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.gamenebula__list {
  list-style-position: inside;
}
.gamenebula__list--points {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gamenebula__list--points {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .gamenebula__list--points {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.gamenebula__list--points {
  font-family: Montserrat, sans-serif;
  color: #626060;
}
.headingsection {
  padding: 25px 0;
  color: #1c1c1c !important;
}
@media (min-width: 768px) {
  .headingsection {
    padding: 150px 0;
  }
}
@media (min-width: 1024px) {
  .headingsection {
    padding: 100px 0;
  }
}
.headingsection__headone {
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
.businesschallenges {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .businesschallenges {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .businesschallenges {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .businesschallenges {
    display: flex;
    width: 100%;
    gap: 20px;
  }
}
.businesschallenges__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
}
@media (min-width: 1024px) {
  .businesschallenges__wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.businesschallenges__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .businesschallenges__wrapper--content {
    width: 50%;
  }
}
.businesschallenges__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .businesschallenges__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .businesschallenges__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.businesschallenges__wrapper--content-headthree {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .businesschallenges__wrapper--content-headthree {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .businesschallenges__wrapper--content-headthree {
    padding-right: 140px;
  }
}
.businesschallenges__wrapper--content-list {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .businesschallenges__wrapper--content-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .businesschallenges__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .businesschallenges__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .businesschallenges__wrapper--content-list {
    padding-right: 140px;
  }
}
.businesschallenges__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .businesschallenges__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .businesschallenges__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.businesschallenges__wrapper--content-li {
  color: #626060;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .businesschallenges__wrapper--content-li {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.businesschallenges__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .businesschallenges__wrapper--img {
    width: 50%;
    height: fit-content;
  }
}
.businesschallenges__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.85125;
  width: 100%;
}
@media (min-width: 1024px) {
  .businesschallenges__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.85125;
    width: 100%;
  }
}
.needChallenges {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .needChallenges {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .needChallenges {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.needChallenges__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .needChallenges__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .needChallenges__headthree {
    margin-bottom: 40px;
  }
}
.needChallenges__list {
  list-style-position: inside;
}
.needChallenges__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .needChallenges__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .needChallenges__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.needChallenges__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
}
.needChallenges__list--li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .needChallenges__list--li {
    font-size: 20px;
  }
  .needChallenges__list--li:last-child {
    margin-bottom: 20px;
  }
}
.overlappingsections2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .overlappingsections2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.overlappingsections2__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
  margin-bottom: 24px;
}
.overlappingsections2__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections2__wrapper {
    margin-bottom: 100px;
  }
  .overlappingsections2__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections2__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 90vh;
  }
}
.overlappingsections2__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections2__wrapper--img {
    width: 100%;
    height: 100vh;
  }
}
.overlappingsections2__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.85125;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections2__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.85125;
    width: 100%;
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .overlappingsections2 #wrapper1 {
    z-index: 1;
  }
  .overlappingsections2 #wrapper2 {
    z-index: 2;
  }
  .overlappingsections2 #wrapper3 {
    z-index: 3;
  }
}
.uniquefeatures {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .uniquefeatures {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .uniquefeatures {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .uniquefeatures {
    margin-top: 600px !important;
  }
}
.uniquefeatures__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .uniquefeatures__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .uniquefeatures__headthree {
    margin-bottom: 40px;
  }
}
.uniquefeatures__list {
  list-style-position: inside;
}
.uniquefeatures__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .uniquefeatures__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .uniquefeatures__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.uniquefeatures__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .uniquefeatures__list--li {
    font-size: 20px;
  }
  .uniquefeatures__list--li:last-child {
    margin-bottom: 100px;
  }
}
.uniquefeatures__images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .uniquefeatures__images {
    display: flex;
    flex-direction: row;
  }
}
.uniquefeatures__images--fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.8304878049;
  width: 100%;
}
@media (min-width: 768px) {
  .uniquefeatures__images--fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.8304878049;
    width: 50%;
  }
}
.solutions {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .solutions {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .solutions {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.solutions__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .solutions__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .solutions__headthree {
    margin-bottom: 40px;
  }
}
.solutions__list {
  list-style-position: inside;
}
.solutions__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .solutions__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .solutions__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.solutions__list--li {
  color: #626060;
}
@media (min-width: 1024px) {
  .solutions__list--li {
    font-size: 20px;
  }
  .solutions__list--li:last-child {
    margin-bottom: 100px;
  }
}
.solutions__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.achievements {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .achievements {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .achievements {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.achievements__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .achievements__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .achievements__headthree {
    margin-bottom: 40px;
  }
}
.achievements__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .achievements__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .achievements__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.achievements__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .achievements__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .achievements__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .achievements__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.achievements__list {
  list-style-position: inside;
}
.achievements__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .achievements__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .achievements__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.achievements__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .achievements__list--li {
    font-size: 20px;
  }
  .achievements__list--li:last-child {
    margin-bottom: 100px;
  }
}
.achievements__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.gap-analysis {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .gap-analysis {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.gap-analysis__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gap-analysis__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.gap-analysis__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gap-analysis__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.gap-analysis__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .gap-analysis__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .gap-analysis__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .gap-analysis__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.gap-analysis__bodytext2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gap-analysis__bodytext2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .gap-analysis__bodytext2 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.gap-analysis__bodytext2 {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .gap-analysis__bodytext2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .gap-analysis__bodytext2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .gap-analysis__bodytext2 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.videosection__video {
  border-radius: 16px;
}
.videosection__video_controls .play__btn .play {
  display: none;
}
@media (min-width: 1024px) {
  .videosection__video_controls .play__btn .play {
    display: block;
    transform: translate(3px);
  }
}
.rotating-text {
  animation: rotateText 20s linear infinite;
  transform-origin: center;
}
.gap-analysis-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .gap-analysis-steps {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-steps {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-steps {
    display: flex;
    width: 100%;
    gap: 20px;
  }
}
.gap-analysis-steps__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
}
@media (min-width: 768px) {
  .gap-analysis-steps__wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4.9%;
  }
}
@media (min-width: 1200px) {
  .gap-analysis-steps__wrapper {
    gap: 8.9%;
  }
}
.gap-analysis-steps__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .gap-analysis-steps__wrapper--content {
    width: 46.83%;
  }
}
@media (min-width: 1200px) {
  .gap-analysis-steps__wrapper--content {
    width: 41.83%;
  }
}
.gap-analysis-steps__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gap-analysis-steps__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-steps__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .gap-analysis-steps__wrapper--content-headthree {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-steps__wrapper--content-headthree {
    line-height: 20px;
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) {
  .gap-analysis-steps__wrapper--content-headthree {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) and (min-width: 768px) {
  .gap-analysis-steps__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1440px) and (min-width: 1024px) {
  .gap-analysis-steps__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.gap-analysis-steps__wrapper--content-list {
  padding-left: 25px;
}
@media (min-width: 1024px) {
  .gap-analysis-steps__wrapper--content-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .gap-analysis-steps__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .gap-analysis-steps__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.gap-analysis-steps__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gap-analysis-steps__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-steps__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.gap-analysis-steps__wrapper--content-li {
  color: #626060;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .gap-analysis-steps__wrapper--content-li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 11px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-steps__wrapper--content-li {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1440px) {
  .gap-analysis-steps__wrapper--content-li {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.gap-analysis-steps__wrapper--content-li
  .gap-analysis-steps__wrapper--content-liheading {
  color: #1c1c1c;
  font-weight: 600;
}
.gap-analysis-steps__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .gap-analysis-steps__wrapper--img {
    width: 49.27%;
    height: fit-content;
  }
}
.gap-analysis-steps__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .gap-analysis-steps__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 1;
    width: 100%;
  }
}
.gap-analysis-applications {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .gap-analysis-applications {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-applications {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.gap-analysis-applications__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gap-analysis-applications__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-applications__headthree {
    margin-bottom: 40px;
  }
}
.gap-analysis-applications__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gap-analysis-applications__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-applications__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.gap-analysis-applications__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .gap-analysis-applications__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .gap-analysis-applications__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .gap-analysis-applications__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.gap-analysis-applications__list {
  padding-left: 0;
  margin: 0;
}
.gap-analysis-applications__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gap-analysis-applications__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-applications__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.gap-analysis-applications__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.gap-analysis-applications__list--li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .gap-analysis-applications__list--li {
    font-size: 20px;
  }
  .gap-analysis-applications__list--li:last-child {
    margin-bottom: 20px;
  }
}
.gap-analysis-applications__list--li-heading {
  color: #1c1c1c;
  font-weight: 600;
}
.gap-analysis-applications__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .gap-analysis-applications__list--li:before {
    font-size: 1rem;
  }
}
.gap-analysis-sticker {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .gap-analysis-sticker {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-sticker {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.gap-analysis-sticker__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.gap-analysis-tools {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .gap-analysis-tools {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-tools {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.gap-analysis-tools__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .gap-analysis-tools__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-tools__headthree {
    margin-bottom: 40px;
  }
}
.gap-analysis-tools__list {
  list-style-position: inside;
}
.gap-analysis-tools__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .gap-analysis-tools__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-tools__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.gap-analysis-tools__list--li {
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .gap-analysis-tools__list--li {
    font-size: 20px;
  }
  .gap-analysis-tools__list--li:last-child {
    margin-bottom: 100px;
  }
}
.gap-analysis-tools__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.gap-analysis-note {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .gap-analysis-note {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-note {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.gap-analysis-note__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .gap-analysis-note__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .gap-analysis-note__headthree {
    margin-bottom: 0;
  }
}
.intro-section-lds {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .intro-section-lds {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .intro-section-lds {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.intro-section-lds__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-section-lds__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .intro-section-lds__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.intro-section-lds__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-section-lds__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .intro-section-lds__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .intro-section-lds__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .intro-section-lds__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-section-lds__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.intro-section-lds__list {
  margin-left: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .intro-section-lds__list {
    margin-bottom: 20px;
  }
}
.intro-section-lds__list--points {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .intro-section-lds__list--points {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .intro-section-lds__list--points {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.intro-section-lds__list--points {
  font-family: Lato, sans-serif;
  color: #626060;
}
@media (min-width: 768px) {
  .intro-section-lds__rectengle_list {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .intro-section-lds__rectengle_list {
    width: 60%;
  }
}
.intro-section-lds__rectengle_list--points {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 12px;
  padding: 0.5rem 0.7rem;
  display: inline-block;
  margin-top: 0.7rem;
  margin-right: 0.2rem;
}
.intro-section-lds__rectengle_list--points:hover {
  box-shadow: 0 6px 16px #0006;
}
@media (min-width: 768px) {
  .intro-section-lds__rectengle_list--points {
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    border: 2px solid black;
    border-radius: 15px;
    padding: 0.65rem 1.5rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .intro-section-lds__rectengle_list--points {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    border: 2px solid black;
    border-radius: 19px;
    padding: 0.75rem 2rem;
    margin-top: 1.5rem;
    margin-right: 0.5rem;
  }
}
.intro-section-lds__note {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .intro-section-lds__note {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .intro-section-lds__note {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.intro-section-lds__note {
  color: #1c1c1c !important;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .intro-section-lds__note {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .intro-section-lds__note {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-section-lds__note {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .overlappingsections6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections6 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.overlappingsections6 {
  padding: 70px 0;
}
@media (min-width: 1024px) {
  .overlappingsections6 {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    gap: 20px;
  }
}
.overlappingsections6__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
  margin-bottom: 24px;
}
.overlappingsections6__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections6__wrapper {
    margin-bottom: 100px;
  }
  .overlappingsections6__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper {
    flex-direction: row;
    position: absolute;
    gap: 70px;
    left: 0;
    top: 71px;
    height: 90vh;
  }
}
.overlappingsections6__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content {
    width: 50%;
  }
}
.overlappingsections6__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections6__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.overlappingsections6__wrapper--content-headthree {
  padding-right: 20px;
  margin-bottom: 5px !important;
  margin-bottom: 20px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content-headthree {
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections6__wrapper--content-headthree {
    padding-right: 100px;
    margin-bottom: 30px;
  }
}
.overlappingsections6__wrapper--content-bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .overlappingsections6__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.overlappingsections6__wrapper--content-bodytext {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content-bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 20px;
    padding-right: 30px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections6__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections6__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections6__wrapper--content-bodytext {
    padding-right: 40px;
    font-size: 18px;
  }
}
.overlappingsections6__wrapper--content-list {
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .overlappingsections6__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    font-size: 18px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections6__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections6__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .overlappingsections6__wrapper--content-list {
    padding-right: 30px;
  }
}
.overlappingsections6__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .overlappingsections6__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.overlappingsections6__wrapper--content-li {
  color: #626060;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content-li {
    font-size: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.overlappingsections6__wrapper--content-libold {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections6__wrapper--content-libold {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content-libold {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections6__wrapper--content-libold {
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--content-libold {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.overlappingsections6__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--img {
    width: 50%;
  }
}
.overlappingsections6__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.7625;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections6__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.7625;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .overlappingsections6 #wrapper1 {
    z-index: 1;
  }
  .overlappingsections6 #wrapper2 {
    z-index: 2;
  }
  .overlappingsections6 #wrapper3 {
    z-index: 3;
  }
}
.lds-banners-images {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .lds-banners-images {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .lds-banners-images {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.lds-banners-images {
  display: flex;
  width: 100%;
}
@media (min-width: 1024px) {
  .lds-banners-images {
    margin-top: 65px;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .lds-banners-images {
    margin-top: 65px;
    padding-top: 110px;
  }
}
@media (min-width: 1440px) {
  .lds-banners-images {
    margin-top: 65px;
    padding-top: 145px;
  }
}
.lds-banners-images__img {
  width: 100%;
}
.lds-banners-images2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .lds-banners-images2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .lds-banners-images2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.lds-banners-images2 {
  display: flex;
  width: 100%;
}
.lds-banners-images2__img {
  width: 100%;
}
.introninjastream {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .introninjastream {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .introninjastream {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.introninjastream__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .introninjastream__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .introninjastream__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.introninjastream__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .introninjastream__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .introninjastream__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .introninjastream__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .introninjastream__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .introninjastream__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.introninjastream__list {
  padding-left: 20px;
}
.introninjastream__list--points {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .introninjastream__list--points {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .introninjastream__list--points {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.introninjastream__list--points {
  font-family: Lato, sans-serif;
  color: #626060;
}
.overlappingsections {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .overlappingsections {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    gap: 20px;
  }
}
.overlappingsections__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
  margin-bottom: 24px;
}
.overlappingsections__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections__wrapper {
    margin-bottom: 100px;
  }
  .overlappingsections__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper {
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 71px;
    height: 90vh;
  }
}
.overlappingsections__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content {
    width: 50%;
  }
}
.overlappingsections__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.overlappingsections__wrapper--content-headthree {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content-headthree {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections__wrapper--content-headthree {
    padding-right: 140px;
  }
}
.overlappingsections__wrapper--content-bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections__wrapper--content-bodytext {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content-bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections__wrapper--content-bodytext {
    padding-right: 140px;
  }
}
.overlappingsections__wrapper--content-list {
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .overlappingsections__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .overlappingsections__wrapper--content-list {
    padding-right: 140px;
  }
}
.overlappingsections__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections__wrapper--content-li {
  color: #626060;
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content-li {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections__wrapper--content-libold {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections__wrapper--content-libold {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content-libold {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections__wrapper--content-libold {
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--content-libold {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.overlappingsections__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--img {
    width: 50%;
  }
}
.overlappingsections__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.85125;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.85125;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .overlappingsections #wrapper1 {
    z-index: 1;
  }
  .overlappingsections #wrapper2 {
    z-index: 2;
  }
  .overlappingsections #wrapper3 {
    z-index: 3;
  }
}
.structurelayout {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .structurelayout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .structurelayout {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .structurelayout {
    margin-top: 65px;
    padding-top: 130px;
  }
}
.structurelayout__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .structurelayout__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .structurelayout__headthree {
    margin-bottom: 40px;
  }
}
.structurelayout__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .structurelayout__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .structurelayout__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .structurelayout__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 80px;
    padding-right: 250px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .structurelayout__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .structurelayout__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.structurelayout__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.brandvisuals {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .brandvisuals {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .brandvisuals {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.brandvisuals__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .brandvisuals__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .brandvisuals__headthree {
    margin-bottom: 40px;
  }
}
.brandvisuals__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .brandvisuals__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .brandvisuals__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .brandvisuals__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 80px;
    padding-right: 250px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .brandvisuals__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .brandvisuals__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.brandvisuals__images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .brandvisuals__images {
    display: flex;
    flex-direction: row;
  }
}
.brandvisuals__images--fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.8304878049;
  width: 100%;
}
@media (min-width: 768px) {
  .brandvisuals__images--fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.8304878049;
    width: 50%;
  }
}
.introroad-map {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .introroad-map {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .introroad-map {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.introroad-map__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .introroad-map__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .introroad-map__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.introroad-map__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .introroad-map__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .introroad-map__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .introroad-map__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .introroad-map__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .introroad-map__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.introroad-map__list {
  padding-left: 20px;
}
.introroad-map__list--points {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .introroad-map__list--points {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .introroad-map__list--points {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.introroad-map__list--points {
  font-family: Lato, sans-serif;
  color: #626060;
}
.overlappingsections7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .overlappingsections7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections7 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections7 {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    gap: 20px;
  }
}
.overlappingsections7__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
  margin-bottom: 24px;
}
.overlappingsections7__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections7__wrapper {
    margin-bottom: 100px;
  }
  .overlappingsections7__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper {
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 71px;
    height: 90vh;
  }
}
.overlappingsections7__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content {
    width: 50%;
  }
}
.overlappingsections7__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections7__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.overlappingsections7__wrapper--content-headthree {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content-headthree {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections7__wrapper--content-headthree {
    padding-right: 140px;
  }
}
.overlappingsections7__wrapper--content-bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections7__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections7__wrapper--content-bodytext {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content-bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections7__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections7__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections7__wrapper--content-bodytext {
    padding-right: 140px;
  }
}
.overlappingsections7__wrapper--content-list {
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .overlappingsections7__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections7__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections7__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .overlappingsections7__wrapper--content-list {
    padding-right: 140px;
  }
}
.overlappingsections7__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections7__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections7__wrapper--content-li {
  color: #626060;
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content-li {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections7__wrapper--content-libold {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections7__wrapper--content-libold {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content-libold {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections7__wrapper--content-libold {
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--content-libold {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.overlappingsections7__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--img {
    width: 50%;
  }
}
.overlappingsections7__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections7__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 1;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .overlappingsections7 #wrapper1 {
    z-index: 1;
  }
  .overlappingsections7 #wrapper2 {
    z-index: 2;
  }
  .overlappingsections7 #wrapper3 {
    z-index: 3;
  }
}
.roadmap-unique-features {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .roadmap-unique-features {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .roadmap-unique-features {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .roadmap-unique-features {
    margin-top: 65px;
    padding-top: 130px;
  }
}
.roadmap-unique-features__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .roadmap-unique-features__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .roadmap-unique-features__headthree {
    margin-bottom: 40px;
  }
}
.roadmap-unique-features__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .roadmap-unique-features__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .roadmap-unique-features__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.roadmap-unique-features__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .roadmap-unique-features__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .roadmap-unique-features__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .roadmap-unique-features__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.roadmap-unique-features__list {
  padding-left: 0;
  margin: 0;
}
.roadmap-unique-features__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .roadmap-unique-features__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .roadmap-unique-features__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.roadmap-unique-features__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.roadmap-unique-features__list--li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .roadmap-unique-features__list--li {
    font-size: 20px;
  }
  .roadmap-unique-features__list--li:last-child {
    margin-bottom: 20px;
  }
}
.roadmap-unique-features__list--li-heading {
  color: #1c1c1c;
  font-weight: 600;
}
.roadmap-unique-features__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .roadmap-unique-features__list--li:before {
    font-size: 1rem;
  }
}
.roadmap-sticker {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .roadmap-sticker {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .roadmap-sticker {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.roadmap-sticker__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.roadmap-our-projects {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .roadmap-our-projects {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .roadmap-our-projects {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.roadmap-our-projects__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .roadmap-our-projects__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .roadmap-our-projects__headthree {
    margin-bottom: 40px;
  }
}
.roadmap-our-projects__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .roadmap-our-projects__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .roadmap-our-projects__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.roadmap-our-projects__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .roadmap-our-projects__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .roadmap-our-projects__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .roadmap-our-projects__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.roadmap-our-projects__list {
  padding-left: 0;
  margin: 0;
}
.roadmap-our-projects__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .roadmap-our-projects__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .roadmap-our-projects__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.roadmap-our-projects__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.roadmap-our-projects__list--li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .roadmap-our-projects__list--li {
    font-size: 20px;
  }
  .roadmap-our-projects__list--li:last-child {
    margin-bottom: 20px;
  }
}
.roadmap-our-projects__list--li-heading {
  color: #1c1c1c;
  font-weight: 600;
}
.roadmap-our-projects__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .roadmap-our-projects__list--li:before {
    font-size: 1rem;
  }
}
.roadmap-sticker2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .roadmap-sticker2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .roadmap-sticker2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.roadmap-sticker2__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.user-story-intro {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .user-story-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .user-story-intro {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.user-story-intro__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-story-intro__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .user-story-intro__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.user-story-intro__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-story-intro__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .user-story-intro__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.user-story-intro__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .user-story-intro__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .user-story-intro__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .user-story-intro__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.user-story-intro__bodytext2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .user-story-intro__bodytext2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .user-story-intro__bodytext2 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.user-story-intro__bodytext2 {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .user-story-intro__bodytext2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .user-story-intro__bodytext2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .user-story-intro__bodytext2 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .overlappingsections9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections9 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections9 {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    gap: 20px;
  }
}
.overlappingsections9__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
  margin-bottom: 24px;
}
.overlappingsections9__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections9__wrapper {
    margin-bottom: 100px;
  }
  .overlappingsections9__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper {
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 71px;
    height: 90vh;
  }
}
.overlappingsections9__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content {
    width: 50%;
  }
}
.overlappingsections9__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections9__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.overlappingsections9__wrapper--content-headthree {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content-headthree {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections9__wrapper--content-headthree {
    padding-right: 140px;
  }
}
.overlappingsections9__wrapper--content-bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections9__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections9__wrapper--content-bodytext {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content-bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections9__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections9__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections9__wrapper--content-bodytext {
    padding-right: 140px;
  }
}
.overlappingsections9__wrapper--content-list {
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .overlappingsections9__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections9__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections9__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .overlappingsections9__wrapper--content-list {
    padding-right: 140px;
  }
}
.overlappingsections9__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections9__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections9__wrapper--content-li {
  color: #626060;
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content-li {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections9__wrapper--content-libold {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections9__wrapper--content-libold {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content-libold {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections9__wrapper--content-libold {
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--content-libold {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.overlappingsections9__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--img {
    width: 50%;
  }
}
.overlappingsections9__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections9__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 1;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .overlappingsections9 #wrapper1 {
    z-index: 1;
  }
  .overlappingsections9 #wrapper2 {
    z-index: 2;
  }
  .overlappingsections9 #wrapper3 {
    z-index: 3;
  }
}
.user-stories-unique-features {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .user-stories-unique-features {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .user-stories-unique-features {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .user-stories-unique-features {
    margin-top: 65px;
    padding-top: 130px;
  }
}
.user-stories-unique-features__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-stories-unique-features__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .user-stories-unique-features__headthree {
    margin-bottom: 40px;
  }
}
.user-stories-unique-features__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-stories-unique-features__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .user-stories-unique-features__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.user-stories-unique-features__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .user-stories-unique-features__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .user-stories-unique-features__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .user-stories-unique-features__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.user-stories-unique-features__list {
  padding-left: 0;
  margin: 0;
}
.user-stories-unique-features__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-stories-unique-features__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .user-stories-unique-features__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.user-stories-unique-features__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.user-stories-unique-features__list--li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .user-stories-unique-features__list--li {
    font-size: 20px;
  }
  .user-stories-unique-features__list--li:last-child {
    margin-bottom: 20px;
  }
}
.user-stories-unique-features__list--li-heading {
  color: #1c1c1c;
  font-weight: 500;
}
.user-stories-unique-features__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .user-stories-unique-features__list--li:before {
    font-size: 1rem;
  }
}
.user-stories-sticker {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .user-stories-sticker {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .user-stories-sticker {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.user-stories-sticker__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.user-stories-acievements {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .user-stories-acievements {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .user-stories-acievements {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.user-stories-acievements__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-stories-acievements__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .user-stories-acievements__headthree {
    margin-bottom: 40px;
  }
}
.user-stories-acievements__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-stories-acievements__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .user-stories-acievements__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.user-stories-acievements__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .user-stories-acievements__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .user-stories-acievements__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .user-stories-acievements__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.user-stories-acievements__list {
  padding-left: 0;
  margin: 0;
}
.user-stories-acievements__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .user-stories-acievements__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .user-stories-acievements__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.user-stories-acievements__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.user-stories-acievements__list--li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .user-stories-acievements__list--li {
    font-size: 20px;
  }
  .user-stories-acievements__list--li:last-child {
    margin-bottom: 20px;
  }
}
.user-stories-acievements__list--li-heading {
  color: #1c1c1c;
  font-weight: 500;
}
.user-stories-acievements__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .user-stories-acievements__list--li:before {
    font-size: 1rem;
  }
}
.user-stories-sticker2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .user-stories-sticker2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .user-stories-sticker2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.user-stories-sticker2__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.intro-manual-qa {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .intro-manual-qa {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .intro-manual-qa {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.intro-manual-qa__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-manual-qa__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .intro-manual-qa__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.intro-manual-qa__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-manual-qa__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .intro-manual-qa__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .intro-manual-qa__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .intro-manual-qa__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-manual-qa__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.intro-manual-qa__bodytext2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .intro-manual-qa__bodytext2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .intro-manual-qa__bodytext2 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .intro-manual-qa__bodytext2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .intro-manual-qa__bodytext2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-manual-qa__bodytext2 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .overlappingsections8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections8 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections8 {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    gap: 20px;
  }
}
.overlappingsections8__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
  margin-bottom: 24px;
}
.overlappingsections8__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections8__wrapper {
    margin-bottom: 100px;
  }
  .overlappingsections8__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper {
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 71px;
    height: 90vh;
  }
}
.overlappingsections8__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content {
    width: 50%;
  }
}
.overlappingsections8__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections8__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.overlappingsections8__wrapper--content-headthree {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content-headthree {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections8__wrapper--content-headthree {
    padding-right: 140px;
  }
}
.overlappingsections8__wrapper--content-bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections8__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections8__wrapper--content-bodytext {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content-bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections8__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections8__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections8__wrapper--content-bodytext {
    padding-right: 140px;
  }
}
.overlappingsections8__wrapper--content-list {
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .overlappingsections8__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections8__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections8__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .overlappingsections8__wrapper--content-list {
    padding-right: 140px;
  }
}
.overlappingsections8__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .overlappingsections8__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.overlappingsections8__wrapper--content-li {
  color: #626060;
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content-li {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections8__wrapper--content-libold {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections8__wrapper--content-libold {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content-libold {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections8__wrapper--content-libold {
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--content-libold {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.overlappingsections8__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--img {
    width: 50%;
  }
}
.overlappingsections8__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections8__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 1;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .overlappingsections8 #wrapper1 {
    z-index: 1;
  }
  .overlappingsections8 #wrapper2 {
    z-index: 2;
  }
  .overlappingsections8 #wrapper3 {
    z-index: 3;
  }
}
.manual-testing-process {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .manual-testing-process {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-process {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-process {
    margin-top: 65px;
    padding-top: 130px;
  }
}
.manual-testing-process__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .manual-testing-process__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-process__headthree {
    margin-bottom: 40px;
  }
}
.manual-testing-process__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .manual-testing-process__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-process__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.manual-testing-process__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .manual-testing-process__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .manual-testing-process__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .manual-testing-process__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.manual-testing-process__list {
  padding-left: 0;
  margin: 0;
}
.manual-testing-process__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .manual-testing-process__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-process__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.manual-testing-process__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.manual-testing-process__list--li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .manual-testing-process__list--li {
    font-size: 20px;
  }
  .manual-testing-process__list--li:last-child {
    margin-bottom: 20px;
  }
}
.manual-testing-process__list--li-heading {
  color: #1c1c1c;
  font-weight: 600;
}
.manual-testing-process__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .manual-testing-process__list--li:before {
    font-size: 1rem;
  }
}
.manual-testing-process__list--li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .manual-testing-process__list--li p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .manual-testing-process__list--li p {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.manual-testing-process__list--li ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .manual-testing-process__list--li ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .manual-testing-process__list--li ul li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.manual-testing-process__list--li ul li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.manual-testing-process__list--li ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .manual-testing-process__list--li ul li {
    font-size: 20px;
  }
  .manual-testing-process__list--li ul li:last-child {
    margin-bottom: 20px;
  }
}
.manual-testing-process__list--li ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .manual-testing-process__list--li ul li:before {
    font-size: 1rem;
  }
}
.manual-qa-sticker {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .manual-qa-sticker {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-qa-sticker {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.manual-qa-sticker__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.manualqa-our-projects {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .manualqa-our-projects {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .manualqa-our-projects {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.manualqa-our-projects__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .manualqa-our-projects__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .manualqa-our-projects__headthree {
    margin-bottom: 40px;
  }
}
.manualqa-our-projects__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .manualqa-our-projects__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .manualqa-our-projects__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.manualqa-our-projects__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .manualqa-our-projects__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .manualqa-our-projects__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .manualqa-our-projects__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.manualqa-our-projects__list {
  padding-left: 0;
  margin: 0;
}
.manualqa-our-projects__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .manualqa-our-projects__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .manualqa-our-projects__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.manualqa-our-projects__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.manualqa-our-projects__list--li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .manualqa-our-projects__list--li {
    font-size: 20px;
  }
  .manualqa-our-projects__list--li:last-child {
    margin-bottom: 20px;
  }
}
.manualqa-our-projects__list--li-heading {
  color: #1c1c1c;
  font-weight: 600;
}
.manualqa-our-projects__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .manualqa-our-projects__list--li:before {
    font-size: 1rem;
  }
}
.manual-qa-sticker2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .manual-qa-sticker2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .manual-qa-sticker2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.manual-qa-sticker2__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.intro-section-beverages {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .intro-section-beverages {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .intro-section-beverages {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.intro-section-beverages__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-section-beverages__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .intro-section-beverages__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.intro-section-beverages__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .intro-section-beverages__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .intro-section-beverages__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .intro-section-beverages__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .intro-section-beverages__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .intro-section-beverages__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.intro-section-beverages__list {
  margin-left: 5px;
  padding-left: 20px;
}
.intro-section-beverages__list--points {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .intro-section-beverages__list--points {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .intro-section-beverages__list--points {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.intro-section-beverages__list--points {
  font-family: Lato, sans-serif;
  color: #626060;
}
@media (min-width: 768px) {
  .intro-section-beverages__rectengle_list {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .intro-section-beverages__rectengle_list {
    width: 60%;
  }
}
.intro-section-beverages__rectengle_list--points {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 10px;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  border: 1px solid black;
  border-radius: 12px;
  padding: 0.5rem 0.7rem;
  display: inline-block;
  margin-top: 0.7rem;
  margin-right: 0.2rem;
}
.intro-section-beverages__rectengle_list--points:hover {
  box-shadow: 0 6px 16px #0006;
}
@media (min-width: 768px) {
  .intro-section-beverages__rectengle_list--points {
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    border: 2px solid black;
    border-radius: 15px;
    padding: 0.65rem 1.5rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .intro-section-beverages__rectengle_list--points {
    font-weight: 600;
    font-size: 15px;
    line-height: 14px;
    border: 2px solid black;
    border-radius: 19px;
    padding: 0.75rem 2rem;
    margin-top: 1.5rem;
    margin-right: 0.5rem;
  }
}
.overlappingsections5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .overlappingsections5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5 {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    gap: 20px;
  }
}
.overlappingsections5__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
  margin-bottom: 24px;
}
.overlappingsections5__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections5__wrapper {
    margin-bottom: 100px;
  }
  .overlappingsections5__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper {
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 71px;
    height: 90vh;
  }
}
.overlappingsections5__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content {
    width: 50%;
  }
}
.overlappingsections5__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections5__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.overlappingsections5__wrapper--content-headthree {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content-headthree {
    margin-bottom: 5px;
    padding-left: 20px;
  }
}
.overlappingsections5__wrapper--content-bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .overlappingsections5__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content-bodytext {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections5__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections5__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.overlappingsections5__wrapper--content-list {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections5__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content-list {
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections5__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections5__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections5__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .overlappingsections5__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.overlappingsections5__wrapper--content-li {
  color: #626060;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content-li {
    font-size: 18px;
    font-family: Lato, sans-serif;
  }
}
.overlappingsections5__wrapper--content-libold {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections5__wrapper--content-libold {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content-libold {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections5__wrapper--content-libold {
  color: #1c1c1c;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--content-libold {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.overlappingsections5__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--img {
    width: 50%;
    margin-bottom: 20px;
  }
}
.overlappingsections5__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.7625;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections5__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.7625;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .overlappingsections5 #wrapper1 {
    z-index: 1;
  }
  .overlappingsections5 #wrapper2 {
    z-index: 2;
  }
  .overlappingsections5 #wrapper3 {
    z-index: 3;
  }
}
.beverages-structurelayout {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .beverages-structurelayout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .beverages-structurelayout {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .beverages-structurelayout {
    margin-top: 65px;
    padding-top: 130px;
  }
}
.beverages-structurelayout__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .beverages-structurelayout__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .beverages-structurelayout__headthree {
    margin-bottom: 40px;
  }
}
.beverages-structurelayout__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .beverages-structurelayout__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .beverages-structurelayout__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .beverages-structurelayout__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 80px;
    padding-right: 250px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .beverages-structurelayout__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .beverages-structurelayout__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.beverages-structurelayout__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.beverages-ui-design {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .beverages-ui-design {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .beverages-ui-design {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.beverages-ui-design__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .beverages-ui-design__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .beverages-ui-design__headthree {
    margin-bottom: 40px;
  }
}
.beverages-ui-design__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .beverages-ui-design__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .beverages-ui-design__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .beverages-ui-design__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 80px;
    padding-right: 250px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .beverages-ui-design__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .beverages-ui-design__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.beverages-ui-design__images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .beverages-ui-design__images {
    display: flex;
    flex-direction: row;
  }
}
.beverages-ui-design__images--fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.8304878049;
  width: 100%;
}
@media (min-width: 768px) {
  .beverages-ui-design__images--fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.8304878049;
    width: 50%;
  }
}
.textsection {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .textsection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .textsection {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.textsection__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .textsection__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .textsection__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .textsection {
    padding-right: 250px;
  }
}
.intro {
  background-color: #fee5f4 !important;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  border-radius: 10px;
  padding: 2rem 1.75rem;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .intro {
    flex-direction: row;
    align-items: center;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .intro {
    align-items: start;
    padding: 3rem 0 3rem 3rem;
    margin-bottom: 8.125rem;
  }
}
.intro__left {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  text-align: justify;
  width: 100%;
}
@media (min-width: 1024px) {
  .intro__left {
    width: 42.93%;
  }
}
.intro__left--heading {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .intro__left--heading {
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
  }
}
.intro__left--paragraph {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
  font-family: Lato, sans-serif;
}
@media (min-width: 1024px) {
  .intro__left--paragraph {
    font-size: 20px;
    line-height: 30px;
    padding: 15px;
  }
}
.intro__left--button {
  background-color: transparent;
  margin: auto;
  color: #d1202d;
  border: 1px solid #d1202d;
  outline: none;
  padding: 15px 35px;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
  transition: all;
  transition-duration: 0.5s;
}
@media (min-width: 768px) {
  .intro__left--button {
    background-color: #d1202d;
    color: #fff;
    padding: 12px 29px;
    font-size: 12px;
    border: 1px solid #d1202d;
    margin: 0;
  }
}
.intro__left--button:hover {
  background-color: #fff;
  color: #d1202d;
  border: 1px solid #d1202d;
}
.intro__image {
  height: auto;
  margin: 0 !important;
  width: 100%;
}
@media (min-width: 1024px) {
  .intro__image {
    width: 48.96%;
  }
}
.card1 {
  margin-bottom: 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .card1 {
    flex-direction: row;
    gap: 6.19%;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .card1 {
    margin-bottom: 8.125rem;
  }
}
.card1__left {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card1__left {
    width: 46.74%;
  }
}
.card1__left--heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .card1__left--heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.card1__left--paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .card1__left--paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.card1__image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .card1__image {
    width: 47.09%;
  }
}
.card1__image--img {
  width: 100%;
}
.card2 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 25px;
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .card2 {
    flex-direction: row;
    gap: 6.19%;
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .card2 {
    margin-bottom: 8.125rem;
  }
}
.card2__right {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card2__right {
    width: 46.74%;
  }
}
.card2__right--heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .card2__right--heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.card2__right--paragraph {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .card2__right--paragraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.card2__image {
  width: 100%;
}
@media (min-width: 768px) {
  .card2__image {
    width: 47.09%;
  }
}
.card2__image--img {
  width: 100%;
}
.notion-intro .heading {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  line-height: 22px;
  margin-bottom: 1rem;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .notion-intro .heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    text-align: left;
    margin-bottom: 2.5rem;
    color: #1c1c1c;
  }
}
.notion-intro .notion-software-image4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.9rem;
}
@media (min-width: 1024px) {
  .notion-intro .notion-software-image4 {
    margin-bottom: 2.5rem;
  }
}
.notion-intro .jira-sub-image {
  min-height: 180px;
  max-height: 240px;
  border-radius: 7px;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 576px) {
  .notion-intro .jira-sub-image {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .notion-intro .jira-sub-image {
    max-height: 300px;
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .notion-intro .jira-sub-image {
    max-width: 820px;
    margin: 0rem auto;
    border-radius: 10px;
    max-height: 500px;
  }
}
.notion-container .notion-feature-list {
  font-family: Lato, sans-serif;
  color: #626060;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .notion-container .notion-feature-list {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #626060;
    margin-bottom: 1.25rem;
  }
}
.notion-container .notion-feature-list .notion-feature-item {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  list-style: none;
}
.notion-container .notion-feature-list .notion-feature-item:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
}
@media (min-width: 1024px) {
  .notion-container .notion-feature-list .notion-feature-item:before {
    content: "•";
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .notion-container .notion-feature-list .notion-feature-item {
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .notion-container .notion-feature-list .notion-feature-item {
    padding-left: 1.5rem;
    margin-bottom: 10px;
  }
}
.notion-container
  .notion-feature-list
  .notion-feature-item
  .notion-feature-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .notion-container
    .notion-feature-list
    .notion-feature-item
    .notion-feature-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
  }
}
.breadcrumbscontainer {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .breadcrumbscontainer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbscontainer {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbscontainer {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-bottom: 15px !important;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .breadcrumbscontainer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .breadcrumbscontainer {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.breadcrumbscontainer__content {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .breadcrumbscontainer__content {
    margin-top: 40px;
  }
}
.breadcrumbscontainer__content--links,
.breadcrumbscontainer__content p {
  text-decoration: none;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .breadcrumbscontainer__content--links,
  .breadcrumbscontainer__content p {
    font-size: 15px;
    line-height: 18px;
  }
}
.software-requirementspec-intro {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .software-requirementspec-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-intro {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.software-requirementspec-intro__headtwo {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .software-requirementspec-intro__headtwo {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-intro__headtwo {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.software-requirementspec-intro__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .software-requirementspec-intro__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-intro__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.software-requirementspec-intro__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .software-requirementspec-intro__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .software-requirementspec-intro__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .software-requirementspec-intro__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.software-requirementspec-intro__bodytext2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .software-requirementspec-intro__bodytext2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-intro__bodytext2 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.software-requirementspec-intro__bodytext2 {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .software-requirementspec-intro__bodytext2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .software-requirementspec-intro__bodytext2 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .software-requirementspec-intro__bodytext2 {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.videosection {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .videosection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .videosection {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.videosection {
  position: relative;
}
.videosection__video {
  border-radius: 10px;
}
.videosection__video_controls {
  display: none;
}
@media (min-width: 1024px) {
  .videosection__video_controls {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }
}
.videosection__video_controls .play__btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: transparent;
  border: none;
}
.videosection__video_controls .play__btn .svg-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .videosection__video_controls .play__btn .svg-container {
    margin-bottom: 0;
  }
}
.videosection__video_controls .play__btn svg {
  display: none;
}
@media (min-width: 1024px) {
  .videosection__video_controls .play__btn svg {
    display: block;
    width: 150px;
    height: 150px;
    transform: translate(-3px);
  }
}
.videosection__video_controls .play__btn svg polygon {
  z-index: 1;
}
.videosection__video_controls .play__btn img {
  position: absolute;
  display: none;
}
@media (min-width: 1024px) {
  .videosection__video_controls .play__btn img {
    display: block;
  }
}
.videosection__video_controls .play__btn .rotating-text {
  animation: rotateText 20s linear infinite;
  transform-origin: center;
}
@keyframes rotate-btn {
  to {
    transform: rotate(360deg);
  }
}
.play__btn text {
  animation: rotate-btn 10s linear infinite;
}
.headingsection {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .headingsection {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .headingsection {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.headingsection {
  padding: 25px 0;
}
.headingsection__headone {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}
@media (min-width: 768px) {
  .headingsection__headone {
    font-size: 64px;
    line-height: 82px;
  }
}
@media (min-width: 1024px) {
  .headingsection__headone {
    font-size: 96px;
    line-height: 122px;
  }
}
.overlappingsections10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .overlappingsections10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections10 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections10 {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100%;
    gap: 20px;
  }
}
.overlappingsections10__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: inherit;
  margin-bottom: 24px;
}
.overlappingsections10__wrapper:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections10__wrapper {
    margin-bottom: 100px;
  }
  .overlappingsections10__wrapper:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper {
    flex-direction: row;
    position: absolute;
    left: 0;
    top: 71px;
    height: 90vh;
  }
}
.overlappingsections10__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #fff;
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content {
    width: 50%;
  }
}
.overlappingsections10__wrapper--content-headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections10__wrapper--content-headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content-headthree {
    margin-bottom: 40px;
  }
}
.overlappingsections10__wrapper--content-headthree {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content-headthree {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections10__wrapper--content-headthree {
    padding-right: 140px;
  }
}
.overlappingsections10__wrapper--content-bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .overlappingsections10__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.overlappingsections10__wrapper--content-bodytext {
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content-bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections10__wrapper--content-bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections10__wrapper--content-bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .overlappingsections10__wrapper--content-bodytext {
    padding-right: 140px;
  }
}
.overlappingsections10__wrapper--content-list {
  margin-left: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .overlappingsections10__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content-list {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    padding-right: 70px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .overlappingsections10__wrapper--content-list {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .overlappingsections10__wrapper--content-list {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .overlappingsections10__wrapper--content-list {
    padding-right: 140px;
  }
}
.overlappingsections10__wrapper--content-li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections10__wrapper--content-li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content-li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections10__wrapper--content-li {
  color: #626060;
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content-li {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections10__wrapper--content-libold {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .overlappingsections10__wrapper--content-libold {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content-libold {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.overlappingsections10__wrapper--content-libold {
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--content-libold {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
  }
}
.overlappingsections10__wrapper--img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--img {
    width: 50%;
  }
}
.overlappingsections10__wrapper--img-fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 0.85125;
  width: 100%;
}
@media (min-width: 1024px) {
  .overlappingsections10__wrapper--img-fwimg {
    box-shadow: 0 0 24px #0000000d;
    border-radius: 16px;
    aspect-ratio: 0.85125;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .overlappingsections10 #wrapper1 {
    z-index: 1;
  }
  .overlappingsections10 #wrapper2 {
    z-index: 2;
  }
  .overlappingsections10 #wrapper3 {
    z-index: 3;
  }
}
.software-requirementspec-unique-features {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .software-requirementspec-unique-features {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features {
    margin-top: 65px;
    padding-top: 130px;
  }
}
.software-requirementspec-unique-features__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .software-requirementspec-unique-features__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features__headthree {
    margin-bottom: 40px;
  }
}
.software-requirementspec-unique-features__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .software-requirementspec-unique-features__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.software-requirementspec-unique-features__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .software-requirementspec-unique-features__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .software-requirementspec-unique-features__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.software-requirementspec-unique-features__list {
  padding-left: 0;
  margin: 0;
}
.software-requirementspec-unique-features__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .software-requirementspec-unique-features__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.software-requirementspec-unique-features__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features__list--li {
    font-size: 20px;
  }
}
.software-requirementspec-unique-features__list--li-heading {
  color: #1c1c1c;
  font-weight: 500;
}
.software-requirementspec-unique-features__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features__list--li:before {
    font-size: 1rem;
  }
}
.software-requirementspec-unique-features__list--li ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .software-requirementspec-unique-features__list--li ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features__list--li ul li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.software-requirementspec-unique-features__list--li ul li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  margin-top: 10px;
}
.software-requirementspec-unique-features__list--li ul li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features__list--li ul li {
    font-size: 20px;
    margin-top: 20px;
  }
  .software-requirementspec-unique-features__list--li ul li:last-child {
    margin-bottom: 20px;
  }
}
.software-requirementspec-unique-features__list--li ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .software-requirementspec-unique-features__list--li ul li:before {
    font-size: 1rem;
  }
}
.software-requirementspec-sticker {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .software-requirementspec-sticker {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-sticker {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.software-requirementspec-sticker__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1;
  width: 100%;
}
.software-requirementspec-acievements {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .software-requirementspec-acievements {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-acievements {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.software-requirementspec-acievements__headthree {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .software-requirementspec-acievements__headthree {
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-acievements__headthree {
    margin-bottom: 40px;
  }
}
.software-requirementspec-acievements__bodytext {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .software-requirementspec-acievements__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-acievements__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.software-requirementspec-acievements__bodytext {
  font-family: Montserrat, sans-serif;
}
@media (min-width: 1024px) {
  .software-requirementspec-acievements__bodytext {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .software-requirementspec-acievements__bodytext {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .software-requirementspec-acievements__bodytext {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.software-requirementspec-acievements__list {
  padding-left: 0;
  margin: 0;
}
.software-requirementspec-acievements__list--li {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .software-requirementspec-acievements__list--li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-acievements__list--li {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.software-requirementspec-acievements__list--li {
  color: #626060;
  font-family: Montserrat, sans-serif;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
}
.software-requirementspec-acievements__list--li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .software-requirementspec-acievements__list--li {
    font-size: 20px;
  }
  .software-requirementspec-acievements__list--li:last-child {
    margin-bottom: 20px;
  }
}
.software-requirementspec-acievements__list--li-heading {
  color: #1c1c1c;
  font-weight: 500;
}
.software-requirementspec-acievements__list--li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1rem;
  color: #626060;
}
@media (min-width: 1024px) {
  .software-requirementspec-acievements__list--li:before {
    font-size: 1rem;
  }
}
.software-requirementspec-sticker2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .software-requirementspec-sticker2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .software-requirementspec-sticker2 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.software-requirementspec-sticker2__fwimg {
  box-shadow: 0 0 24px #0000000d;
  border-radius: 16px;
  aspect-ratio: 1.6853658537;
  width: 100%;
}
.clients-header {
  text-align: center;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .clients-header {
    margin-bottom: 5rem;
    width: 80%;
    margin: 0 auto;
  }
}
.clients-header .header {
  display: flex;
  flex-direction: column;
}
.clients-header .header .main-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #d1202d;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .clients-header .header .main-heading {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0.75rem;
  }
}
.clients-header .header .sub-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .clients-header .header .sub-heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.07125rem;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 1rem;
  }
}
.clients-header .header .text {
  font-size: 14px;
  line-height: 20px;
  color: #626060;
}
@media (min-width: 1024px) {
  .clients-header .header .text {
    font-size: 20px;
    line-height: 30px;
  }
}
.clients-see-more {
  text-align: center;
  margin: 30px auto;
  padding-bottom: 33px !important;
}
.gap-div-2 {
  height: 0rem;
}
@media (min-width: 1024px) {
  .gap-div-2 {
    height: 4rem;
  }
}
.hireapro-hiring-process {
  --line-fill: 0%;
  text-align: center;
  padding: 50px 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .hireapro-hiring-process {
    margin: auto;
    padding: 80px 30px 0;
  }
}
@media (min-width: 1024px) {
  .hireapro-hiring-process {
    padding: 80px 40px 88px;
  }
}
@media (min-width: 1200px) {
  .hireapro-hiring-process {
    padding: 80px 75px 88px;
  }
}
@media (min-width: 1440px) {
  .hireapro-hiring-process {
    width: 100%;
    max-width: 1382px;
  }
}
.hireapro-hiring-process__subheading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: left;
  padding: 8px 12px;
  border: 1px solid #ffe0e2;
  width: fit-content;
  margin: 10px auto;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__subheading {
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {
  .hireapro-hiring-process__subheading {
    margin-bottom: 24px;
  }
}
.hireapro-hiring-process__subheading--image {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__subheading--image {
    width: 24px;
    height: 24px;
  }
}
.hireapro-hiring-process__subheading--text {
  font-size: 12px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #d1202d;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__subheading--text {
    font-size: 16px;
    line-height: 24px;
  }
}
.hireapro-hiring-process__mainheading {
  font-size: 24px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 120%;
  font-family: Montserrat, sans-serif;
  margin-bottom: 105px;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__mainheading {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .hireapro-hiring-process__mainheading {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 87px;
  }
}
.hireapro-hiring-process__maincontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .hireapro-hiring-process__maincontent {
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .hireapro-hiring-process__maincontent {
    flex-direction: column;
  }
  .hireapro-hiring-process__maincontent:before {
    display: none;
  }
}
.hireapro-hiring-process__maincontent--numbers {
  display: none;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__maincontent--numbers {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    position: relative;
    width: 100%;
    max-width: 630px;
    margin-bottom: 68px;
  }
}
@media (min-width: 1024px) {
  .hireapro-hiring-process__maincontent--numbers {
    max-width: 810px;
    margin-bottom: 85px;
  }
}
@media (min-width: 1200px) {
  .hireapro-hiring-process__maincontent--numbers {
    width: 100%;
    max-width: 860px;
    margin-bottom: 85px;
  }
}
@media (min-width: 1440px) {
  .hireapro-hiring-process__maincontent--numbers {
    width: 100%;
    max-width: 960px;
    margin-bottom: 85px;
  }
}
.hireapro-hiring-process__maincontent--numbers-outline {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 25px;
  font-weight: 500;
  font-family: #d1202d;
  border: 2px solid #e4e4e4;
  color: #fff;
  background: #e4e4e4;
  position: relative;
  z-index: 1;
}
.hireapro-hiring-process__maincontent--numbers-outline.active {
  background-color: #d1202d;
  color: #fff;
  border-color: #d1202d;
}
.hireapro-hiring-process__maincontent--numbers-outline.passed {
  background-color: #fff;
  border-color: #d1202d;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__maincontent--numbers-outline {
    width: 70px;
    height: 70px;
    font-size: 32px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .hireapro-hiring-process__maincontent--numbers-outline {
    width: 85px;
    height: 85px;
    font-size: 40px;
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .hireapro-hiring-process__maincontent--numbers:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(
      to right,
      #d1202d var(--line-fill, 0%),
      #e4e4e4 var(--line-fill, 0%)
    );
    z-index: 0;
  }
  .hireapro-hiring-process__maincontent--numbers.line-red:before {
    background-color: #d1202d;
  }
}
.hireapro-hiring-process__maincontent--steps {
  display: flex;
  flex-direction: column;
  gap: 110px;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__maincontent--steps {
    width: 100%;
    max-width: 710px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .hireapro-hiring-process__maincontent--steps {
    width: 100%;
    max-width: unset;
    flex-direction: row;
    justify-content: space-between;
  }
}
.hireapro-hiring-process__maincontent--steps-card {
  position: relative;
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__maincontent--steps-card {
    max-width: 200px;
    padding: 0;
    opacity: 0;
    transform: translateY(30px);
  }
}
@media (min-width: 1024px) {
  .hireapro-hiring-process__maincontent--steps-card {
    width: 100%;
    max-width: 350px;
  }
}
.hireapro-hiring-process__maincontent--steps-card
  .hireapro-hiring-process__maincontent--steps-step {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #d1202d;
  background: #d1202d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__maincontent--steps-card
    .hireapro-hiring-process__maincontent--steps-step {
    display: none;
  }
}
.hireapro-hiring-process__maincontent--steps-card
  .hireapro-hiring-process__maincontent--steps-progress {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translate(-50%);
  width: 3px;
  height: 26px;
  background-color: #d1202d;
  z-index: 1;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__maincontent--steps-card
    .hireapro-hiring-process__maincontent--steps-progress {
    display: none;
  }
}
.hireapro-hiring-process__maincontent--steps-card
  .hireapro-hiring-process__maincontent--steps-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__maincontent--steps-card
    .hireapro-hiring-process__maincontent--steps-heading {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .hireapro-hiring-process__maincontent--steps-card
    .hireapro-hiring-process__maincontent--steps-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 12px;
  }
}
.hireapro-hiring-process__maincontent--steps-card
  .hireapro-hiring-process__maincontent--steps-text {
  font-size: 14px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  line-height: 20px;
  color: #626060;
}
@media (min-width: 768px) {
  .hireapro-hiring-process__maincontent--steps-card
    .hireapro-hiring-process__maincontent--steps-text {
    font-size: 14px;
    line-height: 120%;
  }
}
@media (min-width: 1024px) {
  .hireapro-hiring-process__maincontent--steps-card
    .hireapro-hiring-process__maincontent--steps-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
}
.hireapro-expert-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .hireapro-expert-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-hero {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-hero {
    height: auto;
  }
}
.hireapro-expert-hero__content {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 120px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/hire-a-pro/expert-hero/expert.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
}
@media (min-width: 475px) {
  .hireapro-expert-hero__content {
    padding: 237px 0;
  }
}
@media (min-width: 768px) {
  .hireapro-expert-hero__content {
    width: 100%;
    padding: 250px 40px 237px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-hero__content {
    max-width: 1000px;
    padding: 250px 20px;
  }
}
.hireapro-expert-hero__content--mainheading {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .hireapro-expert-hero__content--mainheading {
    font-size: 56px;
    line-height: 64px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-hero__content--mainheading {
    font-size: 80px;
    line-height: 100px;
  }
}
.hireapro-expert-hero__content--tag {
  position: absolute;
  padding: 6px 18px;
  font-size: 10px;
  line-height: 25px;
  font-weight: 600;
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
  border-radius: 37px;
  white-space: nowrap;
  z-index: 2;
}
@media (min-width: 768px) {
  .hireapro-expert-hero__content--tag {
    padding: 13px;
    font-size: 16px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-hero__content--tag {
    padding: 13px 26px;
    font-size: 18px;
  }
}
.hireapro-expert-hero__content--tag-blue {
  background-color: #c7e7ff;
  top: 30px;
  left: 0;
}
@media (min-width: 475px) {
  .hireapro-expert-hero__content--tag-blue {
    top: 67px;
    left: 31px;
  }
}
@media (min-width: 768px) {
  .hireapro-expert-hero__content--tag-blue {
    top: 105px;
    left: 107px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-hero__content--tag-blue {
    top: 200px;
    left: 120px;
  }
}
.hireapro-expert-hero__content--tag-red {
  background-color: #e3ffee;
  top: 70px;
  right: 0;
}
@media (min-width: 475px) {
  .hireapro-expert-hero__content--tag-red {
    top: 51px;
    right: 28px;
  }
}
@media (min-width: 768px) {
  .hireapro-expert-hero__content--tag-red {
    top: 91px;
    right: 86px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-hero__content--tag-red {
    top: 180px;
    right: 180px;
  }
}
.hireapro-expert-hero__content--tag-pink {
  background-color: #daddff;
  bottom: 38px;
  left: 15px;
}
@media (min-width: 475px) {
  .hireapro-expert-hero__content--tag-pink {
    bottom: 51px;
    left: 49px;
  }
}
@media (min-width: 768px) {
  .hireapro-expert-hero__content--tag-pink {
    bottom: 91px;
    left: 90px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-hero__content--tag-pink {
    bottom: 120px;
    left: 200px;
  }
}
.hireapro-expert-hero__content--tag-green {
  background-color: #f7ddf5;
  color: #1c1c1c;
  bottom: 83px;
  right: 2px;
}
@media (min-width: 475px) {
  .hireapro-expert-hero__content--tag-green {
    bottom: 61px;
    right: 60px;
  }
}
@media (min-width: 768px) {
  .hireapro-expert-hero__content--tag-green {
    bottom: 130px;
    right: 79px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-hero__content--tag-green {
    bottom: 170px;
    right: 130px;
  }
}
.hireapro-expert-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .hireapro-expert-cards {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 90vh;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hireapro-expert-cards {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .hireapro-expert-cards {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 100vh;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .hireapro-expert-cards {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .hireapro-expert-cards {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.hireapro-expert-cards__card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 56px 17px;
  box-shadow: 0 0 9.96px #0000001a;
  z-index: 1;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    position: absolute;
    padding: 51px 18px;
    left: 2px;
    min-height: 410px;
    opacity: 0;
    width: 99%;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card {
    gap: 40px;
    min-height: 550px;
    width: 99%;
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .hireapro-expert-cards__card {
    gap: 70px;
    width: 99%;
  }
}
@media (min-width: 1440px) {
  .hireapro-expert-cards__card {
    width: 100%;
  }
}
.hireapro-expert-cards__card--left {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--left {
    max-width: 40%;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--left {
    max-width: 450px;
    height: auto;
    margin-bottom: 0;
  }
}
.hireapro-expert-cards__card--left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 30px;
}
.hireapro-expert-cards__card--left-image-box {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.hireapro-expert-cards__card--left-image-box
  .hireapro-expert-cards__card--left-img {
  display: block;
  width: 100%;
  border-radius: 20px;
  height: auto;
}
.hireapro-expert-cards__card--left .hireapro-expert-cards__card--badge {
  position: absolute;
  width: 80%;
  bottom: -29px;
  left: 0;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 14px;
  box-shadow: 0 2px 8px #0000001f;
  z-index: 3;
}
@media (min-width: 576px) {
  .hireapro-expert-cards__card--left .hireapro-expert-cards__card--badge {
    padding: 15px 20px;
  }
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--left .hireapro-expert-cards__card--badge {
    transform: translate(-50%);
    left: 50%;
    bottom: -25px;
    padding: 9px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--left .hireapro-expert-cards__card--badge {
    bottom: -50px;
    padding: 15px 30px;
  }
}
@media (min-width: 1440px) {
  .hireapro-expert-cards__card--left .hireapro-expert-cards__card--badge {
    bottom: -50px;
    padding: 23px 30px;
  }
}
.hireapro-expert-cards__card--left
  .hireapro-expert-cards__card--badge-image-box {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9d9d9;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--left
    .hireapro-expert-cards__card--badge-image-box {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--left
    .hireapro-expert-cards__card--badge-image-box {
    width: 60px;
    height: 54px;
  }
}
.hireapro-expert-cards__card--left
  .hireapro-expert-cards__card--badge-image-box
  .hireapro-expert-cards__card--badge-img {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--left
    .hireapro-expert-cards__card--badge-image-box
    .hireapro-expert-cards__card--badge-img {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--left
    .hireapro-expert-cards__card--badge-image-box
    .hireapro-expert-cards__card--badge-img {
    height: 30px;
    width: 30px;
  }
}
.hireapro-expert-cards__card--left .hireapro-expert-cards__card--badge-text {
  font-size: 14px;
  font-weight: 500;
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  white-space: nowrap;
  line-height: 100%;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--left .hireapro-expert-cards__card--badge-text {
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--left .hireapro-expert-cards__card--badge-text {
    font-size: 18px;
    line-height: 100%;
  }
}
.hireapro-expert-cards__card--left
  .hireapro-expert-cards__card--badge-text
  .hireapro-expert-cards__card--badge-smalltext {
  display: block;
  margin-top: 4px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  letter-spacing: 1px;
  background-color: #f2f3f5;
  border-radius: 36px;
  width: fit-content;
  line-height: 100%;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--left
    .hireapro-expert-cards__card--badge-text
    .hireapro-expert-cards__card--badge-smalltext {
    padding: 3px 6px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--left
    .hireapro-expert-cards__card--badge-text
    .hireapro-expert-cards__card--badge-smalltext {
    margin-top: 4px;
    padding: 5px 10px;
  }
}
.hireapro-expert-cards__card--right {
  width: 100%;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right {
    max-width: 54.5%;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right {
    max-width: 798px;
  }
}
.hireapro-expert-cards__card--right-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-header {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.hireapro-expert-cards__card--right-header
  .hireapro-expert-cards__card--right-role {
  font-size: 14px;
  font-weight: 500;
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  padding: 5px;
  border-radius: 6px;
  border: 0.5px solid #e6e6e6;
  display: flex;
  align-items: center;
  gap: 2px;
}
@media (min-width: 576px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-role {
    padding: 4px;
  }
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-role {
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-role {
    font-size: 14px;
  }
}
.hireapro-expert-cards__card--right-header
  .hireapro-expert-cards__card--right-role
  .hireapro-expert-cards__card--right-roleimg {
  width: 18px;
  height: 20px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-role
    .hireapro-expert-cards__card--right-roleimg {
    width: 11px;
    height: 11px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-role
    .hireapro-expert-cards__card--right-roleimg {
    width: 18px;
    height: 20px;
  }
}
.hireapro-expert-cards__card--right-header
  .hireapro-expert-cards__card--right-buttons {
  display: none;
  gap: 12px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-buttons {
    display: flex;
    gap: 15px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-buttons {
    gap: 10px;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-buttons {
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-buttons {
    gap: 30px;
  }
}
.hireapro-expert-cards__card--right-header
  .hireapro-expert-cards__card--right-buttons
  .hireapro-expert-cards__card--right-btn {
  padding: 4px 10px;
  text-align: center;
  border-radius: 9px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  font-family: Lato, sans-serif;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-buttons
    .hireapro-expert-cards__card--right-btn {
    padding: 2.6px 12px;
    font-size: 9px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-buttons
    .hireapro-expert-cards__card--right-btn {
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 600;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-buttons
    .hireapro-expert-cards__card--right-btn {
    font-size: 16px;
    padding: 8px 15px;
    font-weight: 600;
    line-height: 24px;
  }
}
@media (min-width: 1440px) {
  .hireapro-expert-cards__card--right-header
    .hireapro-expert-cards__card--right-buttons
    .hireapro-expert-cards__card--right-btn {
    font-size: 16px;
    padding: 12px 30px;
    font-weight: 600;
    line-height: 24px;
  }
}
.hireapro-expert-cards__card--right-header
  .hireapro-expert-cards__card--right-buttons
  .hireapro-expert-cards__card--right-btn--hirenow {
  background-color: #d1202d;
  color: #fff;
  border: 1px solid transparent;
}
.hireapro-expert-cards__card--right-header
  .hireapro-expert-cards__card--right-buttons
  .hireapro-expert-cards__card--right-btn--hirenow:hover,
.hireapro-expert-cards__card--right-header
  .hireapro-expert-cards__card--right-buttons
  .hireapro-expert-cards__card--right-btn--learnmore {
  background-color: #fff1f2;
  color: #d1202d;
  border: 1px solid rgba(209, 32, 45, 0.1019607843);
}
.hireapro-expert-cards__card--right-header
  .hireapro-expert-cards__card--right-buttons
  .hireapro-expert-cards__card--right-btn--learnmore:hover {
  background-color: #d1202d;
  color: #fff;
  border: 1px solid transparent;
}
.hireapro-expert-cards__card--right-name {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-name {
    font-size: 24px;
    line-height: 24px;
    max-width: 80%;
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .hireapro-expert-cards__card--right-name {
    font-size: 28px;
    font-weight: 600;
    max-width: 100%;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .hireapro-expert-cards__card--right-name {
    font-size: 36px;
    font-weight: 600;
    max-width: 100%;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.hireapro-expert-cards__card--right-desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: #626060;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-desc {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right-desc {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .hireapro-expert-cards__card--right-desc {
    max-width: 679px;
    margin-bottom: 20px;
  }
}
.hireapro-expert-cards__card--right-skills {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-skills {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right-skills {
    gap: 20px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1440px) {
  .hireapro-expert-cards__card--right-skills {
    gap: 20px;
    margin-bottom: 20px;
  }
}
.hireapro-expert-cards__card--right-skills
  .hireapro-expert-cards__card--right-skill {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 5px;
  border-radius: 8px;
  gap: 14px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-skills
    .hireapro-expert-cards__card--right-skill {
    padding: 10px 12px;
  }
}
@media (min-width: 1440px) {
  .hireapro-expert-cards__card--right-skills
    .hireapro-expert-cards__card--right-skill {
    padding: 17px 26px;
  }
}
.hireapro-expert-cards__card--right-skills
  .hireapro-expert-cards__card--right-skill
  .hireapro-expert-cards__card--right-skillimg {
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-skills
    .hireapro-expert-cards__card--right-skill
    .hireapro-expert-cards__card--right-skillimg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .hireapro-expert-cards__card--right-skills
    .hireapro-expert-cards__card--right-skill
    .hireapro-expert-cards__card--right-skillimg {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1200px) {
  .hireapro-expert-cards__card--right-skills
    .hireapro-expert-cards__card--right-skill
    .hireapro-expert-cards__card--right-skillimg {
    width: 30px;
    height: 30px;
  }
}
.hireapro-expert-cards__card--right-skills
  .hireapro-expert-cards__card--right-skill
  .hireapro-expert-cards__card--right-skillcontent {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: Lato, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-skills
    .hireapro-expert-cards__card--right-skill
    .hireapro-expert-cards__card--right-skillcontent {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right-skills
    .hireapro-expert-cards__card--right-skill
    .hireapro-expert-cards__card--right-skillcontent {
    margin: 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .hireapro-expert-cards__card--right-skills
    .hireapro-expert-cards__card--right-skill
    .hireapro-expert-cards__card--right-skillcontent {
    margin: 0;
    font-size: 18px;
  }
}
.hireapro-expert-cards__card--right-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 10px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-tools {
    gap: 1.5%;
    row-gap: 10px;
  }
}
.hireapro-expert-cards__card--right-tools
  .hireapro-expert-cards__card--right-toolsimg {
  width: 22%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right-tools
    .hireapro-expert-cards__card--right-toolsimg {
    width: 13%;
    height: 28px;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right-tools
    .hireapro-expert-cards__card--right-toolsimg {
    height: 35px;
  }
}
@media (min-width: 1200px) {
  .hireapro-expert-cards__card--right-tools
    .hireapro-expert-cards__card--right-toolsimg {
    height: 40px;
  }
}
@media (min-width: 1440px) {
  .hireapro-expert-cards__card--right-tools
    .hireapro-expert-cards__card--right-toolsimg {
    height: 54px;
  }
}
.hireapro-expert-cards__card--right-tools
  .hireapro-expert-cards__card--right-toolsimg
  img {
  width: 100%;
  height: 100%;
}
.hireapro-expert-cards__card--right
  .hireapro-expert-cards__card--right-buttons-responsive {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .hireapro-expert-cards__card--right
    .hireapro-expert-cards__card--right-buttons-responsive {
    display: none;
    gap: 4px;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .hireapro-expert-cards__card--right
    .hireapro-expert-cards__card--right-buttons-responsive {
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .hireapro-expert-cards__card--right
    .hireapro-expert-cards__card--right-buttons-responsive {
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .hireapro-expert-cards__card--right
    .hireapro-expert-cards__card--right-buttons-responsive {
    gap: 30px;
  }
}
.hireapro-expert-cards__card--right
  .hireapro-expert-cards__card--right-buttons-responsive
  .hireapro-expert-cards__card--right-btn {
  padding: 9px 12px;
  text-align: center;
  border-radius: 9px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  font-family: Lato, sans-serif;
  line-height: 24px;
  text-decoration: none;
  transition: 0.3s ease;
}
.hireapro-expert-cards__card--right
  .hireapro-expert-cards__card--right-buttons-responsive
  .hireapro-expert-cards__card--right-btn--hirenow {
  background-color: #d1202d;
  color: #fff;
  border: 1px solid transparent;
}
.hireapro-expert-cards__card--right
  .hireapro-expert-cards__card--right-buttons-responsive
  .hireapro-expert-cards__card--right-btn--hirenow:hover,
.hireapro-expert-cards__card--right
  .hireapro-expert-cards__card--right-buttons-responsive
  .hireapro-expert-cards__card--right-btn--learnmore {
  background-color: #fff1f2;
  color: #d1202d;
  border: 1px solid rgba(209, 32, 45, 0.1019607843);
}
.hireapro-expert-cards__card--right
  .hireapro-expert-cards__card--right-buttons-responsive
  .hireapro-expert-cards__card--right-btn--learnmore:hover {
  background-color: #d1202d;
  color: #fff;
  border: 1px solid transparent;
}
.hireapro-expert-cards__card--peach .hireapro-expert-cards__card--left:before {
  background-color: #f5dad2;
}
.hireapro-expert-cards__card--sky-blue
  .hireapro-expert-cards__card--left:before {
  background-color: #c7e7ff;
}
.hireapro-expert-cards__card--light-blue
  .hireapro-expert-cards__card--left:before {
  background-color: #daddff;
}
.hireapro-expert-cards__card--lavender-light
  .hireapro-expert-cards__card--left:before {
  background-color: #f3e3ff;
}
.hireapro-expert-cards__card--pale-cyan
  .hireapro-expert-cards__card--left:before {
  background-color: #c7f7ff;
}
.hireapro-expert-cards__card--lavender-blush
  .hireapro-expert-cards__card--left:before {
  background-color: #f7ddf5;
}
.hireapro-expert-cards__card--alice-blue
  .hireapro-expert-cards__card--left:before {
  background-color: #dde8f7;
}
.why-choose-container {
  background-color: #1c1c1c;
}
.why-choose-container .hireapro-why-choose {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .why-choose-container .hireapro-why-choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .why-choose-container .hireapro-why-choose {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.why-choose-container .hireapro-why-choose {
  width: 100%;
  overflow: hidden;
}
.why-choose-container .hireapro-why-choose__title-responsive {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 131%;
  font-weight: 600;
  width: 100%;
  max-width: 407px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .why-choose-container .hireapro-why-choose__title-responsive {
    display: none;
  }
}
.why-choose-container .hireapro-why-choose__container {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .why-choose-container .hireapro-why-choose__container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .why-choose-container .hireapro-why-choose__container {
    padding: 0 40px;
  }
}
.why-choose-container .hireapro-why-choose__container--content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.why-choose-container .hireapro-why-choose__container--content-main-title {
  display: none;
}
@media (min-width: 768px) {
  .why-choose-container .hireapro-why-choose__container--content-main-title {
    display: block;
    font-size: 28px;
    white-space: nowrap;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 131%;
    width: 100%;
    text-align: center;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .why-choose-container .hireapro-why-choose__container--content-main-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .why-choose-container .hireapro-why-choose__container--content-main-title {
    font-size: 40px;
  }
}
.why-choose-container .hireapro-why-choose__container--content-cards {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .why-choose-container .hireapro-why-choose__container--content-cards {
    width: 70%;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .why-choose-container .hireapro-why-choose__container--content-cards {
    max-width: 760px;
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .why-choose-container .hireapro-why-choose__container--content-cards {
    max-width: 850px;
    gap: 70px;
  }
}
@media (min-width: 1440px) {
  .why-choose-container .hireapro-why-choose__container--content-cards {
    max-width: 915px;
    gap: 70px;
  }
}
.why-choose-container .hireapro-why-choose__container--content-card {
  background-color: #d6f6ff;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .why-choose-container .hireapro-why-choose__container--content-card {
    padding: 65px 40px;
  }
}
@media (min-width: 1024px) {
  .why-choose-container .hireapro-why-choose__container--content-card {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .why-choose-container .hireapro-why-choose__container--content-card {
    padding: 80px 110px 110px;
  }
}
.why-choose-container .hireapro-why-choose__container--content-image {
  width: 157px;
  min-width: 157px;
  overflow: hidden;
  border-radius: 80px;
}
@media (min-width: 768px) {
  .why-choose-container .hireapro-why-choose__container--content-image {
    width: 45%;
    max-width: none;
  }
}
.why-choose-container .hireapro-why-choose__container--content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.why-choose-container .hireapro-why-choose__container--content-content {
  flex: 1;
}
.why-choose-container .hireapro-why-choose__container--content-title {
  font-size: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 36px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .why-choose-container .hireapro-why-choose__container--content-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .why-choose-container .hireapro-why-choose__container--content-title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .why-choose-container .hireapro-why-choose__container--content-title {
    font-size: 48px;
    line-height: 60px;
  }
}
.why-choose-container .hireapro-why-choose__container--content-title span {
  display: block;
}
@media (min-width: 768px) {
  .why-choose-container .hireapro-why-choose__container--content-title span {
    display: block;
  }
}
.why-choose-container .hireapro-why-choose__container--content-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  line-height: 25px;
  margin: 0;
}
@media (min-width: 768px) {
  .why-choose-container .hireapro-why-choose__container--content-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .why-choose-container .hireapro-why-choose__container--content-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.why-choose-container .hireapro-why-choose__container--content-cyan-lightclr {
  background-color: #dcf9ff;
}
.why-choose-container .hireapro-why-choose__container--content-blue-lightclr {
  background-color: #daddff;
}
.why-choose-container .hireapro-why-choose__container--content-red-softclr {
  background-color: #ffe3e3;
}
.why-choose-container .hireapro-why-choose__container--content-yellow-softclr {
  background-color: #fff7cd;
}
.hire-me-hero-section .hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-CcIBCTEE.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pinned-section-1 .basitprofile-hero-section {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.pinned-section-1 .basitprofile-hero-section__author-name {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pinned-section-1 .basitprofile-hero-section__author-name--devname {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
  color: #1c1c1c;
  width: 100%;
  padding: 0;
  animation: scroll-left 20s linear infinite;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-hero-section__author-name--devname {
    font-size: 78px;
    padding-top: 25px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-hero-section__author-name--devname {
    font-size: 90px;
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .basitprofile-hero-section__author-name--devname {
    font-size: 140px;
    padding-top: 20px;
  }
}
.pinned-section-1 .basitprofile-hero-section__dev-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding: 0 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 768px;
    padding: 0;
    gap: 1%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail {
    max-width: 1024px;
    padding: 0 30px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail {
    margin-top: -90px;
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail {
    margin-top: -210px;
    max-width: 1440px;
  }
}
.pinned-section-1 .basitprofile-hero-section__dev-detail--experience {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #1c1c1c;
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--experience {
    order: unset;
    text-align: right;
    width: 25%;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--experience {
    width: 31%;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--experience {
    font-size: 30px;
    line-height: 48px;
    margin-top: 50px;
  }
}
.pinned-section-1 .basitprofile-hero-section__dev-detail--experience-short {
  display: inline;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--experience-short {
    display: block;
  }
}
.pinned-section-1 .basitprofile-hero-section__dev-detail--image {
  order: 3;
  width: 100%;
}
@media (min-width: 576px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--image {
    margin-top: -45px;
  }
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--image {
    order: unset;
    width: 45%;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--image {
    width: 33%;
  }
}
.pinned-section-1 .basitprofile-hero-section__dev-detail--image-img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--image-img {
    width: 95%;
  }
}
.pinned-section-1 .basitprofile-hero-section__dev-detail--expertise {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--expertise {
    order: unset;
    align-items: start;
    text-align: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--expertise {
    width: 31%;
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--expertise {
    margin-top: 50px;
  }
}
.pinned-section-1 .basitprofile-hero-section__dev-detail--expertise-linkarrow {
  width: 25px;
  height: 25px;
  aspect-ratio: 1.08;
}
.pinned-section-1 .basitprofile-hero-section__dev-detail--expertise-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--expertise-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--expertise-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .basitprofile-hero-section__dev-detail--expertise-title {
    font-size: 30px;
    line-height: 48px;
  }
}
.pinned-section-1 .basitprofile-about {
  background-color: #1c1c1c;
  color: #fff;
  padding: 0 0 100px;
  font-family: Montserrat, sans-serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about {
    padding: 0 0 120px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about {
    padding: 0 0 130px;
  }
}
.pinned-section-1 .basitprofile-about__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 0;
  border: 0;
}
.pinned-section-1 .basitprofile-about__curve svg {
  width: 100%;
  display: block;
  border: 0;
}
.pinned-section-1 .basitprofile-about__qualities-con {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #d1202d;
  z-index: 10;
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__qualities-con {
    margin-bottom: 130px;
  }
}
.pinned-section-1 .basitprofile-about__qualities-con--dev-qualities {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 30px;
  width: 100%;
  white-space: nowrap;
  flex-wrap: nowrap;
  animation: scroll-left-2 15s infinite;
}
.pinned-section-1 .basitprofile-about__qualities-con--dev-qualities-type {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .pinned-section-1 .basitprofile-about__qualities-con--dev-qualities-type {
    font-size: 21px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 40px;
}
.pinned-section-1 .basitprofile-about__wrapper--title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--title {
    font-size: 36px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--description {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--description {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--description {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--education-title {
  font-size: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--education-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-list {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-list {
    flex-direction: row;
    align-items: baseline;
    gap: 20px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--education-card {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-card {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-card {
    max-width: 50%;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--education-card-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.pinned-section-1 .basitprofile-about__wrapper--education-card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pinned-section-1 .basitprofile-about__wrapper--education-card-date {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #d1202d;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-card-date {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-card-date {
    font-size: 20px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--education-card-university {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-card-university {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-card-university {
    font-size: 24px;
    line-height: 34px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--education-card-degree {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-card-degree {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--education-card-degree {
    line-height: 34px;
    font-size: 24px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--certifications {
  font-family: Montserrat, sans-serif;
  padding: 40px 0 0;
}
.pinned-section-1 .basitprofile-about__wrapper--certifications-title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-title {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--certifications-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-list {
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    align-items: baseline;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-list {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
    align-items: baseline;
    gap: 20px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--certifications-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-card {
    padding: 20px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--certifications-icon {
  width: 25px;
  height: 25px;
  margin-top: 4px;
  flex-shrink: 0;
}
.pinned-section-1 .basitprofile-about__wrapper--certifications-content {
  display: flex;
  flex-direction: column;
}
.pinned-section-1 .basitprofile-about__wrapper--certifications-date {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #d1202d;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-date {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-date {
    font-size: 20px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--certifications-name {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-name {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-name {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-1 .basitprofile-about__wrapper--certifications-provider {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-provider {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .basitprofile-about__wrapper--certifications-provider {
    font-size: 24px;
  }
}
.pinned-section-2 .basitprofile-skills-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 85%;
  height: 100%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-skills-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-skills-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-skills-section {
    padding-inline: unset;
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-skills-section {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .basitprofile-skills-section {
    width: 80%;
  }
}
.pinned-section-2 .basitprofile-skills-section__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 130px;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-skills-section__title {
    font-size: 36px;
    line-height: 48px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-skills-section__title {
    font-size: 40px;
  }
}
.pinned-section-2 .basitprofile-skills-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  gap: 2px;
  width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-skills-section__list {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-skills-section__list {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 10px;
  }
}
.pinned-section-2 .basitprofile-skills-section__list--item {
  display: flex;
  align-items: baseline;
  justify-content: left;
  gap: 15px;
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-skills-section__list--item {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .basitprofile-skills-section__list--item {
    gap: 15px;
  }
}
.pinned-section-2 .basitprofile-skills-section__list--item-image {
  margin-top: 5px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-skills-section__list--item-image {
    margin-top: 5px;
    width: 25px;
    height: 25px;
  }
}
.pinned-section-2 .basitprofile-skills-section__list--item-text {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 24px;
  background: transparent;
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-skills-section__list--item-text {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-skills-section__list--item-text {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .basitprofile-skills-section__list--item-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-2 .basitprofile-portfolio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  max-width: 1382px;
  font-family: Montserrat, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-portfolio {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-2 .basitprofile-portfolio {
  padding: 0 30px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.pinned-section-2 .basitprofile-portfolio__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 131%;
  color: #1c1c1c;
  position: absolute;
  top: 5%;
  left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio__title {
    font-size: 36px;
    top: 15%;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-portfolio__title {
    top: 10%;
    left: 0;
    font-size: 40px;
    text-align: left;
  }
}
.pinned-section-2 .basitprofile-portfolio__blue-lightclr {
  background-color: #d9e3ff;
  position: absolute;
}
.pinned-section-2 .basitprofile-portfolio__cyan-lightclr {
  background-color: #fff6da;
  position: absolute;
}
.pinned-section-2 .basitprofile-portfolio__sky-blueclr {
  background-color: #e1f9ff;
  position: absolute;
}
.pinned-section-2 .basitprofile-portfolio__lavender-lightclr {
  background-color: #c5ffee;
  position: absolute;
}
.pinned-section-2 .basitprofile-portfolio__yellow-softclr {
  background-color: #ffeade;
  position: absolute;
}
.pinned-section-2 .basitprofile-portfolio__project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 15px;
  border-radius: 20px;
  width: 100%;
  height: 90%;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio__project {
    width: 100%;
    padding: 30px 20px;
    flex-direction: row;
    justify-content: space-between;
    height: 48%;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-portfolio__project {
    height: 75%;
    padding: 30px 30px 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .basitprofile-portfolio__project {
    padding: 40px 40px 0;
    height: auto;
  }
}
.pinned-section-2 .basitprofile-portfolio__project--text {
  order: 1;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio__project--text {
    flex: 1 1 100%;
    max-width: 427px;
    order: unset;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-portfolio__project--text {
    width: 100%;
    max-width: 685px;
  }
}
.pinned-section-2 .basitprofile-portfolio__project--text-title {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 1%;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-title {
    font-size: 30px;
    line-height: 48px;
  }
}
.pinned-section-2 .basitprofile-portfolio__project--text__features {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio__project--text__features {
    margin-bottom: 20px;
  }
}
.pinned-section-2 .basitprofile-portfolio__project--text-feature {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-feature {
    align-items: start;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-feature {
    align-items: start;
    margin-bottom: 15px;
  }
}
.pinned-section-2 .basitprofile-portfolio__project--text-feature img {
  margin-top: 5px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.pinned-section-2 .basitprofile-portfolio__project--text-feature span {
  flex: 1;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  font-weight: 400;
  color: #1c1c1c;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-feature span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-feature span {
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-feature span {
    font-size: 24px;
    line-height: 32px;
  }
}
.pinned-section-2 .basitprofile-portfolio__project--text-button {
  background-color: #d1202d;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: none;
}
.pinned-section-2 .basitprofile-portfolio__project--text-button:hover {
  background-color: transparent;
  color: #d1202d;
  border: 2px solid #d1202d;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .basitprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.pinned-section-2 .basitprofile-portfolio__project--buttonresponsive {
  background-color: #d1202d;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
}
.pinned-section-2 .basitprofile-portfolio__project--buttonresponsive:hover {
  background-color: transparent;
  color: #d1202d;
  border: 2px solid #d1202d;
}
@media (min-width: 576px) {
  .pinned-section-2 .basitprofile-portfolio__project--buttonresponsive {
    display: flex;
  }
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio__project--buttonresponsive {
    background-color: #d1202d;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
    display: none;
  }
}
.pinned-section-2 .basitprofile-portfolio__project--image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  order: 2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pinned-section-2 .basitprofile-portfolio__project--image-wrapper {
    overflow: hidden;
    max-width: 333px;
    margin-bottom: 0;
    order: unset;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .basitprofile-portfolio__project--image-wrapper {
    max-width: 524px;
    margin-bottom: -40px;
  }
}
.pinned-section-2 .basitprofile-portfolio__project--image-wrapper-image {
  max-width: 85%;
  height: auto;
  border-radius: 12px;
}
.pinned-section-3 .basitprofile-why-choose {
  background-color: #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: max-content;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-why-choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-why-choose {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-3 .basitprofile-why-choose {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.pinned-section-3 .basitprofile-why-choose__title-responsive {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 131%;
  font-weight: 600;
  width: 100%;
  max-width: 407px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-why-choose__title-responsive {
    display: none;
  }
}
.pinned-section-3 .basitprofile-why-choose__container {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-why-choose__container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-why-choose__container {
    padding: 0 40px;
  }
}
.pinned-section-3 .basitprofile-why-choose__container--content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pinned-section-3 .basitprofile-why-choose__container--content-main-title {
  display: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-main-title {
    display: block;
    font-size: 28px;
    white-space: nowrap;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 131%;
    width: 100%;
    text-align: center;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-main-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-main-title {
    font-size: 40px;
  }
}
.pinned-section-3 .basitprofile-why-choose__container--content-cards {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-cards {
    width: 70%;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-cards {
    max-width: 760px;
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-cards {
    max-width: 850px;
    gap: 70px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-cards {
    max-width: 915px;
    gap: 70px;
  }
}
.pinned-section-3 .basitprofile-why-choose__container--content-card {
  background-color: #d6f6ff;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-card {
    padding: 65px 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-card {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-card {
    padding: 80px 110px 110px;
  }
}
.pinned-section-3 .basitprofile-why-choose__container--content-cyan-lightclr {
  background-color: #dcf9ff;
}
.pinned-section-3 .basitprofile-why-choose__container--content-blue-lightclr {
  background-color: #daddff;
}
.pinned-section-3 .basitprofile-why-choose__container--content-red-softclr {
  background-color: #ffe3e3;
}
.pinned-section-3 .basitprofile-why-choose__container--content-yellow-softclr {
  background-color: #fff7cd;
}
.pinned-section-3 .basitprofile-why-choose__container--content-image {
  width: 157px;
  min-width: 157px;
  overflow: hidden;
  border-radius: 80px;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-image {
    width: 45%;
    max-width: none;
  }
}
.pinned-section-3 .basitprofile-why-choose__container--content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.pinned-section-3 .basitprofile-why-choose__container--content-content {
  flex: 1;
}
.pinned-section-3 .basitprofile-why-choose__container--content-title {
  font-size: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 36px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-title {
    font-size: 48px;
    line-height: 60px;
  }
}
.pinned-section-3 .basitprofile-why-choose__container--content-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  line-height: 25px;
  margin: 0;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-why-choose__container--content-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-3 .basitprofile-testimonials {
  padding: 25px 0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-testimonials {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-3 .basitprofile-testimonials__title {
  color: #fff;
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 131%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-testimonials__title {
    font-size: 40px;
  }
}
.pinned-section-3 .basitprofile-testimonials__list {
  width: max-content;
  overflow: hidden;
  min-width: 300px;
  height: 350px;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials__list {
    min-width: 660px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-testimonials__list {
    min-width: 900px;
    height: 350px;
  }
}
.pinned-section-3 .basitprofile-testimonials__list--wrapper {
  overflow: hidden;
  min-width: 300px;
  height: 350px;
  margin: 0;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper {
    min-width: 660px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper {
    min-width: 900px;
    height: 350px;
  }
}
.pinned-section-3 .basitprofile-testimonials__list--wrapper-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  position: absolute;
  width: 100%;
  height: 350px;
  min-width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 1px #0003;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-card {
    padding: 30px 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-card {
    height: 350px;
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-card {
    padding: 30px 40px;
  }
}
.pinned-section-3 .basitprofile-testimonials__list--wrapper-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-text {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-text {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.pinned-section-3 .basitprofile-testimonials__list--wrapper-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-rating {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-rating {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.pinned-section-3 .basitprofile-testimonials__list--wrapper-score {
  color: #1c1c1c;
  display: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-score {
    display: inline;
  }
}
.pinned-section-3 .basitprofile-testimonials__list--wrapper-stars {
  display: flex;
  gap: 7px;
}
.pinned-section-3 .basitprofile-testimonials__list--wrapper-star {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-star {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-star {
    width: 32px;
    height: 32px;
  }
}
.pinned-section-3 .basitprofile-testimonials__list--wrapper-author {
  display: flex;
  flex-direction: column;
}
.pinned-section-3 .basitprofile-testimonials__list--wrapper-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-name {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-name {
    font-size: 24px;
    line-height: 36px;
  }
}
.pinned-section-3 .basitprofile-testimonials__list--wrapper-company {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #d1202d;
  text-decoration: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-company {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .basitprofile-testimonials__list--wrapper-company {
    font-size: 24px;
    line-height: 36px;
  }
}
.basitprofile-tech {
  text-align: center;
  font-family: Montserrat, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .basitprofile-tech {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .basitprofile-tech {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.basitprofile-tech {
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .basitprofile-tech {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .basitprofile-tech {
    padding: 0 75px;
  }
}
.basitprofile-tech__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 131%;
}
@media (min-width: 768px) {
  .basitprofile-tech__title {
    font-size: 36px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .basitprofile-tech__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .basitprofile-tech__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.basitprofile-tech__grid {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  gap: 30px;
}
@media (min-width: 768px) {
  .basitprofile-tech__grid {
    gap: 5%;
  }
}
.basitprofile-tech__category {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 20px 30px;
  width: 100%;
  min-width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .basitprofile-tech__category {
    min-width: 48%;
    padding: 20px 15px;
  }
}
@media (min-width: 1024px) {
  .basitprofile-tech__category {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .basitprofile-tech__category {
    padding: 25px 20px 40px;
  }
}
@media (min-width: 1440px) {
  .basitprofile-tech__category {
    padding: 40px;
  }
}
.basitprofile-tech__category--management {
  background-color: #f5dad2;
}
.basitprofile-tech__category--team {
  background-color: #c7e7ff;
}
.basitprofile-tech__category--doc {
  background-color: #e3ffee;
}
.basitprofile-tech__category--ui-ux {
  background-color: #daddff;
}
.basitprofile-tech__category--modeling {
  background-color: #fff7cd;
}
.basitprofile-tech__category--tools {
  background-color: #ffe3e3;
}
.basitprofile-tech__heading {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 80px;
  color: #1c1c1c;
}
@media (min-width: 576px) {
  .basitprofile-tech__heading {
    font-size: 24px;
    line-height: 38px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .basitprofile-tech__heading {
    font-size: 24px;
    line-height: 30px;
    height: 70px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .basitprofile-tech__heading {
    font-size: 40px;
    line-height: 50px;
    height: 130px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .basitprofile-tech__heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.basitprofile-tech__icons {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  gap: 20px;
}
@media (min-width: 768px) {
  .basitprofile-tech__icons {
    padding: 10px 0 0;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .basitprofile-tech__icons {
    gap: 20px;
    padding: 10px;
  }
}
@media (min-width: 1440px) {
  .basitprofile-tech__icons {
    padding: 20px 0;
  }
}
.basitprofile-tech__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .basitprofile-tech__item {
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .basitprofile-tech__item {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .basitprofile-tech__item {
    width: 100px;
  }
}
.basitprofile-tech__item img {
  width: 42px;
  height: 40px;
}
@media (min-width: 768px) {
  .basitprofile-tech__item img {
    margin-bottom: 1px;
    width: 57px;
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .basitprofile-tech__item img {
    width: 75px;
    height: 75px;
  }
}
.basitprofile-tech__item--custom-icons {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  width: 56px !important;
  height: 56px !important;
}
@media (min-width: 768px) {
  .basitprofile-tech__item--custom-icons {
    width: 75px !important;
    height: 75px !important;
  }
}
@media (min-width: 1024px) {
  .basitprofile-tech__item--custom-icons {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 1200px) {
  .basitprofile-tech__item--custom-icons {
    width: 100px !important;
    height: 100px !important;
  }
}
.basitprofile-tech__item span {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  line-height: 14px;
}
@media (min-width: 768px) {
  .basitprofile-tech__item span {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .basitprofile-tech__item span {
    font-size: 16px;
    line-height: 24px;
  }
}
.basitprofile-book-consultation {
  max-width: 1382px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.basitprofile-book-consultation__message {
  font-size: 27px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  line-height: 48px;
  color: #1c1c1c;
}
@media (min-width: 576px) {
  .basitprofile-book-consultation__message {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .basitprofile-book-consultation__message {
    font-size: 60px;
    line-height: 80px;
    padding: 0 60px;
  }
}
@media (min-width: 1024px) {
  .basitprofile-book-consultation__message {
    font-size: 72px;
    line-height: 88px;
    width: 100%;
    max-width: 1148px;
  }
}
@media (min-width: 1440px) {
  .basitprofile-book-consultation__message {
    font-size: 84px;
    line-height: 100px;
    width: 100%;
    max-width: 1148px;
  }
}
.basitprofile-book-consultation__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .basitprofile-book-consultation__buttons {
    flex-direction: row;
  }
}
.basitprofile-book-consultation__buttons--hirenow {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  background-color: #d1202d;
  border: 2px solid transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  width: 100%;
}
.basitprofile-book-consultation__buttons--hirenow:hover {
  background-color: transparent;
  border: 2px solid #d1202d;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #d1202d;
  text-align: center;
}
@media (min-width: 1024px) {
  .basitprofile-book-consultation__buttons--hirenow {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .basitprofile-book-consultation__buttons--hirenow {
    width: 250px;
  }
}
.basitprofile-book-consultation__buttons--consultation {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  background-color: transparent;
  border: 2px solid #d1202d;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #d1202d;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
}
.basitprofile-book-consultation__buttons--consultation:hover {
  background-color: #d1202d;
  border: 2px solid transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .basitprofile-book-consultation__buttons--consultation {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .basitprofile-book-consultation__buttons--consultation {
    width: 250px;
  }
}
.hire-me-hero-section .hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-CcIBCTEE.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pinned-section-1 .zaidprofile-hero-section {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.pinned-section-1 .zaidprofile-hero-section__author-name {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pinned-section-1 .zaidprofile-hero-section__author-name--devname {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
  color: #1c1c1c;
  width: 100%;
  padding: 0;
  animation: scroll-left 20s linear infinite;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-hero-section__author-name--devname {
    font-size: 78px;
    padding-top: 25px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-hero-section__author-name--devname {
    font-size: 90px;
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .zaidprofile-hero-section__author-name--devname {
    font-size: 140px;
    padding-top: 20px;
  }
}
.pinned-section-1 .zaidprofile-hero-section__dev-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding: 0 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 768px;
    padding: 0;
    gap: 1%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail {
    max-width: 1024px;
    padding: 0 30px;
    margin-top: -125px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail {
    margin-top: -120px;
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail {
    margin-top: -210px;
    max-width: 1440px;
  }
}
.pinned-section-1 .zaidprofile-hero-section__dev-detail--experience {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #1c1c1c;
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--experience {
    order: unset;
    text-align: right;
    width: 25%;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--experience {
    width: 31%;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--experience {
    font-size: 30px;
    line-height: 48px;
    margin-top: 50px;
  }
}
.pinned-section-1 .zaidprofile-hero-section__dev-detail--experience-short {
  display: inline;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--experience-short {
    display: block;
  }
}
.pinned-section-1 .zaidprofile-hero-section__dev-detail--image {
  order: 3;
  width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--image {
    order: unset;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--image {
    width: 33%;
  }
}
.pinned-section-1 .zaidprofile-hero-section__dev-detail--image-img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--image-img {
    width: 95%;
  }
}
.pinned-section-1 .zaidprofile-hero-section__dev-detail--expertise {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--expertise {
    order: unset;
    align-items: start;
    text-align: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--expertise {
    width: 31%;
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--expertise {
    margin-top: 50px;
  }
}
.pinned-section-1 .zaidprofile-hero-section__dev-detail--expertise-linkarrow {
  width: 25px;
  height: 25px;
  aspect-ratio: 1.08;
}
.pinned-section-1 .zaidprofile-hero-section__dev-detail--expertise-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--expertise-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--expertise-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .zaidprofile-hero-section__dev-detail--expertise-title {
    font-size: 30px;
    line-height: 48px;
  }
}
.pinned-section-1 .zaidprofile-about {
  background-color: #1c1c1c;
  color: #fff;
  padding: 0 0 100px;
  font-family: Montserrat, sans-serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about {
    padding: 0 0 120px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about {
    padding: 0 0 130px;
  }
}
.pinned-section-1 .zaidprofile-about__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 0;
  border: 0;
}
.pinned-section-1 .zaidprofile-about__curve svg {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}
.pinned-section-1 .zaidprofile-about__qualities-con {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #d1202d;
  z-index: 10;
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__qualities-con {
    margin-bottom: 130px;
  }
}
.pinned-section-1 .zaidprofile-about__qualities-con--dev-qualities {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 30px;
  width: 100%;
  white-space: nowrap;
  flex-wrap: nowrap;
  animation: scroll-left-2 15s infinite;
}
.pinned-section-1 .zaidprofile-about__qualities-con--dev-qualities-type {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .pinned-section-1 .zaidprofile-about__qualities-con--dev-qualities-type {
    font-size: 21px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 40px;
}
.pinned-section-1 .zaidprofile-about__wrapper--title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--title {
    font-size: 36px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--description {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--description {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--description {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--education-title {
  font-size: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--education-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-list {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-list {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--education-card {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-card {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-card {
    max-width: 50%;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--education-card-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.pinned-section-1 .zaidprofile-about__wrapper--education-card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pinned-section-1 .zaidprofile-about__wrapper--education-card-date {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #d1202d;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-card-date {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-card-date {
    font-size: 20px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--education-card-university {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-card-university {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-card-university {
    font-size: 24px;
    line-height: 34px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--education-card-degree {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-card-degree {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--education-card-degree {
    line-height: 34px;
    font-size: 24px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--certifications {
  font-family: Montserrat, sans-serif;
  padding: 40px 0 0;
}
.pinned-section-1 .zaidprofile-about__wrapper--certifications-title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-title {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--certifications-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-list {
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    align-items: baseline;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-list {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
    align-items: baseline;
    gap: 28px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--certifications-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-card {
    padding: 20px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--certifications-icon {
  width: 25px;
  height: 25px;
  margin-top: 4px;
  flex-shrink: 0;
}
.pinned-section-1 .zaidprofile-about__wrapper--certifications-content {
  display: flex;
  flex-direction: column;
}
.pinned-section-1 .zaidprofile-about__wrapper--certifications-date {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #d1202d;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-date {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-date {
    font-size: 20px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--certifications-name {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-name {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-name {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-1 .zaidprofile-about__wrapper--certifications-provider {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-provider {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .zaidprofile-about__wrapper--certifications-provider {
    font-size: 24px;
  }
}
.pinned-section-2 .zaidprofile-skills-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 85%;
  height: 100%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-skills-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-skills-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-skills-section {
    padding-inline: unset;
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-skills-section {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .zaidprofile-skills-section {
    width: 80%;
  }
}
.pinned-section-2 .zaidprofile-skills-section__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-skills-section__title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-skills-section__title {
    font-size: 40px;
  }
}
.pinned-section-2 .zaidprofile-skills-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-skills-section__list {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-skills-section__list {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 10px;
  }
}
.pinned-section-2 .zaidprofile-skills-section__list--item {
  display: flex;
  align-items: baseline;
  justify-content: left;
  gap: 15px;
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-skills-section__list--item {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .zaidprofile-skills-section__list--item {
    gap: 15px;
  }
}
.pinned-section-2 .zaidprofile-skills-section__list--item-image {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-skills-section__list--item-image {
    width: 25px;
    height: 25px;
  }
}
.pinned-section-2 .zaidprofile-skills-section__list--item-text {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 24px;
  background: transparent;
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-skills-section__list--item-text {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-skills-section__list--item-text {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .zaidprofile-skills-section__list--item-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-2 .zaidprofile-portfolio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  max-width: 1382px;
  font-family: Montserrat, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-portfolio {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-2 .zaidprofile-portfolio {
  padding: 0 30px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.pinned-section-2 .zaidprofile-portfolio__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 131%;
  color: #1c1c1c;
  position: absolute;
  top: 5%;
  left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio__title {
    font-size: 36px;
    top: 15%;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-portfolio__title {
    top: 10%;
    left: 0;
    font-size: 40px;
    text-align: left;
  }
}
.pinned-section-2 .zaidprofile-portfolio__blue-lightclr {
  background-color: #daddff;
  position: absolute;
}
.pinned-section-2 .zaidprofile-portfolio__cyan-lightclr {
  background-color: #dcf9ff;
  position: absolute;
}
.pinned-section-2 .zaidprofile-portfolio__sky-blueclr {
  background-color: #c7e7ff;
  position: absolute;
}
.pinned-section-2 .zaidprofile-portfolio__lavender-lightclr {
  background-color: #f3e3ff;
  position: absolute;
}
.pinned-section-2 .zaidprofile-portfolio__yellow-softclr {
  background-color: #fff7cd;
  position: absolute;
}
.pinned-section-2 .zaidprofile-portfolio__project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 15px;
  border-radius: 20px;
  width: 100%;
  height: 90%;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio__project {
    width: 100%;
    padding: 30px 20px;
    flex-direction: row;
    justify-content: space-between;
    height: 48%;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-portfolio__project {
    height: 75%;
    padding: 30px 30px 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .zaidprofile-portfolio__project {
    padding: 40px 40px 0;
    height: auto;
  }
}
.pinned-section-2 .zaidprofile-portfolio__project--text {
  order: 1;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text {
    flex: 1 1 100%;
    max-width: 427px;
    order: unset;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text {
    width: 100%;
    max-width: 685px;
  }
}
.pinned-section-2 .zaidprofile-portfolio__project--text-title {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 1%;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-title {
    font-size: 30px;
    line-height: 48px;
  }
}
.pinned-section-2 .zaidprofile-portfolio__project--text__features {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text__features {
    margin-bottom: 20px;
  }
}
.pinned-section-2 .zaidprofile-portfolio__project--text-feature {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-feature {
    align-items: start;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-feature {
    align-items: start;
    margin-bottom: 15px;
  }
}
.pinned-section-2 .zaidprofile-portfolio__project--text-feature img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 5px;
}
.pinned-section-2 .zaidprofile-portfolio__project--text-feature span {
  flex: 1;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  font-weight: 400;
  color: #1c1c1c;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-feature span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-feature span {
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-feature span {
    font-size: 24px;
    line-height: 32px;
  }
}
.pinned-section-2 .zaidprofile-portfolio__project--text-button {
  background-color: #d1202d;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: none;
}
.pinned-section-2 .zaidprofile-portfolio__project--text-button:hover {
  background-color: transparent;
  color: #d1202d;
  border: 2px solid #d1202d;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .zaidprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.pinned-section-2 .zaidprofile-portfolio__project--buttonresponsive {
  background-color: #d1202d;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
}
.pinned-section-2 .zaidprofile-portfolio__project--buttonresponsive:hover {
  background-color: transparent;
  color: #d1202d;
  border: 2px solid #d1202d;
}
@media (min-width: 576px) {
  .pinned-section-2 .zaidprofile-portfolio__project--buttonresponsive {
    display: flex;
  }
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio__project--buttonresponsive {
    background-color: #d1202d;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
    display: none;
  }
}
.pinned-section-2 .zaidprofile-portfolio__project--image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  order: 2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pinned-section-2 .zaidprofile-portfolio__project--image-wrapper {
    overflow: hidden;
    max-width: 333px;
    margin-bottom: 0;
    order: unset;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .zaidprofile-portfolio__project--image-wrapper {
    max-width: 524px;
    margin-bottom: -40px;
  }
}
.pinned-section-2 .zaidprofile-portfolio__project--image-wrapper-image {
  max-width: 85%;
  height: auto;
  border-radius: 12px;
}
.pinned-section-3 .zaidprofile-why-choose {
  background-color: #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: max-content;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-why-choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-why-choose {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-3 .zaidprofile-why-choose {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.pinned-section-3 .zaidprofile-why-choose__title-responsive {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 131%;
  font-weight: 600;
  width: 100%;
  max-width: 407px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-why-choose__title-responsive {
    display: none;
  }
}
.pinned-section-3 .zaidprofile-why-choose__container {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-why-choose__container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-why-choose__container {
    padding: 0 40px;
  }
}
.pinned-section-3 .zaidprofile-why-choose__container--content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pinned-section-3 .zaidprofile-why-choose__container--content-main-title {
  display: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-main-title {
    display: block;
    font-size: 28px;
    white-space: nowrap;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 131%;
    width: 100%;
    text-align: center;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-main-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-main-title {
    font-size: 40px;
  }
}
.pinned-section-3 .zaidprofile-why-choose__container--content-cards {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-cards {
    width: 70%;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-cards {
    max-width: 760px;
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-cards {
    max-width: 850px;
    gap: 70px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-cards {
    max-width: 915px;
    gap: 70px;
  }
}
.pinned-section-3 .zaidprofile-why-choose__container--content-card {
  background-color: #d6f6ff;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-card {
    padding: 65px 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-card {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-card {
    padding: 80px 110px 110px;
  }
}
.pinned-section-3 .zaidprofile-why-choose__container--content-cyan-lightclr {
  background-color: #dcf9ff;
}
.pinned-section-3 .zaidprofile-why-choose__container--content-blue-lightclr {
  background-color: #daddff;
}
.pinned-section-3 .zaidprofile-why-choose__container--content-red-softclr {
  background-color: #ffe3e3;
}
.pinned-section-3 .zaidprofile-why-choose__container--content-yellow-softclr {
  background-color: #fff7cd;
}
.pinned-section-3 .zaidprofile-why-choose__container--content-image {
  width: 157px;
  min-width: 157px;
  overflow: hidden;
  border-radius: 80px;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-image {
    width: 45%;
    max-width: none;
  }
}
.pinned-section-3 .zaidprofile-why-choose__container--content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.pinned-section-3 .zaidprofile-why-choose__container--content-content {
  flex: 1;
}
.pinned-section-3 .zaidprofile-why-choose__container--content-title {
  font-size: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 36px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-title {
    font-size: 48px;
    line-height: 60px;
  }
}
.pinned-section-3 .zaidprofile-why-choose__container--content-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  line-height: 25px;
  margin: 0;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-why-choose__container--content-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-3 .zaidprofile-testimonials {
  padding: 25px 0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-testimonials {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-3 .zaidprofile-testimonials__title {
  color: #fff;
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 131%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-testimonials__title {
    font-size: 40px;
  }
}
.pinned-section-3 .zaidprofile-testimonials__list {
  width: max-content;
  overflow: hidden;
  min-width: 300px;
  height: 350px;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials__list {
    min-width: 660px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-testimonials__list {
    min-width: 900px;
    height: 350px;
  }
}
.pinned-section-3 .zaidprofile-testimonials__list--wrapper {
  overflow: hidden;
  min-width: 300px;
  height: 350px;
  margin: 0;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper {
    min-width: 660px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper {
    min-width: 900px;
    height: 350px;
  }
}
.pinned-section-3 .zaidprofile-testimonials__list--wrapper-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  position: absolute;
  width: 100%;
  height: 350px;
  min-width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 1px #0003;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-card {
    padding: 30px 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-card {
    height: 350px;
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-card {
    padding: 30px 40px;
  }
}
.pinned-section-3 .zaidprofile-testimonials__list--wrapper-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-text {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-text {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.pinned-section-3 .zaidprofile-testimonials__list--wrapper-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-rating {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-rating {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.pinned-section-3 .zaidprofile-testimonials__list--wrapper-score {
  color: #1c1c1c;
  display: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-score {
    display: inline;
  }
}
.pinned-section-3 .zaidprofile-testimonials__list--wrapper-stars {
  display: flex;
  gap: 7px;
}
.pinned-section-3 .zaidprofile-testimonials__list--wrapper-star {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-star {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-star {
    width: 32px;
    height: 32px;
  }
}
.pinned-section-3 .zaidprofile-testimonials__list--wrapper-author {
  display: flex;
  flex-direction: column;
}
.pinned-section-3 .zaidprofile-testimonials__list--wrapper-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-name {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-name {
    font-size: 24px;
    line-height: 36px;
  }
}
.pinned-section-3 .zaidprofile-testimonials__list--wrapper-company {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #d1202d;
  text-decoration: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-company {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .zaidprofile-testimonials__list--wrapper-company {
    font-size: 24px;
    line-height: 36px;
  }
}
.zaidprofile-tech {
  text-align: center;
  font-family: Montserrat, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .zaidprofile-tech {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-tech {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.zaidprofile-tech {
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .zaidprofile-tech {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-tech {
    padding: 0 75px;
  }
}
.zaidprofile-tech__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 131%;
}
@media (min-width: 768px) {
  .zaidprofile-tech__title {
    font-size: 36px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-tech__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .zaidprofile-tech__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.zaidprofile-tech__grid {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  gap: 30px;
}
@media (min-width: 768px) {
  .zaidprofile-tech__grid {
    gap: 5%;
  }
}
.zaidprofile-tech__category {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 20px 30px;
  width: 100%;
  min-width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .zaidprofile-tech__category {
    min-width: 48%;
    padding: 20px 15px;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-tech__category {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .zaidprofile-tech__category {
    padding: 25px 20px 40px;
  }
}
@media (min-width: 1440px) {
  .zaidprofile-tech__category {
    padding: 40px;
  }
}
.zaidprofile-tech__category--management {
  background-color: #f5dad2;
}
.zaidprofile-tech__category--team {
  background-color: #c7e7ff;
}
.zaidprofile-tech__category--doc {
  background-color: #e3ffee;
}
.zaidprofile-tech__category--design {
  background-color: #daddff;
}
.zaidprofile-tech__category--modeling {
  background-color: #fff7cd;
}
.zaidprofile-tech__category--tools {
  background-color: #ffe3e3;
}
.zaidprofile-tech__heading {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 80px;
  color: #1c1c1c;
}
@media (min-width: 576px) {
  .zaidprofile-tech__heading {
    font-size: 24px;
    line-height: 38px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .zaidprofile-tech__heading {
    font-size: 24px;
    line-height: 30px;
    height: 70px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-tech__heading {
    font-size: 40px;
    line-height: 50px;
    height: 130px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .zaidprofile-tech__heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.zaidprofile-tech__icons {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  gap: 20px;
}
@media (min-width: 768px) {
  .zaidprofile-tech__icons {
    padding: 10px 0 0;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-tech__icons {
    gap: 20px;
    padding: 10px;
  }
}
@media (min-width: 1440px) {
  .zaidprofile-tech__icons {
    padding: 20px 0;
  }
}
.zaidprofile-tech__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .zaidprofile-tech__item {
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-tech__item {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .zaidprofile-tech__item {
    width: 100px;
  }
}
.zaidprofile-tech__item img {
  width: 42px;
  height: 40px;
}
@media (min-width: 768px) {
  .zaidprofile-tech__item img {
    margin-bottom: 1px;
    width: 57px;
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-tech__item img {
    width: 75px;
    height: 75px;
  }
}
.zaidprofile-tech__item--custom-icons {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  width: 56px !important;
  height: 56px !important;
}
@media (min-width: 768px) {
  .zaidprofile-tech__item--custom-icons {
    width: 75px !important;
    height: 75px !important;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-tech__item--custom-icons {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 1200px) {
  .zaidprofile-tech__item--custom-icons {
    width: 100px !important;
    height: 100px !important;
  }
}
.zaidprofile-tech__item span {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  line-height: 14px;
}
@media (min-width: 768px) {
  .zaidprofile-tech__item span {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-tech__item span {
    font-size: 16px;
    line-height: 24px;
  }
}
.zaidprofile-book-consultation {
  max-width: 1382px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.zaidprofile-book-consultation__message {
  font-size: 27px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  line-height: 48px;
  color: #1c1c1c;
}
@media (min-width: 576px) {
  .zaidprofile-book-consultation__message {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .zaidprofile-book-consultation__message {
    font-size: 60px;
    line-height: 80px;
    padding: 0 60px;
  }
}
@media (min-width: 1024px) {
  .zaidprofile-book-consultation__message {
    font-size: 72px;
    line-height: 88px;
    width: 100%;
    max-width: 1148px;
  }
}
@media (min-width: 1440px) {
  .zaidprofile-book-consultation__message {
    font-size: 84px;
    line-height: 100px;
    width: 100%;
    max-width: 1148px;
  }
}
.zaidprofile-book-consultation__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .zaidprofile-book-consultation__buttons {
    flex-direction: row;
  }
}
.zaidprofile-book-consultation__buttons--hirenow {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  background-color: #d1202d;
  border: 2px solid transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  width: 100%;
}
.zaidprofile-book-consultation__buttons--hirenow:hover {
  background-color: transparent;
  border: 2px solid #d1202d;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #d1202d;
  text-align: center;
}
@media (min-width: 1024px) {
  .zaidprofile-book-consultation__buttons--hirenow {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .zaidprofile-book-consultation__buttons--hirenow {
    width: 250px;
  }
}
.zaidprofile-book-consultation__buttons--consultation {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  background-color: transparent;
  border: 2px solid #d1202d;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #d1202d;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
}
.zaidprofile-book-consultation__buttons--consultation:hover {
  background-color: #d1202d;
  border: 2px solid transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .zaidprofile-book-consultation__buttons--consultation {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .zaidprofile-book-consultation__buttons--consultation {
    width: 250px;
  }
}
.hire-me-hero-section .hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-CcIBCTEE.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pinned-section-1 .maazprofile-hero-section {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.pinned-section-1 .maazprofile-hero-section__author-name {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pinned-section-1 .maazprofile-hero-section__author-name--devname {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
  color: #1c1c1c;
  width: 100%;
  padding: 0;
  animation: scroll-left 20s linear infinite;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-hero-section__author-name--devname {
    font-size: 78px;
    padding-top: 25px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-hero-section__author-name--devname {
    font-size: 90px;
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .maazprofile-hero-section__author-name--devname {
    font-size: 140px;
    padding-top: 20px;
  }
}
.pinned-section-1 .maazprofile-hero-section__dev-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding: 0 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 768px;
    padding: 0;
    gap: 1%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail {
    max-width: 1024px;
    padding: 0 30px;
    margin-top: -125px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail {
    margin-top: -120px;
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail {
    margin-top: -210px;
    max-width: 1440px;
  }
}
.pinned-section-1 .maazprofile-hero-section__dev-detail--experience {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #1c1c1c;
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--experience {
    order: unset;
    text-align: right;
    width: 25%;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--experience {
    width: 31%;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--experience {
    font-size: 30px;
    line-height: 48px;
    margin-top: 50px;
  }
}
.pinned-section-1 .maazprofile-hero-section__dev-detail--experience-short {
  display: inline;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--experience-short {
    display: block;
  }
}
.pinned-section-1 .maazprofile-hero-section__dev-detail--image {
  order: 3;
  width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--image {
    order: unset;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--image {
    width: 33%;
  }
}
.pinned-section-1 .maazprofile-hero-section__dev-detail--image-img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--image-img {
    width: 95%;
  }
}
.pinned-section-1 .maazprofile-hero-section__dev-detail--expertise {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--expertise {
    order: unset;
    align-items: start;
    text-align: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--expertise {
    width: 31%;
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--expertise {
    margin-top: 50px;
  }
}
.pinned-section-1 .maazprofile-hero-section__dev-detail--expertise-linkarrow {
  width: 25px;
  height: 25px;
  aspect-ratio: 1.08;
}
.pinned-section-1 .maazprofile-hero-section__dev-detail--expertise-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--expertise-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--expertise-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .maazprofile-hero-section__dev-detail--expertise-title {
    font-size: 30px;
    line-height: 48px;
  }
}
.pinned-section-1 .maazprofile-about {
  background-color: #1c1c1c;
  color: #fff;
  padding: 0 0 100px;
  font-family: Montserrat, sans-serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about {
    padding: 0 0 120px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about {
    padding: 0 0 130px;
  }
}
.pinned-section-1 .maazprofile-about__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 0;
  border: 0;
}
.pinned-section-1 .maazprofile-about__curve svg {
  width: 100%;
  display: block;
}
.pinned-section-1 .maazprofile-about__qualities-con {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #d1202d;
  z-index: 10;
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__qualities-con {
    margin-bottom: 130px;
  }
}
.pinned-section-1 .maazprofile-about__qualities-con--dev-qualities {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 30px;
  width: 100%;
  white-space: nowrap;
  flex-wrap: nowrap;
  animation: scroll-left-2 15s infinite;
}
.pinned-section-1 .maazprofile-about__qualities-con--dev-qualities-type {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .pinned-section-1 .maazprofile-about__qualities-con--dev-qualities-type {
    font-size: 21px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 40px;
}
.pinned-section-1 .maazprofile-about__wrapper--title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--title {
    font-size: 36px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--description {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--description {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--description {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--education-title {
  font-size: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--education-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-list {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-list {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--education-card {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-card {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-card {
    max-width: 50%;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--education-card-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.pinned-section-1 .maazprofile-about__wrapper--education-card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pinned-section-1 .maazprofile-about__wrapper--education-card-date {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #d1202d;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-card-date {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-card-date {
    font-size: 20px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--education-card-university {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-card-university {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-card-university {
    font-size: 24px;
    line-height: 34px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--education-card-degree {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-card-degree {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--education-card-degree {
    line-height: 34px;
    font-size: 24px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--certifications {
  font-family: Montserrat, sans-serif;
  padding: 40px 0 0;
}
.pinned-section-1 .maazprofile-about__wrapper--certifications-title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-title {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--certifications-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-list {
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    align-items: baseline;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-list {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
    align-items: baseline;
    gap: 30px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--certifications-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-card {
    padding: 20px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--certifications-icon {
  width: 25px;
  height: 25px;
  margin-top: 4px;
  flex-shrink: 0;
}
.pinned-section-1 .maazprofile-about__wrapper--certifications-content {
  display: flex;
  flex-direction: column;
}
.pinned-section-1 .maazprofile-about__wrapper--certifications-date {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #d1202d;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-date {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-date {
    font-size: 20px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--certifications-name {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-name {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-name {
    font-size: 24px;
    line-height: 40px;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--certifications-name span {
  display: inline;
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-name span {
    display: block;
  }
}
.pinned-section-1 .maazprofile-about__wrapper--certifications-provider {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-provider {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .maazprofile-about__wrapper--certifications-provider {
    font-size: 24px;
  }
}
.pinned-section-2 .maazprofile-skills-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 85%;
  height: 100%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-skills-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-skills-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-skills-section {
    padding-inline: unset;
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-skills-section {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .maazprofile-skills-section {
    width: 80%;
  }
}
.pinned-section-2 .maazprofile-skills-section__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-skills-section__title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-skills-section__title {
    font-size: 40px;
  }
}
.pinned-section-2 .maazprofile-skills-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-skills-section__list {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-skills-section__list {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 10px;
  }
}
.pinned-section-2 .maazprofile-skills-section__list--item {
  display: flex;
  align-items: baseline;
  justify-content: left;
  gap: 15px;
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-skills-section__list--item {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .maazprofile-skills-section__list--item {
    gap: 15px;
  }
}
.pinned-section-2 .maazprofile-skills-section__list--item-image {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-skills-section__list--item-image {
    width: 25px;
    height: 25px;
  }
}
.pinned-section-2 .maazprofile-skills-section__list--item-text {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 24px;
  background: transparent;
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-skills-section__list--item-text {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-skills-section__list--item-text {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .maazprofile-skills-section__list--item-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-2 .maazprofile-portfolio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  max-width: 1382px;
  font-family: Montserrat, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-portfolio {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-2 .maazprofile-portfolio {
  padding: 0 30px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.pinned-section-2 .maazprofile-portfolio__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 131%;
  color: #1c1c1c;
  position: absolute;
  top: 5%;
  left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio__title {
    font-size: 36px;
    top: 15%;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-portfolio__title {
    top: 10%;
    left: 0;
    font-size: 40px;
    text-align: left;
  }
}
.pinned-section-2 .maazprofile-portfolio__blue-lightclr {
  background-color: #daddff;
  position: absolute;
}
.pinned-section-2 .maazprofile-portfolio__cyan-lightclr {
  background-color: #dcf9ff;
  position: absolute;
}
.pinned-section-2 .maazprofile-portfolio__sky-blueclr {
  background-color: #c7e7ff;
  position: absolute;
}
.pinned-section-2 .maazprofile-portfolio__lavender-lightclr {
  background-color: #f3e3ff;
  position: absolute;
}
.pinned-section-2 .maazprofile-portfolio__yellow-softclr {
  background-color: #fff7cd;
  position: absolute;
}
.pinned-section-2 .maazprofile-portfolio__project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 15px;
  border-radius: 20px;
  width: 100%;
  height: 90%;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio__project {
    width: 100%;
    padding: 30px 20px;
    flex-direction: row;
    justify-content: space-between;
    height: 48%;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-portfolio__project {
    height: 75%;
    padding: 30px 30px 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .maazprofile-portfolio__project {
    padding: 40px 40px 0;
    height: auto;
  }
}
.pinned-section-2 .maazprofile-portfolio__project--text {
  order: 1;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio__project--text {
    flex: 1 1 100%;
    max-width: 427px;
    order: unset;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-portfolio__project--text {
    width: 100%;
    max-width: 685px;
  }
}
.pinned-section-2 .maazprofile-portfolio__project--text-title {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 1%;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-title {
    font-size: 30px;
    line-height: 48px;
  }
}
.pinned-section-2 .maazprofile-portfolio__project--text__features {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio__project--text__features {
    margin-bottom: 20px;
  }
}
.pinned-section-2 .maazprofile-portfolio__project--text-feature {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-feature {
    align-items: start;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-feature {
    align-items: start;
    margin-bottom: 15px;
  }
}
.pinned-section-2 .maazprofile-portfolio__project--text-feature img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 5px;
}
.pinned-section-2 .maazprofile-portfolio__project--text-feature span {
  flex: 1;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  font-weight: 400;
  color: #1c1c1c;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-feature span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-feature span {
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-feature span {
    font-size: 24px;
    line-height: 32px;
  }
}
.pinned-section-2 .maazprofile-portfolio__project--text-button {
  background-color: #d1202d;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: none;
}
.pinned-section-2 .maazprofile-portfolio__project--text-button:hover {
  background-color: transparent;
  color: #d1202d;
  border: 2px solid #d1202d;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .maazprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.pinned-section-2 .maazprofile-portfolio__project--buttonresponsive {
  background-color: #d1202d;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
}
.pinned-section-2 .maazprofile-portfolio__project--buttonresponsive:hover {
  background-color: transparent;
  color: #d1202d;
  border: 2px solid #d1202d;
}
@media (min-width: 576px) {
  .pinned-section-2 .maazprofile-portfolio__project--buttonresponsive {
    display: flex;
  }
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio__project--buttonresponsive {
    background-color: #d1202d;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
    display: none;
  }
}
.pinned-section-2 .maazprofile-portfolio__project--image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  order: 2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pinned-section-2 .maazprofile-portfolio__project--image-wrapper {
    overflow: hidden;
    max-width: 333px;
    margin-bottom: 0;
    order: unset;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .maazprofile-portfolio__project--image-wrapper {
    max-width: 524px;
    margin-bottom: -40px;
  }
}
.pinned-section-2 .maazprofile-portfolio__project--image-wrapper-image {
  max-width: 85%;
  height: auto;
  border-radius: 12px;
}
.pinned-section-3 .maazprofile-why-choose {
  background-color: #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: max-content;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-why-choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-why-choose {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-3 .maazprofile-why-choose {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.pinned-section-3 .maazprofile-why-choose__title-responsive {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 131%;
  font-weight: 600;
  width: 100%;
  max-width: 407px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-why-choose__title-responsive {
    display: none;
  }
}
.pinned-section-3 .maazprofile-why-choose__container {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-why-choose__container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-why-choose__container {
    padding: 0 40px;
  }
}
.pinned-section-3 .maazprofile-why-choose__container--content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pinned-section-3 .maazprofile-why-choose__container--content-main-title {
  display: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-main-title {
    display: block;
    font-size: 28px;
    white-space: nowrap;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 131%;
    width: 100%;
    text-align: center;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-main-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-main-title {
    font-size: 40px;
  }
}
.pinned-section-3 .maazprofile-why-choose__container--content-cards {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-cards {
    width: 70%;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-cards {
    max-width: 760px;
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-cards {
    max-width: 850px;
    gap: 70px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-cards {
    max-width: 915px;
    gap: 70px;
  }
}
.pinned-section-3 .maazprofile-why-choose__container--content-card {
  background-color: #d6f6ff;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-card {
    padding: 65px 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-card {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-card {
    padding: 80px 110px 110px;
  }
}
.pinned-section-3 .maazprofile-why-choose__container--content-cyan-lightclr {
  background-color: #dcf9ff;
}
.pinned-section-3 .maazprofile-why-choose__container--content-blue-lightclr {
  background-color: #daddff;
}
.pinned-section-3 .maazprofile-why-choose__container--content-red-softclr {
  background-color: #ffe3e3;
}
.pinned-section-3 .maazprofile-why-choose__container--content-yellow-softclr {
  background-color: #fff7cd;
}
.pinned-section-3 .maazprofile-why-choose__container--content-image {
  width: 157px;
  min-width: 157px;
  overflow: hidden;
  border-radius: 80px;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-image {
    width: 45%;
    max-width: none;
  }
}
.pinned-section-3 .maazprofile-why-choose__container--content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.pinned-section-3 .maazprofile-why-choose__container--content-content {
  flex: 1;
}
.pinned-section-3 .maazprofile-why-choose__container--content-title {
  font-size: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 36px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-title {
    font-size: 48px;
    line-height: 60px;
  }
}
.pinned-section-3 .maazprofile-why-choose__container--content-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  line-height: 25px;
  margin: 0;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-why-choose__container--content-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-3 .maazprofile-testimonials {
  padding: 25px 0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-testimonials {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-3 .maazprofile-testimonials__title {
  color: #fff;
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 131%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-testimonials__title {
    font-size: 40px;
  }
}
.pinned-section-3 .maazprofile-testimonials__list {
  width: max-content;
  overflow: hidden;
  min-width: 300px;
  height: 350px;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials__list {
    min-width: 660px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-testimonials__list {
    min-width: 900px;
    height: 350px;
  }
}
.pinned-section-3 .maazprofile-testimonials__list--wrapper {
  overflow: hidden;
  min-width: 300px;
  height: 350px;
  margin: 0;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper {
    min-width: 660px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper {
    min-width: 900px;
    height: 350px;
  }
}
.pinned-section-3 .maazprofile-testimonials__list--wrapper-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  position: absolute;
  width: 100%;
  height: 350px;
  min-width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 1px #0003;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-card {
    padding: 30px 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-card {
    height: 350px;
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-card {
    padding: 30px 40px;
  }
}
.pinned-section-3 .maazprofile-testimonials__list--wrapper-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-text {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-text {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.pinned-section-3 .maazprofile-testimonials__list--wrapper-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-rating {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-rating {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.pinned-section-3 .maazprofile-testimonials__list--wrapper-score {
  color: #1c1c1c;
  display: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-score {
    display: inline;
  }
}
.pinned-section-3 .maazprofile-testimonials__list--wrapper-stars {
  display: flex;
  gap: 7px;
}
.pinned-section-3 .maazprofile-testimonials__list--wrapper-star {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-star {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-star {
    width: 32px;
    height: 32px;
  }
}
.pinned-section-3 .maazprofile-testimonials__list--wrapper-author {
  display: flex;
  flex-direction: column;
}
.pinned-section-3 .maazprofile-testimonials__list--wrapper-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-name {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-name {
    font-size: 24px;
    line-height: 36px;
  }
}
.pinned-section-3 .maazprofile-testimonials__list--wrapper-company {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #d1202d;
  text-decoration: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-company {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .maazprofile-testimonials__list--wrapper-company {
    font-size: 24px;
    line-height: 36px;
  }
}
.maazprofile-tech {
  text-align: center;
  font-family: Montserrat, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .maazprofile-tech {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .maazprofile-tech {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.maazprofile-tech {
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .maazprofile-tech {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .maazprofile-tech {
    padding: 0 75px;
  }
}
.maazprofile-tech__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 131%;
}
@media (min-width: 768px) {
  .maazprofile-tech__title {
    font-size: 36px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .maazprofile-tech__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .maazprofile-tech__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.maazprofile-tech__grid {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  gap: 30px;
}
@media (min-width: 768px) {
  .maazprofile-tech__grid {
    gap: 5%;
  }
}
.maazprofile-tech__category {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 20px 30px;
  width: 100%;
  min-width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .maazprofile-tech__category {
    min-width: 48%;
    padding: 20px 15px;
  }
}
@media (min-width: 1024px) {
  .maazprofile-tech__category {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .maazprofile-tech__category {
    padding: 25px 20px 40px;
  }
}
@media (min-width: 1440px) {
  .maazprofile-tech__category {
    padding: 40px 40px 100px;
  }
}
.maazprofile-tech__category--frameworks {
  background-color: #f5dad2;
}
.maazprofile-tech__category--languages {
  background-color: #c7e7ff;
}
.maazprofile-tech__category--ai {
  background-color: #e3ffee;
}
.maazprofile-tech__category--databases {
  background-color: #daddff;
}
.maazprofile-tech__category--api {
  background-color: #fff7cd;
}
.maazprofile-tech__heading {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 80px;
  color: #1c1c1c;
}
@media (min-width: 576px) {
  .maazprofile-tech__heading {
    font-size: 24px;
    line-height: 38px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .maazprofile-tech__heading {
    font-size: 24px;
    line-height: 30px;
    height: 70px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .maazprofile-tech__heading {
    font-size: 40px;
    line-height: 50px;
    height: 130px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .maazprofile-tech__heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.maazprofile-tech__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 768px) {
  .maazprofile-tech__icons {
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .maazprofile-tech__icons {
    gap: 20px;
  }
}
.maazprofile-tech__item img {
  width: 56px;
  height: 56px;
}
@media (min-width: 768px) {
  .maazprofile-tech__item img {
    width: 70px;
    height: 70px;
  }
}
@media (min-width: 1024px) {
  .maazprofile-tech__item img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .maazprofile-tech__item img {
    width: 100px;
    height: 100px;
  }
}
.maazprofile-book-consultation {
  max-width: 1382px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.maazprofile-book-consultation__message {
  font-size: 27px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  line-height: 48px;
  color: #1c1c1c;
}
@media (min-width: 576px) {
  .maazprofile-book-consultation__message {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .maazprofile-book-consultation__message {
    font-size: 60px;
    line-height: 80px;
    padding: 0 60px;
  }
}
@media (min-width: 1024px) {
  .maazprofile-book-consultation__message {
    font-size: 72px;
    line-height: 88px;
    width: 100%;
    max-width: 1148px;
  }
}
@media (min-width: 1440px) {
  .maazprofile-book-consultation__message {
    font-size: 84px;
    line-height: 100px;
    width: 100%;
    max-width: 1148px;
  }
}
.maazprofile-book-consultation__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .maazprofile-book-consultation__buttons {
    flex-direction: row;
  }
}
.maazprofile-book-consultation__buttons--hirenow {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  background-color: #d1202d;
  border: 2px solid transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  width: 100%;
}
.maazprofile-book-consultation__buttons--hirenow:hover {
  background-color: transparent;
  border: 2px solid #d1202d;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #d1202d;
  text-align: center;
}
@media (min-width: 1024px) {
  .maazprofile-book-consultation__buttons--hirenow {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .maazprofile-book-consultation__buttons--hirenow {
    width: 250px;
  }
}
.maazprofile-book-consultation__buttons--consultation {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  background-color: transparent;
  border: 2px solid #d1202d;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #d1202d;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
}
.maazprofile-book-consultation__buttons--consultation:hover {
  background-color: #d1202d;
  border: 2px solid transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .maazprofile-book-consultation__buttons--consultation {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .maazprofile-book-consultation__buttons--consultation {
    width: 250px;
  }
}
.hire-me-hero-section .hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-CcIBCTEE.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .pinned-section-1 .pinned-breadcrumbs {
    padding-top: 50px;
    margin-bottom: 0;
  }
}
.pinned-section-1 .imranprofile-hero-section {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.pinned-section-1 .imranprofile-hero-section__author-name {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pinned-section-1 .imranprofile-hero-section__author-name--devname {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
  color: #1c1c1c;
  width: 100%;
  padding: 0;
  animation: scroll-left 20s linear infinite;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-hero-section__author-name--devname {
    font-size: 78px;
    padding-top: 25px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-hero-section__author-name--devname {
    font-size: 90px;
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .imranprofile-hero-section__author-name--devname {
    font-size: 140px;
    padding-top: 20px;
  }
}
.pinned-section-1 .imranprofile-hero-section__dev-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding: 0 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail {
    flex-direction: row;
    justify-content: space-between;
    margin: 100px auto 0;
    max-width: 768px;
    padding: 0;
    gap: 1%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail {
    max-width: 1024px;
    padding: 0 30px;
    margin-top: -30px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail {
    margin-top: -20px;
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail {
    margin-top: -50px;
    max-width: 1440px;
  }
}
.pinned-section-1 .imranprofile-hero-section__dev-detail--experience {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #1c1c1c;
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--experience {
    order: unset;
    text-align: right;
    width: 25%;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--experience {
    width: 31%;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--experience {
    font-size: 30px;
    line-height: 48px;
    margin-top: 50px;
  }
}
.pinned-section-1 .imranprofile-hero-section__dev-detail--experience-short {
  display: inline;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--experience-short {
    display: block;
  }
}
.pinned-section-1 .imranprofile-hero-section__dev-detail--image {
  order: 3;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--image {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--image {
    margin-top: 0;
    order: unset;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--image {
    width: 33%;
  }
}
.pinned-section-1 .imranprofile-hero-section__dev-detail--image-img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--image-img {
    width: 95%;
  }
}
.pinned-section-1 .imranprofile-hero-section__dev-detail--expertise {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--expertise {
    order: unset;
    align-items: start;
    text-align: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--expertise {
    width: 31%;
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--expertise {
    margin-top: 50px;
  }
}
.pinned-section-1 .imranprofile-hero-section__dev-detail--expertise-linkarrow {
  width: 25px;
  height: 25px;
  aspect-ratio: 1.08;
}
.pinned-section-1 .imranprofile-hero-section__dev-detail--expertise-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--expertise-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--expertise-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .imranprofile-hero-section__dev-detail--expertise-title {
    font-size: 30px;
    line-height: 48px;
  }
}
.pinned-section-1 .imranprofile-about {
  background-color: #1c1c1c;
  color: #fff;
  padding: 0 0 100px;
  font-family: Montserrat, sans-serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about {
    padding: 0 0 120px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about {
    padding: 0 0 130px;
  }
}
.pinned-section-1 .imranprofile-about__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 0;
  border: 0;
}
.pinned-section-1 .imranprofile-about__curve svg {
  width: 100%;
  display: block;
  border: 0;
}
.pinned-section-1 .imranprofile-about__qualities-con {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #d1202d;
  z-index: 10;
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__qualities-con {
    margin-bottom: 130px;
  }
}
.pinned-section-1 .imranprofile-about__qualities-con--dev-qualities {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 30px;
  width: 100%;
  white-space: nowrap;
  flex-wrap: nowrap;
  animation: scroll-left-2 15s infinite;
}
.pinned-section-1 .imranprofile-about__qualities-con--dev-qualities-type {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .pinned-section-1 .imranprofile-about__qualities-con--dev-qualities-type {
    font-size: 21px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 40px;
}
.pinned-section-1 .imranprofile-about__wrapper--title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--title {
    font-size: 36px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--description {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--description {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--description {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--education-title {
  font-size: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--education-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-list {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-list {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--education-card {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-card {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-card {
    max-width: 50%;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--education-card-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.pinned-section-1 .imranprofile-about__wrapper--education-card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pinned-section-1 .imranprofile-about__wrapper--education-card-date {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #d1202d;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-card-date {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-card-date {
    font-size: 20px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--education-card-university {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-card-university {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-card-university {
    font-size: 24px;
    line-height: 34px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--education-card-degree {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-card-degree {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--education-card-degree {
    line-height: 34px;
    font-size: 24px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--certifications {
  font-family: Montserrat, sans-serif;
  padding: 40px 0 0;
}
.pinned-section-1 .imranprofile-about__wrapper--certifications-title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-title {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--certifications-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-list {
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    align-items: baseline;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-list {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
    align-items: baseline;
    gap: 20px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--certifications-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-card {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-card {
    max-width: 50%;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--certifications-icon {
  width: 25px;
  height: 25px;
  margin-top: 4px;
  flex-shrink: 0;
}
.pinned-section-1 .imranprofile-about__wrapper--certifications-content {
  display: flex;
  flex-direction: column;
}
.pinned-section-1 .imranprofile-about__wrapper--certifications-date {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #d1202d;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-date {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-date {
    font-size: 20px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--certifications-name {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-name {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-name {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-1 .imranprofile-about__wrapper--certifications-provider {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-provider {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .imranprofile-about__wrapper--certifications-provider {
    font-size: 24px;
  }
}
.pinned-section-2 .imranprofile-skills-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 85%;
  height: 100%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-skills-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-skills-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-skills-section {
    padding-inline: unset;
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-skills-section {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .imranprofile-skills-section {
    width: 80%;
  }
}
.pinned-section-2 .imranprofile-skills-section__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-skills-section__title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-skills-section__title {
    font-size: 40px;
  }
}
.pinned-section-2 .imranprofile-skills-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-skills-section__list {
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-skills-section__list {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 10px;
  }
}
.pinned-section-2 .imranprofile-skills-section__list--item {
  display: flex;
  align-items: baseline;
  justify-content: left;
  gap: 15px;
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-skills-section__list--item {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .imranprofile-skills-section__list--item {
    gap: 15px;
  }
}
.pinned-section-2 .imranprofile-skills-section__list--item-image {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-skills-section__list--item-image {
    width: 25px;
    height: 25px;
  }
}
.pinned-section-2 .imranprofile-skills-section__list--item-text {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 24px;
  background: transparent;
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-skills-section__list--item-text {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-skills-section__list--item-text {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .imranprofile-skills-section__list--item-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-2 .imranprofile-portfolio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  max-width: 1382px;
  font-family: Montserrat, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-portfolio {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-2 .imranprofile-portfolio {
  padding: 0 30px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.pinned-section-2 .imranprofile-portfolio__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 131%;
  color: #1c1c1c;
  position: absolute;
  top: 5%;
  left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio__title {
    font-size: 36px;
    top: 15%;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-portfolio__title {
    top: 10%;
    left: 0;
    font-size: 40px;
    text-align: left;
  }
}
.pinned-section-2 .imranprofile-portfolio__blue-lightclr {
  background-color: #daddff;
  position: absolute;
}
.pinned-section-2 .imranprofile-portfolio__cyan-lightclr {
  background-color: #dcf9ff;
  position: absolute;
}
.pinned-section-2 .imranprofile-portfolio__sky-blueclr {
  background-color: #c7e7ff;
  position: absolute;
}
.pinned-section-2 .imranprofile-portfolio__lavender-lightclr {
  background-color: #f3e3ff;
  position: absolute;
}
.pinned-section-2 .imranprofile-portfolio__yellow-softclr {
  background-color: #fff7cd;
  position: absolute;
}
.pinned-section-2 .imranprofile-portfolio__project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 15px;
  border-radius: 20px;
  width: 100%;
  height: 90%;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio__project {
    width: 100%;
    padding: 30px 20px;
    flex-direction: row;
    justify-content: space-between;
    height: 48%;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-portfolio__project {
    height: 75%;
    padding: 30px 30px 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .imranprofile-portfolio__project {
    padding: 40px 40px 0;
    height: auto;
  }
}
.pinned-section-2 .imranprofile-portfolio__project--text {
  order: 1;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio__project--text {
    flex: 1 1 100%;
    max-width: 427px;
    order: unset;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-portfolio__project--text {
    width: 100%;
    max-width: 685px;
  }
}
.pinned-section-2 .imranprofile-portfolio__project--text-title {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 1%;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-title {
    font-size: 30px;
    line-height: 48px;
  }
}
.pinned-section-2 .imranprofile-portfolio__project--text__features {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio__project--text__features {
    margin-bottom: 20px;
  }
}
.pinned-section-2 .imranprofile-portfolio__project--text-feature {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-feature {
    align-items: start;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-feature {
    align-items: start;
    margin-bottom: 15px;
  }
}
.pinned-section-2 .imranprofile-portfolio__project--text-feature img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 5px;
}
.pinned-section-2 .imranprofile-portfolio__project--text-feature span {
  flex: 1;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  font-weight: 400;
  color: #1c1c1c;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-feature span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-feature span {
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-feature span {
    font-size: 24px;
    line-height: 32px;
  }
}
.pinned-section-2 .imranprofile-portfolio__project--text-button {
  background-color: #d1202d;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: none;
}
.pinned-section-2 .imranprofile-portfolio__project--text-button:hover {
  background-color: transparent;
  color: #d1202d;
  border: 2px solid #d1202d;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .imranprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.pinned-section-2 .imranprofile-portfolio__project--buttonresponsive {
  background-color: #d1202d;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
}
.pinned-section-2 .imranprofile-portfolio__project--buttonresponsive:hover {
  background-color: transparent;
  color: #d1202d;
  border: 2px solid #d1202d;
}
@media (min-width: 576px) {
  .pinned-section-2 .imranprofile-portfolio__project--buttonresponsive {
    display: flex;
  }
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio__project--buttonresponsive {
    background-color: #d1202d;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
    display: none;
  }
}
.pinned-section-2 .imranprofile-portfolio__project--image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  order: 2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pinned-section-2 .imranprofile-portfolio__project--image-wrapper {
    overflow: hidden;
    max-width: 333px;
    margin-bottom: 0;
    order: unset;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .imranprofile-portfolio__project--image-wrapper {
    max-width: 524px;
    margin-bottom: -40px;
  }
}
.pinned-section-2 .imranprofile-portfolio__project--image-wrapper-image {
  max-width: 85%;
  height: auto;
  border-radius: 12px;
}
.pinned-section-3 .imranprofile-why-choose {
  background-color: #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: max-content;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-why-choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-why-choose {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-3 .imranprofile-why-choose {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.pinned-section-3 .imranprofile-why-choose__title-responsive {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 131%;
  font-weight: 600;
  width: 100%;
  max-width: 407px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-why-choose__title-responsive {
    display: none;
  }
}
.pinned-section-3 .imranprofile-why-choose__container {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-why-choose__container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-why-choose__container {
    padding: 0 40px;
  }
}
.pinned-section-3 .imranprofile-why-choose__container--content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pinned-section-3 .imranprofile-why-choose__container--content-main-title {
  display: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-main-title {
    display: block;
    font-size: 28px;
    white-space: nowrap;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 131%;
    width: 100%;
    text-align: center;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-main-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-main-title {
    font-size: 40px;
  }
}
.pinned-section-3 .imranprofile-why-choose__container--content-cards {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-cards {
    width: 70%;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-cards {
    max-width: 760px;
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-cards {
    max-width: 850px;
    gap: 70px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-cards {
    max-width: 915px;
    gap: 70px;
  }
}
.pinned-section-3 .imranprofile-why-choose__container--content-card {
  background-color: #d6f6ff;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-card {
    padding: 65px 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-card {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-card {
    padding: 80px 110px 110px;
  }
}
.pinned-section-3 .imranprofile-why-choose__container--content-cyan-lightclr {
  background-color: #dcf9ff;
}
.pinned-section-3 .imranprofile-why-choose__container--content-blue-lightclr {
  background-color: #daddff;
}
.pinned-section-3 .imranprofile-why-choose__container--content-red-softclr {
  background-color: #ffe3e3;
}
.pinned-section-3 .imranprofile-why-choose__container--content-yellow-softclr {
  background-color: #fff7cd;
}
.pinned-section-3 .imranprofile-why-choose__container--content-image {
  width: 157px;
  min-width: 157px;
  overflow: hidden;
  border-radius: 80px;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-image {
    width: 45%;
    max-width: none;
  }
}
.pinned-section-3 .imranprofile-why-choose__container--content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.pinned-section-3 .imranprofile-why-choose__container--content-content {
  flex: 1;
}
.pinned-section-3 .imranprofile-why-choose__container--content-title {
  font-size: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 36px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-title {
    font-size: 48px;
    line-height: 60px;
  }
}
.pinned-section-3 .imranprofile-why-choose__container--content-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  line-height: 25px;
  margin: 0;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-why-choose__container--content-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-3 .imranprofile-testimonials {
  padding: 25px 0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-testimonials {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-3 .imranprofile-testimonials__title {
  color: #fff;
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 131%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-testimonials__title {
    font-size: 40px;
  }
}
.pinned-section-3 .imranprofile-testimonials__list {
  width: max-content;
  overflow: hidden;
  min-width: 300px;
  height: 350px;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials__list {
    min-width: 660px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-testimonials__list {
    min-width: 900px;
    height: 350px;
  }
}
.pinned-section-3 .imranprofile-testimonials__list--wrapper {
  overflow: hidden;
  min-width: 300px;
  height: 350px;
  margin: 0;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper {
    min-width: 660px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper {
    min-width: 900px;
    height: 350px;
  }
}
.pinned-section-3 .imranprofile-testimonials__list--wrapper-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  position: absolute;
  width: 100%;
  height: 350px;
  min-width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 1px #0003;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-card {
    padding: 30px 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-card {
    height: 350px;
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-card {
    padding: 30px 40px;
  }
}
.pinned-section-3 .imranprofile-testimonials__list--wrapper-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-text {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-text {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.pinned-section-3 .imranprofile-testimonials__list--wrapper-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-rating {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-rating {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.pinned-section-3 .imranprofile-testimonials__list--wrapper-score {
  color: #1c1c1c;
  display: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-score {
    display: inline;
  }
}
.pinned-section-3 .imranprofile-testimonials__list--wrapper-stars {
  display: flex;
  gap: 7px;
}
.pinned-section-3 .imranprofile-testimonials__list--wrapper-star {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-star {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-star {
    width: 32px;
    height: 32px;
  }
}
.pinned-section-3 .imranprofile-testimonials__list--wrapper-author {
  display: flex;
  flex-direction: column;
}
.pinned-section-3 .imranprofile-testimonials__list--wrapper-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-name {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-name {
    font-size: 24px;
    line-height: 36px;
  }
}
.pinned-section-3 .imranprofile-testimonials__list--wrapper-company {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #d1202d;
  text-decoration: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-company {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .imranprofile-testimonials__list--wrapper-company {
    font-size: 24px;
    line-height: 36px;
  }
}
.imranprofile-tech {
  text-align: center;
  font-family: Montserrat, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .imranprofile-tech {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .imranprofile-tech {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.imranprofile-tech {
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .imranprofile-tech {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .imranprofile-tech {
    padding: 0 75px;
  }
}
.imranprofile-tech__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 131%;
}
@media (min-width: 768px) {
  .imranprofile-tech__title {
    font-size: 36px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .imranprofile-tech__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .imranprofile-tech__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.imranprofile-tech__grid {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  gap: 30px;
}
@media (min-width: 768px) {
  .imranprofile-tech__grid {
    gap: 5%;
  }
}
.imranprofile-tech__category {
  background-color: #fff;
  border-radius: 16px;
  padding: 20px 20px 30px;
  width: 100%;
  min-width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .imranprofile-tech__category {
    min-width: 48%;
    padding: 20px 15px;
  }
}
@media (min-width: 1024px) {
  .imranprofile-tech__category {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .imranprofile-tech__category {
    padding: 25px 20px 40px;
  }
}
@media (min-width: 1440px) {
  .imranprofile-tech__category {
    padding: 40px 40px 100px;
  }
}
.imranprofile-tech__category--designing {
  background-color: #f5dad2;
}
.imranprofile-tech__category--languages {
  background-color: #c7e7ff;
}
.imranprofile-tech__category--ai {
  background-color: #e3ffee;
}
.imranprofile-tech__category--databases {
  background-color: #daddff;
}
.imranprofile-tech__category--api {
  background-color: #fff7cd;
}
.imranprofile-tech__heading {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 80px;
  color: #1c1c1c;
}
@media (min-width: 576px) {
  .imranprofile-tech__heading {
    font-size: 24px;
    line-height: 38px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .imranprofile-tech__heading {
    font-size: 24px;
    line-height: 30px;
    height: 70px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .imranprofile-tech__heading {
    font-size: 40px;
    line-height: 50px;
    height: 130px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .imranprofile-tech__heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.imranprofile-tech__icons {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  gap: 20px;
}
@media (min-width: 768px) {
  .imranprofile-tech__icons {
    padding: 10px 0 0;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .imranprofile-tech__icons {
    gap: 20px;
    padding: 10px;
  }
}
@media (min-width: 1440px) {
  .imranprofile-tech__icons {
    padding: 20px 0;
  }
}
.imranprofile-tech__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .imranprofile-tech__item {
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .imranprofile-tech__item {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .imranprofile-tech__item {
    width: 100px;
  }
}
.imranprofile-tech__item img {
  width: 42px;
  height: 40px;
}
@media (min-width: 768px) {
  .imranprofile-tech__item img {
    margin-bottom: 1px;
    width: 57px;
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .imranprofile-tech__item img {
    width: 75px;
    height: 75px;
  }
}
.imranprofile-tech__item--custom-icons {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  width: 56px !important;
  height: 56px !important;
}
@media (min-width: 768px) {
  .imranprofile-tech__item--custom-icons {
    width: 75px !important;
    height: 75px !important;
  }
}
@media (min-width: 1024px) {
  .imranprofile-tech__item--custom-icons {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 1200px) {
  .imranprofile-tech__item--custom-icons {
    width: 100px !important;
    height: 100px !important;
  }
}
.imranprofile-tech__item span {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  line-height: 14px;
}
@media (min-width: 768px) {
  .imranprofile-tech__item span {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .imranprofile-tech__item span {
    font-size: 16px;
    line-height: 24px;
  }
}
.imranprofile-book-consultation {
  max-width: 1382px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.imranprofile-book-consultation__message {
  font-size: 27px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  line-height: 48px;
  color: #1c1c1c;
}
@media (min-width: 576px) {
  .imranprofile-book-consultation__message {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .imranprofile-book-consultation__message {
    font-size: 60px;
    line-height: 80px;
    padding: 0 60px;
  }
}
@media (min-width: 1024px) {
  .imranprofile-book-consultation__message {
    font-size: 72px;
    line-height: 88px;
    width: 100%;
    max-width: 1148px;
  }
}
@media (min-width: 1440px) {
  .imranprofile-book-consultation__message {
    font-size: 84px;
    line-height: 100px;
    width: 100%;
    max-width: 1148px;
  }
}
.imranprofile-book-consultation__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .imranprofile-book-consultation__buttons {
    flex-direction: row;
  }
}
.imranprofile-book-consultation__buttons--hirenow {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  background-color: #d1202d;
  border: 2px solid transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  width: 100%;
}
.imranprofile-book-consultation__buttons--hirenow:hover {
  background-color: transparent;
  border: 2px solid #d1202d;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #d1202d;
  text-align: center;
}
@media (min-width: 1024px) {
  .imranprofile-book-consultation__buttons--hirenow {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .imranprofile-book-consultation__buttons--hirenow {
    width: 250px;
  }
}
.imranprofile-book-consultation__buttons--consultation {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  background-color: transparent;
  border: 2px solid #d1202d;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #d1202d;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
}
.imranprofile-book-consultation__buttons--consultation:hover {
  background-color: #d1202d;
  border: 2px solid transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .imranprofile-book-consultation__buttons--consultation {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .imranprofile-book-consultation__buttons--consultation {
    width: 250px;
  }
}
.hire-me-hero-section .hero__section {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .hire-me-hero-section .hero__section {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .hire-me-hero-section .hero__section {
    margin-top: 75px;
  }
}
.hire-me-hero-section .hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-CcIBCTEE.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .hire-me-hero-section .hero__section .hero__container {
    height: 60vh;
  }
}
@media (min-width: 1024px) {
  .hire-me-hero-section .hero__section .hero__container {
    height: 70vh;
  }
}
.hire-me-hero-section .hero__section .hero__container .hero-text h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .hire-me-hero-section .hero__section .hero__container .hero-text h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .hire-me-hero-section .hero__section .hero__container .hero-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .hire-me-hero-section .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (min-width: 1200px) {
  .hire-me-hero-section .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.pinned-section-1 {
  padding-top: 70px;
}
.pinned-section-1 .pinned-breadcrumbs {
  padding: 0 40px;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .pinned-breadcrumbs {
    padding-top: 50px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .pinned-breadcrumbs {
    padding-top: 50px;
    padding-inline-start: 18px;
    margin-bottom: 0;
  }
}
.pinned-section-1 .pinned-breadcrumbs .breadcrumbscontainer__content {
  margin-top: 5px;
  flex-flow: wrap;
}
@media (min-width: 768px) {
  .pinned-section-1 .pinned-breadcrumbs .breadcrumbscontainer__content {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .pinned-breadcrumbs .breadcrumbscontainer__content {
    margin-bottom: 0;
  }
}
.pinned-section-1 .kholaprofile-hero-section {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.pinned-section-1 .kholaprofile-hero-section__author-name {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pinned-section-1 .kholaprofile-hero-section__author-name--devname {
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  white-space: nowrap;
  color: #1c1c1c;
  width: 100%;
  padding: 0;
  animation: scroll-left 20s linear infinite;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-hero-section__author-name--devname {
    font-size: 78px;
    padding-top: 25px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-hero-section__author-name--devname {
    font-size: 90px;
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .kholaprofile-hero-section__author-name--devname {
    font-size: 140px;
    padding-top: 20px;
  }
}
.pinned-section-1 .kholaprofile-hero-section__dev-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  padding: 0 30px;
  font-family: Montserrat, sans-serif;
  position: relative;
  margin-top: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail {
    flex-direction: row;
    justify-content: space-between;
    margin: -10px auto 0;
    max-width: 768px;
    padding: 0;
    gap: 1%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail {
    max-width: 1024px;
    padding: 0 30px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail {
    margin-top: -10px;
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail {
    margin-top: -80px;
    max-width: 1440px;
  }
}
.pinned-section-1 .kholaprofile-hero-section__dev-detail--experience {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #1c1c1c;
  width: 100%;
  order: 2;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--experience {
    order: unset;
    text-align: right;
    width: 25%;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--experience {
    width: 31%;
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--experience {
    font-size: 30px;
    line-height: 48px;
    margin-top: 50px;
  }
}
.pinned-section-1 .kholaprofile-hero-section__dev-detail--experience-short {
  display: inline;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--experience-short {
    display: block;
  }
}
.pinned-section-1 .kholaprofile-hero-section__dev-detail--image {
  order: 3;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--image {
    margin-top: 0;
    order: unset;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--image {
    width: 33%;
  }
}
.pinned-section-1 .kholaprofile-hero-section__dev-detail--image-img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--image-img {
    width: 95%;
  }
}
.pinned-section-1 .kholaprofile-hero-section__dev-detail--expertise {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--expertise {
    order: unset;
    align-items: start;
    text-align: left;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--expertise {
    width: 31%;
    margin-top: 50px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--expertise {
    margin-top: 50px;
  }
}
.pinned-section-1 .kholaprofile-hero-section__dev-detail--expertise-linkarrow {
  width: 25px;
  height: 25px;
  aspect-ratio: 1.08;
}
.pinned-section-1 .kholaprofile-hero-section__dev-detail--expertise-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #1c1c1c;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--expertise-title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--expertise-title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-1 .kholaprofile-hero-section__dev-detail--expertise-title {
    font-size: 30px;
    line-height: 48px;
  }
}
.pinned-section-1 .kholaprofile-about {
  background-color: #1c1c1c;
  color: #fff;
  padding: 0 0 100px;
  font-family: Montserrat, sans-serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about {
    padding: 0 0 120px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about {
    padding: 0 0 130px;
  }
}
.pinned-section-1 .kholaprofile-about__curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 0;
  border: 0;
}
.pinned-section-1 .kholaprofile-about__curve svg {
  width: 100%;
  display: block;
  border: 0;
}
.pinned-section-1 .kholaprofile-about__qualities-con {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #d1202d;
  z-index: 10;
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__qualities-con {
    margin-bottom: 130px;
  }
}
.pinned-section-1 .kholaprofile-about__qualities-con--dev-qualities {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 30px;
  width: 100%;
  white-space: nowrap;
  flex-wrap: nowrap;
  animation: scroll-left-2 15s infinite;
}
.pinned-section-1 .kholaprofile-about__qualities-con--dev-qualities-type {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .pinned-section-1 .kholaprofile-about__qualities-con--dev-qualities-type {
    font-size: 21px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 40px;
}
.pinned-section-1 .kholaprofile-about__wrapper--title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--title {
    font-size: 36px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--description {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--description {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--description {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--education-title {
  font-size: 25px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-title {
    font-size: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-title {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--education-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: baseline;
  gap: 30px;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-list {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-list {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--education-card {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-card {
    padding: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-card {
    max-width: 50%;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--education-card-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.pinned-section-1 .kholaprofile-about__wrapper--education-card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pinned-section-1 .kholaprofile-about__wrapper--education-card-date {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #d1202d;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-card-date {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-card-date {
    font-size: 20px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--education-card-university {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-card-university {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-card-university {
    font-size: 24px;
    line-height: 34px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--education-card-degree {
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-card-degree {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--education-card-degree {
    line-height: 34px;
    font-size: 24px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--certifications {
  font-family: Montserrat, sans-serif;
  padding: 40px 0 0;
}
.pinned-section-1 .kholaprofile-about__wrapper--certifications-title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-title {
    margin-bottom: 10px;
    font-size: 40px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--certifications-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-list {
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
    align-items: baseline;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-list {
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
    align-items: baseline;
    gap: 20px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--certifications-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-card {
    padding: 20px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--certifications-icon {
  width: 25px;
  height: 25px;
  margin-top: 4px;
  flex-shrink: 0;
}
.pinned-section-1 .kholaprofile-about__wrapper--certifications-content {
  display: flex;
  flex-direction: column;
}
.pinned-section-1 .kholaprofile-about__wrapper--certifications-date {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #d1202d;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-date {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-date {
    font-size: 20px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--certifications-name {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-name {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-name {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-1 .kholaprofile-about__wrapper--certifications-provider {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-provider {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-1 .kholaprofile-about__wrapper--certifications-provider {
    font-size: 24px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-350%);
  }
}
@keyframes scroll-left-2 {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(80%);
  }
}
@keyframes rotateText {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.pinned-section-2 {
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 768px) {
  .pinned-section-2 {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 {
    margin-bottom: 130px;
  }
}
.pinned-section-2 .khola-skills-section {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 85%;
  height: 100%;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-2 .khola-skills-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .khola-skills-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (min-width: 768px) {
  .pinned-section-2 .khola-skills-section {
    padding-inline: unset;
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .khola-skills-section {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .khola-skills-section {
    width: 80%;
  }
}
.pinned-section-2 .khola-skills-section__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .pinned-section-2 .khola-skills-section__title {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .khola-skills-section__title {
    font-size: 40px;
  }
}
.pinned-section-2 .khola-skills-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  gap: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-2 .khola-skills-section__list {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .khola-skills-section__list {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 10px;
  }
}
.pinned-section-2 .khola-skills-section__list--item {
  display: flex;
  align-items: baseline;
  justify-content: left;
  gap: 15px;
}
@media (min-width: 1024px) {
  .pinned-section-2 .khola-skills-section__list--item {
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .khola-skills-section__list--item {
    gap: 15px;
  }
}
.pinned-section-2 .khola-skills-section__list--item-image {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .pinned-section-2 .khola-skills-section__list--item-image {
    width: 25px;
    height: 25px;
  }
}
.pinned-section-2 .khola-skills-section__list--item-text {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 24px;
  background: transparent;
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .pinned-section-2 .khola-skills-section__list--item-text {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .khola-skills-section__list--item-text {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .khola-skills-section__list--item-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-2 .kholaprofile-portfolio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  max-width: 1382px;
  font-family: Montserrat, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .kholaprofile-portfolio {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-2 .kholaprofile-portfolio {
  padding: 0 30px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.pinned-section-2 .kholaprofile-portfolio__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 131%;
  color: #1c1c1c;
  position: absolute;
  top: 5%;
  left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio__title {
    font-size: 36px;
    top: 15%;
    left: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .kholaprofile-portfolio__title {
    top: 10%;
    left: 0;
    font-size: 40px;
    text-align: left;
  }
}
.pinned-section-2 .kholaprofile-portfolio__purple-lightclr {
  background-color: #f3e3ff;
  position: absolute;
}
.pinned-section-2 .kholaprofile-portfolio__cyan-lightclr {
  background-color: #dcf9ff;
  position: absolute;
}
.pinned-section-2 .kholaprofile-portfolio__lightred {
  background-color: #f5dad2;
  position: absolute;
}
.pinned-section-2 .kholaprofile-portfolio__lavender-lightclr {
  background-color: #f3e3ff;
  position: absolute;
}
.pinned-section-2 .kholaprofile-portfolio__yellow-softclr {
  background-color: #fff7cd;
  position: absolute;
}
.pinned-section-2 .kholaprofile-portfolio__project {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 15px;
  border-radius: 20px;
  width: 100%;
  height: 90%;
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio__project {
    width: 100%;
    padding: 30px 20px;
    flex-direction: row;
    justify-content: space-between;
    height: 48%;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .kholaprofile-portfolio__project {
    height: 75%;
    padding: 30px 30px 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .kholaprofile-portfolio__project {
    padding: 40px 40px 0;
    height: auto;
  }
}
.pinned-section-2 .kholaprofile-portfolio__project--text {
  order: 1;
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text {
    flex: 1 1 100%;
    max-width: 427px;
    order: unset;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text {
    width: 100%;
    max-width: 685px;
  }
}
.pinned-section-2 .kholaprofile-portfolio__project--text-title {
  font-size: 18px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 1%;
  line-height: 24px;
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-title {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-title {
    font-size: 30px;
    line-height: 48px;
  }
}
.pinned-section-2 .kholaprofile-portfolio__project--text__features {
  list-style: none;
  padding: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text__features {
    margin-bottom: 20px;
  }
}
.pinned-section-2 .kholaprofile-portfolio__project--text-feature {
  display: flex;
  align-items: start;
  gap: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-feature {
    align-items: start;
    margin-bottom: 8px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-feature {
    align-items: start;
    margin-bottom: 15px;
  }
}
.pinned-section-2 .kholaprofile-portfolio__project--text-feature img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 5px;
}
.pinned-section-2 .kholaprofile-portfolio__project--text-feature span {
  flex: 1;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  font-weight: 400;
  color: #1c1c1c;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-feature span {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-feature span {
    font-size: 20px;
    line-height: 24px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-feature span {
    font-size: 24px;
    line-height: 32px;
  }
}
.pinned-section-2 .kholaprofile-portfolio__project--text-button {
  background-color: #d1202d;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: none;
}
.pinned-section-2 .kholaprofile-portfolio__project--text-button:hover {
  background-color: transparent;
  color: #d1202d;
  border: 2px solid #d1202d;
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-2 .kholaprofile-portfolio__project--text-button {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.pinned-section-2 .kholaprofile-portfolio__project--buttonresponsive {
  background-color: #d1202d;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 3;
}
.pinned-section-2 .kholaprofile-portfolio__project--buttonresponsive:hover {
  background-color: transparent;
  color: #d1202d;
  border: 2px solid #d1202d;
}
@media (min-width: 576px) {
  .pinned-section-2 .kholaprofile-portfolio__project--buttonresponsive {
    display: flex;
  }
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio__project--buttonresponsive {
    background-color: #d1202d;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-decoration: none;
    display: none;
  }
}
.pinned-section-2 .kholaprofile-portfolio__project--image-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  order: 2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .pinned-section-2 .kholaprofile-portfolio__project--image-wrapper {
    overflow: hidden;
    max-width: 333px;
    margin-bottom: 0;
    order: unset;
  }
}
@media (min-width: 1024px) {
  .pinned-section-2 .kholaprofile-portfolio__project--image-wrapper {
    max-width: 524px;
    margin-bottom: -40px;
  }
}
.pinned-section-2 .kholaprofile-portfolio__project--image-wrapper-image {
  max-width: 85%;
  height: auto;
  border-radius: 12px;
}
.pinned-section-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1c1c1c;
}
.pinned-section-3 .kholaprofile-why-choose {
  background-color: #1c1c1c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: max-content;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-why-choose {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-why-choose {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-3 .kholaprofile-why-choose {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.pinned-section-3 .kholaprofile-why-choose__title-responsive {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 131%;
  font-weight: 600;
  width: 100%;
  max-width: 407px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-why-choose__title-responsive {
    display: none;
  }
}
.pinned-section-3 .kholaprofile-why-choose__container {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-why-choose__container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-why-choose__container {
    padding: 0 40px;
  }
}
.pinned-section-3 .kholaprofile-why-choose__container--content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pinned-section-3 .kholaprofile-why-choose__container--content-main-title {
  display: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-main-title {
    display: block;
    font-size: 28px;
    white-space: nowrap;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    line-height: 131%;
    width: 100%;
    text-align: center;
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-main-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-main-title {
    font-size: 40px;
  }
}
.pinned-section-3 .kholaprofile-why-choose__container--content-cards {
  display: flex;
  width: 100%;
  gap: 30px;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-cards {
    width: 70%;
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-cards {
    max-width: 760px;
    gap: 70px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-cards {
    max-width: 850px;
    gap: 70px;
  }
}
@media (min-width: 1440px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-cards {
    max-width: 915px;
    gap: 70px;
  }
}
.pinned-section-3 .kholaprofile-why-choose__container--content-card {
  background-color: #d6f6ff;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-width: 100%;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-card {
    padding: 65px 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-card {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-card {
    padding: 80px 110px 110px;
  }
}
.pinned-section-3 .kholaprofile-why-choose__container--content-cyan-lightclr {
  background-color: #dcf9ff;
}
.pinned-section-3 .kholaprofile-why-choose__container--content-blue-lightclr {
  background-color: #daddff;
}
.pinned-section-3 .kholaprofile-why-choose__container--content-red-softclr {
  background-color: #ffe3e3;
}
.pinned-section-3 .kholaprofile-why-choose__container--content-yellow-softclr {
  background-color: #fff7cd;
}
.pinned-section-3 .kholaprofile-why-choose__container--content-image {
  width: 157px;
  min-width: 157px;
  overflow: hidden;
  border-radius: 80px;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-image {
    width: 45%;
    max-width: none;
  }
}
.pinned-section-3 .kholaprofile-why-choose__container--content-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.pinned-section-3 .kholaprofile-why-choose__container--content-content {
  flex: 1;
}
.pinned-section-3 .kholaprofile-why-choose__container--content-title {
  font-size: 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  line-height: 36px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-title {
    font-size: 38px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-title {
    font-size: 48px;
    line-height: 60px;
  }
}
.pinned-section-3 .kholaprofile-why-choose__container--content-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
  line-height: 25px;
  margin: 0;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-why-choose__container--content-text {
    font-size: 24px;
    line-height: 48px;
  }
}
.pinned-section-3 .kholaprofile-testimonials {
  padding: 25px 0;
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-testimonials {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.pinned-section-3 .kholaprofile-testimonials__title {
  color: #fff;
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 131%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-testimonials__title {
    font-size: 40px;
  }
}
.pinned-section-3 .kholaprofile-testimonials__list {
  width: max-content;
  overflow: hidden;
  min-width: 300px;
  height: 350px;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials__list {
    min-width: 660px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-testimonials__list {
    min-width: 900px;
    height: 350px;
  }
}
.pinned-section-3 .kholaprofile-testimonials__list--wrapper {
  overflow: hidden;
  min-width: 300px;
  height: 350px;
  margin: 0;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper {
    min-width: 660px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper {
    min-width: 900px;
    height: 350px;
  }
}
.pinned-section-3 .kholaprofile-testimonials__list--wrapper-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  position: absolute;
  width: 100%;
  height: 350px;
  min-width: 100%;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px 1px #0003;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-card {
    padding: 30px 40px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-card {
    height: 350px;
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-card {
    padding: 30px 40px;
  }
}
.pinned-section-3 .kholaprofile-testimonials__list--wrapper-text {
  font-size: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 400;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-text {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-text {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.pinned-section-3 .kholaprofile-testimonials__list--wrapper-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-rating {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-rating {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.pinned-section-3 .kholaprofile-testimonials__list--wrapper-score {
  color: #1c1c1c;
  display: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-score {
    display: inline;
  }
}
.pinned-section-3 .kholaprofile-testimonials__list--wrapper-stars {
  display: flex;
  gap: 7px;
}
.pinned-section-3 .kholaprofile-testimonials__list--wrapper-star {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-star {
    width: 27px;
    height: 27px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-star {
    width: 32px;
    height: 32px;
  }
}
.pinned-section-3 .kholaprofile-testimonials__list--wrapper-author {
  display: flex;
  flex-direction: column;
}
.pinned-section-3 .kholaprofile-testimonials__list--wrapper-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-name {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-name {
    font-size: 24px;
    line-height: 36px;
  }
}
.pinned-section-3 .kholaprofile-testimonials__list--wrapper-company {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 24px;
  color: #d1202d;
  text-decoration: none;
}
@media (min-width: 768px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-company {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .pinned-section-3 .kholaprofile-testimonials__list--wrapper-company {
    font-size: 24px;
    line-height: 36px;
  }
}
.kholaprofile-tech {
  text-align: center;
  font-family: Montserrat, sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .kholaprofile-tech {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-tech {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.kholaprofile-tech {
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .kholaprofile-tech {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-tech {
    padding: 0 75px;
  }
}
.kholaprofile-tech__title {
  font-size: 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 131%;
}
@media (min-width: 768px) {
  .kholaprofile-tech__title {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-tech__title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .kholaprofile-tech__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
.kholaprofile-tech__grid {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  gap: 30px;
}
@media (min-width: 768px) {
  .kholaprofile-tech__grid {
    gap: 5%;
  }
}
.kholaprofile-tech__category {
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 30px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 768px) {
  .kholaprofile-tech__category {
    min-width: 48%;
    padding: 20px 15px;
    max-width: 370px;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-tech__category {
    padding: 20px;
    max-width: 550px;
  }
}
@media (min-width: 1200px) {
  .kholaprofile-tech__category {
    padding: 25px 20px 40px;
  }
}
@media (min-width: 1440px) {
  .kholaprofile-tech__category {
    padding: 40px 40px 100px;
  }
}
.kholaprofile-tech__category--frameworks {
  background-color: #f5dad2;
}
.kholaprofile-tech__category--languages {
  background-color: #c7e7ff;
}
.kholaprofile-tech__category--ai {
  background-color: #e3ffee;
}
.kholaprofile-tech__category--databases {
  background-color: #daddff;
}
.kholaprofile-tech__category--api {
  background-color: #fff7cd;
}
.kholaprofile-tech__heading {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  text-align: center;
  align-items: center;
  height: 80px;
  color: #1c1c1c;
}
@media (min-width: 576px) {
  .kholaprofile-tech__heading {
    font-size: 24px;
    line-height: 38px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  .kholaprofile-tech__heading {
    font-size: 24px;
    line-height: 30px;
    height: 70px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-tech__heading {
    font-size: 40px;
    line-height: 50px;
    height: 130px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .kholaprofile-tech__heading {
    font-size: 48px;
    line-height: 60px;
  }
}
.kholaprofile-tech__icons {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  padding: 20px 10px;
  gap: 20px;
}
@media (min-width: 768px) {
  .kholaprofile-tech__icons {
    padding: 10px 0 0;
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-tech__icons {
    gap: 20px;
    padding: 10px;
  }
}
@media (min-width: 1440px) {
  .kholaprofile-tech__icons {
    padding: 20px 0;
  }
}
.kholaprofile-tech__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .kholaprofile-tech__item {
    width: 70px;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-tech__item {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .kholaprofile-tech__item {
    width: 100px;
  }
}
.kholaprofile-tech__item img {
  width: 42px;
  height: 40px;
}
@media (min-width: 768px) {
  .kholaprofile-tech__item img {
    margin-bottom: 1px;
    width: 57px;
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-tech__item img {
    width: 75px;
    height: 75px;
  }
}
.kholaprofile-tech__item--custom-icons {
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  width: 56px !important;
  height: 56px !important;
}
@media (min-width: 768px) {
  .kholaprofile-tech__item--custom-icons {
    width: 75px !important;
    height: 75px !important;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-tech__item--custom-icons {
    width: 100px !important;
    height: 100px !important;
  }
}
@media (min-width: 1200px) {
  .kholaprofile-tech__item--custom-icons {
    width: 100px !important;
    height: 100px !important;
  }
}
.kholaprofile-tech__item span {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  line-height: 14px;
}
@media (min-width: 768px) {
  .kholaprofile-tech__item span {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-tech__item span {
    font-size: 16px;
    line-height: 24px;
  }
}
.kholaprofile-book-consultation {
  max-width: 1382px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.kholaprofile-book-consultation__message {
  font-size: 27px;
  font-family: Montserrat, sans-serif;
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  line-height: 48px;
  color: #1c1c1c;
}
@media (min-width: 576px) {
  .kholaprofile-book-consultation__message {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 768px) {
  .kholaprofile-book-consultation__message {
    font-size: 60px;
    line-height: 80px;
    padding: 0 60px;
  }
}
@media (min-width: 1024px) {
  .kholaprofile-book-consultation__message {
    font-size: 72px;
    line-height: 88px;
    width: 100%;
    max-width: 1148px;
  }
}
@media (min-width: 1440px) {
  .kholaprofile-book-consultation__message {
    font-size: 84px;
    line-height: 100px;
    width: 100%;
    max-width: 1148px;
  }
}
.kholaprofile-book-consultation__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .kholaprofile-book-consultation__buttons {
    flex-direction: row;
  }
}
.kholaprofile-book-consultation__buttons--hirenow {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  background-color: #d1202d;
  border: 2px solid transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  width: 100%;
}
.kholaprofile-book-consultation__buttons--hirenow:hover {
  background-color: transparent;
  border: 2px solid #d1202d;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #d1202d;
  text-align: center;
}
@media (min-width: 1024px) {
  .kholaprofile-book-consultation__buttons--hirenow {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .kholaprofile-book-consultation__buttons--hirenow {
    width: 250px;
  }
}
.kholaprofile-book-consultation__buttons--consultation {
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  border: 0;
  background-color: transparent;
  border: 2px solid #d1202d;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #d1202d;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  white-space: nowrap;
}
.kholaprofile-book-consultation__buttons--consultation:hover {
  background-color: #d1202d;
  border: 2px solid transparent;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .kholaprofile-book-consultation__buttons--consultation {
    width: 330px;
  }
}
@media (min-width: 768px) {
  .kholaprofile-book-consultation__buttons--consultation {
    width: 250px;
  }
}
.career-page-hero .hero__section {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .career-page-hero .hero__section {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .career-page-hero .hero__section {
    margin-top: 75px;
  }
}
.career-page-hero .hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-FP7l3j0L.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .career-page-hero .hero__section .hero__container {
    height: 60vh;
  }
}
@media (min-width: 1024px) {
  .career-page-hero .hero__section .hero__container {
    height: 70vh;
  }
}
.career-page-hero .hero__section .hero__container .hero-text h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .career-page-hero .hero__section .hero__container .hero-text h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .career-page-hero .hero__section .hero__container .hero-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .career-page-hero .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (min-width: 1200px) {
  .career-page-hero .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
.career .career-page-header .header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .career .career-page-header .header {
    margin-bottom: 200px;
    padding: 0 100px;
  }
}
.career .career-page-header .header .main-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #d1202d;
  text-align: center;
}
@media (min-width: 1024px) {
  .career .career-page-header .header .main-heading {
    font-size: 22px;
    line-height: 28px;
  }
}
.career .career-page-header .header .sub-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .career .career-page-header .header .sub-heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
  }
}
.career .career-page-header .header .our-mission {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .career .career-page-header .header .our-mission {
    font-size: 20px;
    line-height: 24px;
  }
}
.career .career-page-header .header .need-assistance-text {
  margin-top: 5px;
  font-size: 14px;
  color: #333c;
  text-align: center;
}
@media (min-width: 1024px) {
  .career .career-page-header .header .need-assistance-text {
    margin-top: 10px;
    font-size: 20px;
  }
}
.career .career-page-header .header .need-assistance-contact {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .career .career-page-header .header .need-assistance-contact {
    font-size: 20px;
  }
}
.career .career-page-header .header .need-assistance-contact span {
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .career .career-page-header .header .need-assistance-contact span {
    line-height: 45px;
  }
}
.career .career-page-header .header .need-assistance-contact a {
  color: #d1202d;
}
.career .career-page-header .header .need-assistance-contact a:hover {
  text-decoration: underline;
}
.career .main-container-career {
  background-color: #fff1f2;
  padding-bottom: 30px;
}
.career .main-container-career .career-container .mobile-images {
  display: flex;
  justify-content: end;
  gap: 12px;
  margin-top: 150px;
  margin-bottom: -50px;
}
@media (min-width: 1024px) {
  .career .main-container-career .career-container .mobile-images {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.career
  .main-container-career
  .career-container
  .mobile-images
  .mobile-image-1 {
  top: -90px;
  position: relative;
  width: 120px;
  height: 160px;
}
@media (min-width: 1024px) {
  .career
    .main-container-career
    .career-container
    .mobile-images
    .mobile-image-1 {
    top: -130px;
    width: 240px;
    height: 320px;
  }
}
.career
  .main-container-career
  .career-container
  .mobile-images
  .mobile-image-2 {
  top: -125px;
  position: relative;
  width: 120px;
  height: 160px;
}
@media (min-width: 1024px) {
  .career
    .main-container-career
    .career-container
    .mobile-images
    .mobile-image-2 {
    top: -230px;
    width: 240px;
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .career .main-container-career .career-container .mobile-images {
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .career .main-container-career .career-container .mobile-images {
    display: none;
  }
}
.career .main-container-career .career-container .description .heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.25px;
  color: #201d1c;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .career .main-container-career .career-container .description .heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.career .main-container-career .career-container .description .details {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #333c;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .career .main-container-career .career-container .description .details {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 36px;
  }
}
.career .main-container-career .career-container .description .job-opening-btn {
  margin: auto;
}
@media (min-width: 1200px) {
  .career
    .main-container-career
    .career-container
    .description
    .job-opening-btn {
    margin: 0;
  }
}
.career .main-container-career .career-container .desktop-images {
  display: none;
}
@media (min-width: 1200px) {
  .career .main-container-career .career-container .desktop-images {
    display: flex;
    gap: 10px;
  }
  .career
    .main-container-career
    .career-container
    .desktop-images
    .desktop-image-2 {
    position: relative;
    top: -100px;
  }
  .career
    .main-container-career
    .career-container
    .desktop-images
    .desktop-image-1 {
    position: relative;
    top: -200px;
  }
}
@media (min-width: 1200px) {
  .career .main-container-career .career-container {
    display: flex;
    align-items: center;
    padding: 80px 0;
    gap: 160px;
  }
}
.career .job-opening-container {
  background: #f8f8f8;
  border: 1px solid #9a9a9a;
  border-radius: 10px;
  padding: 12px 10px;
}
@media (min-width: 1024px) {
  .career .job-opening-container {
    padding: 37px 46px;
    border: 1.19514px solid #9a9a9a;
    border-radius: 17.9272px;
    margin-bottom: 55px;
  }
}
.career .job-opening-container .job-type {
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 6px;
  background: #d1202d;
  border-radius: 8px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .career .job-opening-container .job-type {
    font-size: 16.732px;
    line-height: 25px;
    padding: 8px;
  }
}
.career .job-opening-container .job-role {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #201d1c;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .career .job-opening-container .job-role {
    font-size: 23.9029px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.career .job-opening-container .link {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
}
.career .job-opening-container .link .job-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
@media (min-width: 1024px) {
  .career .job-opening-container .link .job-link {
    gap: 12px;
  }
}
.career .job-opening-container .link .job-link .arrow-mobile {
  display: inline-block;
}
@media (min-width: 1024px) {
  .career .job-opening-container .link .job-link .arrow-mobile {
    display: none;
  }
}
.career .job-opening-container .link .job-link .arrow-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .career .job-opening-container .link .job-link .arrow-desktop {
    display: inline-block;
  }
}
.career .job-opening-container .link .job-link .learn-more-link {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #d1202d;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .career .job-opening-container .link .job-link .learn-more-link {
    font-weight: 700;
    font-size: 19.1223px;
    line-height: 29px;
  }
}
.career .job-opening-container .link .job-role {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #201d1c;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .career .job-opening-container .link .job-role {
    font-size: 23.9029px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
.career .job-opening-container .city {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #201d1c;
}
@media (min-width: 1024px) {
  .career .job-opening-container .city {
    font-weight: 400;
    font-size: 19.1223px;
    line-height: 29px;
  }
}
.career .about-job {
  margin-top: 50px;
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .career .about-job {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
.career .about-job .heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 49px;
  align-items: center;
  letter-spacing: -0.25px;
  color: #201d1c;
}
@media (min-width: 1024px) {
  .career .about-job .heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
  }
}
.career .about-job .text {
  font-size: 14px;
  line-height: 20px;
  width: 75%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .career .about-job .text {
    font-size: 20px;
    line-height: 30px;
  }
}
.career .job-searching {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .career .job-searching {
    flex-direction: row;
    justify-content: start;
    width: 60%;
    margin-bottom: 30px;
  }
}
.career .job-searching .career-category {
  width: 100%;
}
@media (min-width: 576px) {
  .career .job-searching .career-category {
    width: 30%;
  }
}
.career .job-searching .career-category .select {
  width: 100%;
  border-radius: 8px;
  border-color: var(--gray-color);
  padding: 10px;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.career .job-searching .career-search {
  width: 100%;
}
@media (min-width: 576px) {
  .career .job-searching .career-search {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .career .job-searching .career-search {
    width: 60%;
  }
}
.career .job-searching .career-search .input {
  width: 100%;
  border-radius: 8px;
  border-color: var(--gray-color);
  padding: 10px;
  height: 60px;
}
.career .job-listings {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.career .job-listings .job-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .career .job-listings .job-card {
    padding: 40px;
  }
}
.career .job-listings .job-card .job-details {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 60%;
  gap: 5px;
}
@media (min-width: 1024px) {
  .career .job-listings .job-card .job-details {
    width: 30%;
    gap: 10px;
  }
}
.career .job-listings .job-card .job-details .type {
  background-color: #d1202d;
  width: max-content;
  color: #fff;
  border-radius: 5px;
  padding: 6px;
  font-size: 10px;
  letter-spacing: 0.5px;
}
@media (min-width: 1024px) {
  .career .job-listings .job-card .job-details .type {
    font-size: 16px;
    padding: 8px;
  }
}
.career .job-listings .job-card .job-details .title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .career .job-listings .job-card .job-details .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
  }
}
.career .job-listings .job-card .job-details .lcoation {
  font-size: 16px;
  color: #626060;
}
.career .job-listings .job-card .job-posting {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  width: 35%;
  gap: 5px;
}
@media (min-width: 1024px) {
  .career .job-listings .job-card .job-posting {
    align-items: center;
    width: 30%;
    gap: 20px;
  }
}
.career .job-listings .job-card .job-posting .date {
  display: flex;
  align-items: center;
}
.career .job-listings .job-card .job-posting .date .icon {
  width: 15px;
  height: 15px;
}
@media (min-width: 1024px) {
  .career .job-listings .job-card .job-posting .date .icon {
    width: 25px;
    height: 25px;
  }
}
.career .job-listings .job-card .job-posting .date .apply-before {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .career .job-listings .job-card .job-posting .date .apply-before {
    font-size: 16px;
  }
}
.career .job-listings .job-card .job-posting .days {
  font-size: 12px;
  color: #d1202d;
}
@media (min-width: 1024px) {
  .career .job-listings .job-card .job-posting .days {
    font-size: 16px;
  }
}
.career .job-listings .job-card .job-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
@media (min-width: 1024px) {
  .career .job-listings .job-card .job-links {
    width: 30%;
    gap: 20px;
    align-items: end;
  }
}
.career .job-listings .job-card .job-links .job-detail {
  display: none;
}
@media (min-width: 1024px) {
  .career .job-listings .job-card .job-links .job-detail {
    display: block;
  }
}
.career .job-listings .job-card .job-links .job-details-link {
  display: flex;
  padding: 0 20px;
}
.career .job-listings .job-card .job-links .job-details-link .learn-more-link {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #d1202d;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .career
    .job-listings
    .job-card
    .job-links
    .job-details-link
    .learn-more-link {
    font-size: 16px;
  }
}
.career .seeMoreButton {
  display: flex;
  margin: 20px auto;
}
.career .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.career .link-btn {
  display: none;
}
@media (min-width: 1024px) {
  .career .link-btn {
    display: block;
    padding: 10px 30px;
    border: 2px solid #d1202d;
    border-radius: 9.94212px;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 11.9305px;
    line-height: 15px;
    color: #d1202d;
  }
  .career .link-btn:hover {
    color: #fff;
    background-color: #d1202d;
  }
}
.career #joblisting-2 {
  display: none;
}
.container22 {
  display: flex;
}
.column {
  flex: 1;
}
.column:last-child {
  border-right: none;
}
#applyButton {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: #0006;
}
.popup .popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.tabs {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.tablinks {
  background-color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: Montserrat;
}
.tablinks:hover {
  background-color: #ddd;
}
.tablinks.active {
  border-bottom: 2px solid #d1202d;
  color: #d1202d;
}
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.container {
  display: flex;
}
.career-page-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
@media (min-width: 768px) {
  .career-page-heading {
    flex-direction: row;
    justify-content: space-between;
  }
}
.career-page-heading .heading-wrapper {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .career-page-heading .heading-wrapper {
    width: 60%;
  }
}
.career-page-heading .heading-wrapper .icon {
  height: 50px;
  width: 50px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .career-page-heading .heading-wrapper .icon {
    height: 70px;
    width: 70px;
    margin-right: 20px;
  }
}
.career-page-heading .heading-wrapper .text-container .job-title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .career-page-heading .heading-wrapper .text-container .job-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.career-page-heading .heading-wrapper .text-container .job-type {
  background-color: #d1202d;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  padding: 3px 5px;
  width: max-content;
}
@media (min-width: 768px) {
  .career-page-heading .heading-wrapper .text-container .job-type {
    font-size: 16px;
    padding: 3px 5px;
  }
}
.career-page-heading .button-wrapper {
  display: flex;
  justify-content: end;
  width: 100%;
}
@media (min-width: 768px) {
  .career-page-heading .button-wrapper {
    width: 40%;
  }
}
.job-details-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
@media (min-width: 1024px) {
  .job-details-container {
    flex-direction: row;
  }
}
.job-details-container .left-column {
  width: 100%;
}
@media (min-width: 1024px) {
  .job-details-container .left-column {
    width: 65%;
  }
}
.job-details-container .left-column .job-content h1,
.job-details-container .left-column .job-content h2,
.job-details-container .left-column .job-content h3,
.job-details-container .left-column .job-content h4,
.job-details-container .left-column .job-content h5,
.job-details-container .left-column .job-content h6 {
  font-family: Montserrat, sans-serif;
}
.job-details-container .left-column .job-content ul,
.job-details-container .left-column .job-content li,
.job-details-container .left-column .job-content p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
}
@media (min-width: 1024px) {
  .job-details-container .left-column .job-content ul,
  .job-details-container .left-column .job-content li,
  .job-details-container .left-column .job-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
.job-details-container .left-column .job-content p strong {
  font-size: 25px;
  line-height: 40px;
}
.job-details-container .right-column {
  width: 100%;
}
@media (min-width: 1024px) {
  .job-details-container .right-column {
    width: 35%;
  }
}
.job-details-container .right-column .job-overview-box {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  padding: 20px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-overview-box {
    padding: 20px;
  }
}
.job-details-container .right-column .job-overview-box .package {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.job-details-container .right-column .job-overview-box .package .icon {
  width: 30px;
  height: 30px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-overview-box .package .icon {
    width: 40px;
    height: 40px;
  }
}
.job-details-container .right-column .job-overview-box .package .title {
  font-size: 12px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-overview-box .package .title {
    font-size: 16px;
  }
}
.job-details-container .right-column .job-overview-box .package .salary {
  font-size: 12px;
  color: #0ba02c;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-overview-box .package .salary {
    font-size: 16px;
  }
}
.job-details-container .right-column .job-overview-box .package .period {
  font-size: 12px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-overview-box .package .period {
    font-size: 16px;
  }
}
.job-details-container .right-column .job-overview-box .location {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.job-details-container .right-column .job-overview-box .location .icon {
  width: 30px;
  height: 30px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-overview-box .location .icon {
    width: 40px;
    height: 40px;
  }
}
.job-details-container .right-column .job-overview-box .location .title {
  font-size: 12px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-overview-box .location .title {
    font-size: 16px;
  }
}
.job-details-container .right-column .job-overview-box .location .place {
  color: #0ba02c;
  font-weight: 600;
  font-size: 12px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-overview-box .location .place {
    font-size: 16px;
  }
}
.job-details-container .right-column .job-detials-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  row-gap: 20px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-detials-box {
    padding: 20px;
  }
}
.job-details-container .right-column .job-detials-box .job-detials-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.job-details-container .right-column .job-detials-box .job-detials-item .icon {
  width: 25px;
  height: 25px;
}
@media (min-width: 576px) {
  .job-details-container
    .right-column
    .job-detials-box
    .job-detials-item
    .icon {
    width: 40px;
    height: 40px;
  }
}
.job-details-container
  .right-column
  .job-detials-box
  .job-detials-item
  .job-title {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 576px) {
  .job-details-container
    .right-column
    .job-detials-box
    .job-detials-item
    .job-title {
    font-size: 16px;
  }
}
.job-details-container
  .right-column
  .job-detials-box
  .job-detials-item
  .job-desc {
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .job-details-container
    .right-column
    .job-detials-box
    .job-detials-item
    .job-desc {
    font-size: 16px;
  }
}
.job-details-container .right-column .job-share-box {
  display: flex;
  flex-direction: column;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  padding: 10px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-share-box {
    padding: 20px;
  }
}
.job-details-container .right-column .job-share-box .box-title {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-share-box .box-title {
    font-size: 16px;
  }
}
.job-details-container .right-column .job-share-box .social-icons a .copy-icon {
  height: 30px;
}
@media (min-width: 576px) {
  .job-details-container
    .right-column
    .job-share-box
    .social-icons
    a
    .copy-icon {
    height: 40px;
  }
}
.job-details-container .right-column .job-share-box .social-icons a .icon {
  width: 25px;
  height: 30px;
}
@media (min-width: 576px) {
  .job-details-container .right-column .job-share-box .social-icons a .icon {
    width: 40px;
    height: 40px;
  }
}
.hidden {
  display: none;
}
.hero-section-banner {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .hero-section-banner {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .hero-section-banner {
    margin-top: 75px;
  }
}
.hero-section-banner__container {
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
}
@media (min-width: 768px) {
  .hero-section-banner__container {
    padding: 200px 30px;
  }
}
@media (min-width: 1024px) {
  .hero-section-banner__container {
    padding: 200px 30px;
  }
}
.hero-section-banner__container--grad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #33333340 30%, #d1202dcc);
  border-radius: 28px;
  z-index: 0;
}
.hero-section-banner__container--badge {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #ffffff;
  z-index: 10;
  margin-bottom: 16px;
}
.hero-section-banner__container--title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  z-index: 10;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero-section-banner__container--title {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .hero-section-banner__container--title {
    font-size: 60px;
    line-height: 72px;
  }
}
.hero-section-banner__container--description {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  z-index: 10;
  text-align: center;
}
@media (min-width: 768px) {
  .hero-section-banner__container--description {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .hero-section-banner__container--description {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-bg-container {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .about-bg-container {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .about-bg-container {
    margin-top: 75px;
  }
}
.about-bg-container .background-img {
  border-radius: 10px;
  width: 100%;
}
.gap-div {
  height: 0rem;
}
.about-page-header .header {
  display: flex;
  flex-direction: column;
}
.about-page-header .header .main-heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #d1202d;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .about-page-header .header .main-heading {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0.75rem;
  }
}
.about-page-header .header .sub-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
  width: 220px;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .about-page-header .header .sub-heading {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.07125rem;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 5rem;
  }
}
.about-header .header {
  display: flex;
  flex-direction: column;
}
.about-header .header .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
@media (min-width: 1024px) {
  .about-header .header .text {
    font-size: 20px;
    line-height: 28px;
  }
}
.about-header .header .sub-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  gap: 1rem;
}
@media (min-width: 576px) {
  .about-header .header .sub-container {
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .about-header .header .sub-container {
    gap: 6rem;
  }
}
.about-header .header .sub-container .tekbis-icon-logo {
  width: 100px;
  height: 100px;
}
@media (min-width: 1024px) {
  .about-header .header .sub-container .tekbis-icon-logo {
    width: 200px;
    height: 200px;
  }
}
.profile-btn-container {
  display: flex;
  justify-content: center;
  margin: 70px 0;
}
@media (min-width: 1024px) {
  .profile-btn-container {
    margin: 130px 0;
  }
}
.profile-btn-container .profile-btn {
  padding: 20px 32px;
  border-radius: 8px;
  background-color: var(--primary-color);
  color: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  display: flex;
}
.profile-btn-container .profile-btn .chevron {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  opacity: 0;
  animation: chevronMove 1.5s infinite ease-in-out;
}
.profile-btn-container .profile-btn .chevron:nth-child(1) {
  animation-delay: 0s;
}
.profile-btn-container .profile-btn .chevron:nth-child(2) {
  animation-delay: 0.3s;
}
.profile-btn-container .profile-btn .chevron:nth-child(3) {
  animation-delay: 0.6s;
}
@keyframes chevronMove {
  0% {
    transform: translate(0);
    opacity: 0;
  }
  50% {
    transform: translate(5px);
    opacity: 1;
  }
  to {
    transform: translate(10px);
    opacity: 0;
  }
}
.about-page-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 20px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/about-us/banner-image.webp);
  width: 100%;
  height: 186px;
}
@media (min-width: 1024px) {
  .about-page-banner {
    margin: 130px 0;
    height: 300px;
  }
}
.about-page-banner .banner-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 25px;
  text-align: center;
}
@media (min-width: 475px) {
  .about-page-banner .banner-text {
    padding: 0 10px;
  }
}
.about-page-banner .banner-text .banner-head {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #d1202d;
}
@media (min-width: 1024px) {
  .about-page-banner .banner-text .banner-head {
    font-size: 22px;
    line-height: 24px;
  }
}
.about-page-banner .banner-text .banner-text-desc {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1.14px;
  color: #fff;
}
@media (min-width: 1024px) {
  .about-page-banner .banner-text .banner-text-desc {
    font-size: 30px;
    line-height: 48px;
  }
}
.about-page-banner .banner-text .horizontal-line {
  border: 2px solid #d1202d;
  width: auto;
}
@media (min-width: 1024px) {
  .about-page-banner .banner-text .horizontal-line {
    border: 4px solid #d1202d;
    width: auto;
  }
}
.about-page-sub-details .sub-detail {
  display: none;
}
@media (min-width: 1024px) {
  .about-page-sub-details .sub-detail {
    margin: 8rem 0;
    display: block;
    background-color: #fff1f2;
    display: flex;
    gap: 44px;
    align-items: center;
    padding: 5rem;
  }
  .about-page-sub-details .sub-detail .our-mission-image {
    width: 33%;
  }
  .about-page-sub-details .sub-detail .mission-details .heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #d1202d;
    margin-bottom: 0.5rem;
  }
  .about-page-sub-details .sub-detail .mission-details h1,
  .about-page-sub-details .sub-detail .mission-details .mission-details-text {
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    display: flex;
    letter-spacing: -1.13421px;
    color: #1c1c1c;
    margin-bottom: 1.5rem;
  }
  .about-page-sub-details .sub-detail .mission-details p {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    text-align: justify;
    letter-spacing: 0.198985px;
    color: #333c;
  }
}
.about-page-sub-details .sub-detail-mobile {
  background-color: #fff1f2;
  padding: 30px 0;
  margin: 20px 0 40px;
}
.about-page-sub-details .sub-detail-mobile .heading {
  text-align: center;
}
.about-page-sub-details .sub-detail-mobile .heading p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #d1202d;
  margin-bottom: 0.5rem;
}
.about-page-sub-details .sub-detail-mobile .heading h1,
.about-page-sub-details .sub-detail-mobile .heading .sub-detail-mobile-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .about-page-sub-details .sub-detail-mobile .heading h1,
  .about-page-sub-details .sub-detail-mobile .heading .sub-detail-mobile-text {
    font-size: 24px;
    line-height: 28px;
  }
}
.about-page-sub-details .sub-detail-mobile .content-our-mission {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 768px) {
  .about-page-sub-details .sub-detail-mobile .content-our-mission {
    font-size: 14px;
    line-height: 20px;
  }
}
.about-page-sub-details .sub-detail-mobile .about-mobile-image {
  max-width: 70%;
  margin: auto;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .about-page-sub-details .sub-detail-mobile .about-mobile-image {
    max-width: 33%;
  }
}
@media (min-width: 1024px) {
  .about-page-sub-details .sub-detail-mobile {
    display: none;
  }
}
.banner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 50px auto;
  background-image: linear-gradient(
    to top,
    #d1202d 50%,
    #df1625bb 60%,
    #ff001324 73%
  );
  border-radius: 20px;
}
@media (min-width: 475px) {
  .banner-wrapper {
    gap: 2.5%;
    width: 80%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .banner-wrapper {
    background-image: linear-gradient(
      to top,
      #d1202d 40%,
      #df1625bb,
      #ff001324 60%
    );
    margin-top: 65px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .banner-wrapper {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
@media (min-width: 920px) {
  .banner-wrapper {
    width: 100%;
    flex-direction: row;
    background-image: linear-gradient(
      to left,
      #d1202d 50%,
      #df1625bb,
      #ff001324 72%
    );
  }
}
@media (min-width: 1024px) {
  .banner-wrapper {
    margin: 130px auto;
  }
}
.banner-wrapper .image {
  width: 100%;
  z-index: -1;
}
@media (min-width: 920px) {
  .banner-wrapper .image {
    width: 50%;
  }
}
.banner-wrapper .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  row-gap: 20px;
  width: 80%;
  padding: 20px 0 50px;
}
@media (min-width: 576px) {
  .banner-wrapper .text-container {
    padding: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .banner-wrapper .text-container {
    row-gap: 30px;
    padding: 50px 0;
  }
}
@media (min-width: 920px) {
  .banner-wrapper .text-container {
    padding: unset;
    width: 40%;
  }
}
.banner-wrapper .text-container .main-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1.14px;
  color: #fff;
}
@media (min-width: 920px) {
  .banner-wrapper .text-container .main-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner-wrapper .text-container .main-text {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #fff;
}
@media (min-width: 920px) {
  .banner-wrapper .text-container .main-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.mbl-dev-crumbs {
  padding-top: 100px;
}
.contact-us-hero {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/contact-us-page/contactus-herobg.webp);
  background-position: bot center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1024px) {
  .contact-us-hero {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.contact-us-hero__wrapper .contact-scroll-anchor {
  position: relative;
  top: -300px;
  height: 1px;
}
.contact-us-hero__wrapper .contact-form-section {
  margin-top: -300px;
}
.contact-us-hero__wrapper--desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/contact-us-page/hero-description-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 30px;
  gap: 20px;
  border-radius: 32px;
}
@media (min-width: 1200px) {
  .contact-us-hero__wrapper--desc {
    padding: 110px 30px;
  }
}
.contact-us-hero__wrapper--desc-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #fff !important;
  text-align: center;
}
@media (min-width: 1024px) {
  .contact-us-hero__wrapper--desc-heading {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 1200px) {
  .contact-us-hero__wrapper--desc-heading {
    font-size: 48px;
    line-height: 64px;
  }
}
@media (min-width: 1440px) {
  .contact-us-hero__wrapper--desc-heading {
    font-size: 60px;
    line-height: 84px;
  }
}
.contact-us-hero__wrapper--desc-heading span {
  color: #d1202d;
}
.contact-us-hero__wrapper--desc-text {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .contact-us-hero__wrapper--desc-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.contact-us-hero__wrapper--desc a {
  text-align: center;
  padding: 14px 0;
}
@media (min-width: 768px) {
  .contact-us-hero__wrapper--desc a {
    padding: 16px;
    width: 250px;
  }
}
.contact-us-brands {
  padding: 65px 0 60px;
}
.contact-us-brands__wrapper {
  overflow: hidden;
}
.contact-us-brands__wrapper--txts {
  margin-bottom: 32px;
}
.contact-us-brands__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us-brands__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .contact-us-brands__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.contact-us-brands__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.contact-us-brands__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.contact-us-brands__wrapper--cardswraper {
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .contact-us-brands__wrapper--cardswraper {
    flex-direction: row;
  }
}
.contact-us-brands__wrapper--cardswraper-card {
  width: 100%;
  background-color: #f9f9f9;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .contact-us-brands__wrapper--cardswraper-card {
    width: 49%;
  }
}
.contact-us-brands__wrapper--cardswraper-cardimg {
  width: 66px;
  height: 66px;
}
.contact-us-brands__wrapper--cardswraper-cardcity {
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 44px;
  color: #1c1c1c;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .contact-us-brands__wrapper--cardswraper-cardcity {
    font-size: 28px;
    margin-bottom: 16px;
    line-height: 36px;
  }
}
@media (min-width: 1024px) {
  .contact-us-brands__wrapper--cardswraper-cardcity {
    font-size: 28px;
    line-height: 36px;
  }
}
.contact-us-brands__wrapper--cardswraper-carddetail {
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: left;
}
.contact-us-brands__wrapper--cardswraper-carddetail a {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
}
@media (min-width: 1200px) {
  .contact-us-brands__wrapper--cardswraper-carddetail a {
    width: 85%;
  }
}
.contact-us-brands__wrapper--cardswraper-carddetail p {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
}
@media (min-width: 1200px) {
  .contact-us-brands__wrapper--cardswraper-carddetail p {
    width: 85%;
  }
}
@media (min-width: 1200px) {
  .contact-us-brands__wrapper--cardswraper-carddetail .american-address {
    width: 95% !important;
  }
}
.contact-us-brands__wrapper--cardswraper-carddetail img {
  width: 24px;
  height: 24px;
}
.contact-us-mapsection {
  margin-top: 30px;
}
.contact-us-formimport {
  margin-top: 70px;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/contact-us-page/contact-us-formbg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-us-customers {
  background-color: #f3f3f3;
  padding: 24px 0;
}
.contact-us-customers__wrapper {
  overflow: hidden;
}
.contact-us-customers__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us-customers__wrapper--txts-heading {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .contact-us-customers__wrapper--txts-heading {
    font-size: 42px;
    line-height: 50px;
  }
}
.contact-us-customers__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.contact-us-customers__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
  padding: 0;
}
.contact-us-customers__wrapper--client-slider {
  margin: 30px auto 0;
  overflow: hidden;
}
.contact-us-customers__wrapper--client-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.contact-us-customers__wrapper--client-slider
  .swiper-container
  .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.contact-us-customers__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 18px 24px;
  margin-left: -2px;
}
.contact-us-customers__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-us-customers__wrapper--client-slider
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    .content-container {
    width: 100%;
  }
}
.contact-us-customers__wrapper--client-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .content-container
  img {
  width: 100%;
}
.contact-us-customers__wrapper--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
}
.contact-us-customers__wrapper--cta-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #626060;
  margin-bottom: 10px;
}
.contact-us-customers__wrapper--cta .btn-primary {
  padding-top: 14px;
  padding-bottom: 14px;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us-customers__wrapper--cta .btn-primary {
    width: max-content;
    padding: 16px 24px;
  }
}
.contact-us-growth {
  background-color: #ffd5d880;
  padding: 60px 0;
  margin-top: 32px;
}
.contact-us-growth__wrapper {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/mobile-development-images/growth-sec-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  padding: 38px 14px;
}
@media (min-width: 1440px) {
  .contact-us-growth__wrapper {
    width: 85%;
    padding: 40px 50px;
  }
}
.contact-us-growth__wrapper--txts {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #ffffff59;
  border-radius: 16px;
  padding: 40px 24px;
}
.contact-us-growth__wrapper--txts-img {
  position: absolute;
  width: 200px;
  top: -150px;
}
@media (min-width: 768px) {
  .contact-us-growth__wrapper--txts-img {
    top: -60px;
    right: -20px;
    width: 175px;
    height: 115px;
  }
}
@media (min-width: 1024px) {
  .contact-us-growth__wrapper--txts-img {
    top: -100px;
    right: -40px;
    width: 270px;
    height: 175px;
  }
}
@media (min-width: 1200px) {
  .contact-us-growth__wrapper--txts-img {
    top: -120px;
    right: -60px;
    width: 320px;
    height: 200px;
  }
}
@media (min-width: 1440px) {
  .contact-us-growth__wrapper--txts-img {
    top: -150px;
    right: -80px;
    width: 350px;
    height: 230px;
  }
}
.contact-us-growth__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us-growth__wrapper--txts-heading {
    font-size: 22px;
    line-height: 33px;
  }
}
@media (min-width: 1024px) {
  .contact-us-growth__wrapper--txts-heading {
    font-size: 36px;
    line-height: 44px;
  }
}
.contact-us-growth__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .contact-us-growth__wrapper--txts-desc {
    font-size: 22px;
    line-height: 33px;
  }
}
.contact-us-growth__wrapper--txts-tip {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 1024px) {
  .contact-us-growth__wrapper--txts-tip {
    padding: 0 120px;
  }
}
.contact-us-growth__wrapper--txts-btn {
  display: inline-block;
  width: 100%;
  color: #282828;
  padding: 16px 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-us-growth__wrapper--txts-btn {
    width: max-content;
    padding: 16px 24px;
  }
}
.hero-privacy-policy .hero__section {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .hero-privacy-policy .hero__section {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .hero-privacy-policy .hero__section {
    margin-top: 75px;
  }
}
.hero-privacy-policy .hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-DkponQh2.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-privacy-policy .hero__section .hero__container {
    height: 60vh;
  }
}
@media (min-width: 1024px) {
  .hero-privacy-policy .hero__section .hero__container {
    height: 70vh;
  }
}
.hero-privacy-policy .hero__section .hero__container .hero-text h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .hero-privacy-policy .hero__section .hero__container .hero-text h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .hero-privacy-policy .hero__section .hero__container .hero-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .hero-privacy-policy .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (min-width: 1200px) {
  .hero-privacy-policy .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
.privacy-policy-section p,
.privacy-policy-section a,
.privacy-policy-section li {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .privacy-policy-section p,
  .privacy-policy-section a,
  .privacy-policy-section li {
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.199419px;
    color: #333c;
  }
}
.privacy-policy-section ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
}
.privacy-policy-section ol {
  padding-left: 12px;
}
.privacy-policy-section ol .data-type-1,
.privacy-policy-section ol .data-type-2,
.privacy-policy-section ol .data-type-3 {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333;
}
@media (min-width: 1024px) {
  .privacy-policy-section ol .data-type-1,
  .privacy-policy-section ol .data-type-2,
  .privacy-policy-section ol .data-type-3 {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
    color: #333;
  }
}
.privacy-policy-section .container {
  display: block;
  margin-bottom: 0.9rem;
}
@media (min-width: 1024px) {
  .privacy-policy-section .container {
    margin-bottom: 1.8rem;
  }
}
.privacy-policy-section h3 {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333;
  margin-bottom: 0.1rem;
}
@media (min-width: 1024px) {
  .privacy-policy-section h3 {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
    color: #333;
    margin-bottom: 0.2rem;
  }
}
.privacy-policy-section .service-description .main-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5rem;
  color: #d1202d;
  margin-bottom: 1.85rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .privacy-policy-section .service-description .main-heading {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.125rem;
    line-height: 3rem;
    letter-spacing: -1.13669px;
    color: #d1202d;
    margin-bottom: 2.9rem;
  }
}
.privacy-policy-section .service-description .privacy-policy-intro {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .privacy-policy-section .service-description .privacy-policy-intro {
    margin-bottom: 1rem;
  }
}
.privacy-policy-section .information-collection .sub-heading {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .privacy-policy-section .information-collection .sub-heading {
    margin-bottom: 1rem;
  }
}
.privacy-policy-section .information-collection .sub-heading {
  margin-top: 0.7rem;
}
@media (min-width: 1024px) {
  .privacy-policy-section .information-collection .sub-heading {
    margin-top: 1.5rem;
  }
}
.privacy-policy-section .information-collection .data-type {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333;
  text-align: justify;
  margin: 20px auto;
}
@media (min-width: 1024px) {
  .privacy-policy-section .information-collection .data-type {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
    color: #333;
    margin-bottom: 0.2rem;
  }
}
.hero-terms-and-condition .hero__section {
  margin-top: 68px;
}
@media (min-width: 576px) {
  .hero-terms-and-condition .hero__section {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .hero-terms-and-condition .hero__section {
    margin-top: 75px;
  }
}
.hero-terms-and-condition .hero__section .hero__container {
  height: 260px;
  background-image: url(/build/assets/hero-image-Csjg_-ZI.webp);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .hero-terms-and-condition .hero__section .hero__container {
    height: 60vh;
  }
}
@media (min-width: 1024px) {
  .hero-terms-and-condition .hero__section .hero__container {
    height: 70vh;
  }
}
.hero-terms-and-condition .hero__section .hero__container .hero-text h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-align: center;
}
@media (min-width: 576px) {
  .hero-terms-and-condition .hero__section .hero__container .hero-text h1 {
    font-size: 25px;
    line-height: 29px;
  }
}
@media (min-width: 768px) {
  .hero-terms-and-condition .hero__section .hero__container .hero-text h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .hero-terms-and-condition .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
@media (min-width: 1200px) {
  .hero-terms-and-condition .hero__section .hero__container .hero-text h1 {
    font-size: 50px;
    line-height: 61px;
  }
}
.terms-and-conditions-intro {
  margin-bottom: 1.2rem;
}
@media (min-width: 1024px) {
  .terms-and-conditions-intro {
    margin-bottom: 2.75rem;
  }
}
.terms-and-conditions-intro .main-heading {
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #d1202d;
  margin-bottom: 1.85rem;
  margin-top: 0.35rem;
}
@media (min-width: 1024px) {
  .terms-and-conditions-intro .main-heading {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 48px;
    letter-spacing: -1.13669px;
    margin-bottom: 3rem;
  }
}
.terms-and-conditions-intro p,
.terms-and-conditions p {
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .terms-and-conditions-intro p,
  .terms-and-conditions p {
    margin-bottom: 1.5rem;
  }
}
.terms-and-conditions-intro p,
.terms-and-conditions p {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .terms-and-conditions-intro p,
  .terms-and-conditions p {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
  }
}
.terms-and-conditions .terms-and-conditions-detail {
  margin-bottom: 1.2rem;
}
@media (min-width: 1024px) {
  .terms-and-conditions .terms-and-conditions-detail {
    margin-bottom: 2.75rem;
  }
}
.terms-and-conditions .terms-and-conditions-detail ul li {
  list-style-position: inside;
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .terms-and-conditions .terms-and-conditions-detail ul li {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
  }
}
.terms-and-conditions .terms-and-conditions-detail h2 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .terms-and-conditions .terms-and-conditions-detail h2 {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
  }
}
.terms-and-conditions .terms-and-conditions-detail h2 {
  font-weight: 700;
  color: #333;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .terms-and-conditions .terms-and-conditions-detail h2 {
    margin-bottom: 1.5rem;
  }
}
.terms-and-conditions .terms-and-conditions-detail a {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  color: #333c;
}
@media (min-width: 1024px) {
  .terms-and-conditions .terms-and-conditions-detail a {
    font-size: 20px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.199419px;
  }
}
.blogs-main-section {
  padding-top: 40px;
  padding-bottom: 80px;
  overflow-x: hidden;
}
.blogs-main-section .blogs-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}
@media (min-width: 1024px) {
  .blogs-main-section .blogs-layout {
    grid-template-columns: 1fr 350px;
    place-items: baseline;
  }
}
.blogs-main-section .blogs-layout .blogs-content-side {
  width: 100%;
}
.page-heading {
  margin-bottom: 32px;
}
.page-heading .header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .page-heading .header {
    flex-direction: column;
    align-items: start;
    text-align: center;
    gap: 15px;
  }
  .page-heading .header .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.page-heading .header .left-side {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .page-heading .header .left-side {
    max-width: 48%;
  }
}
.page-heading .header .left-side h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .page-heading .header .left-side h2 {
    text-align: left;
  }
}
.page-heading .header .left-side .heading-line {
  width: 60px;
  height: 4px;
  background: #d1202d;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .page-heading .header .left-side .heading-line {
    display: none;
  }
}
.page-heading .header .right-side {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .page-heading .header .right-side {
    max-width: 48%;
  }
}
.page-heading .header .right-side .header-search {
  position: relative;
  width: 100%;
}
.page-heading .header .right-side .header-search i,
.page-heading .header .right-side .header-search svg,
.page-heading .header .right-side .header-search .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.page-heading .header .right-side .header-search input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}
.page-heading .header .right-side .header-search input:focus {
  border-color: #d1202d;
}
.mobile-search-container {
  margin-bottom: 25px;
  width: 100%;
  padding: 0 5px;
}
.mobile-search-container .header-search {
  position: relative;
  width: 100%;
}
.mobile-search-container .header-search i,
.mobile-search-container .header-search svg,
.mobile-search-container .header-search .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.mobile-search-container .header-search input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  background: #f8f9fa;
  border: 1px solid #eee;
  border-radius: 12px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}
.mobile-search-container .header-search input:focus {
  border-color: #d1202d;
}
.sidebar-widget {
  background: #fff;
  border-radius: 20px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .sidebar-widget {
    padding: 16px;
    box-shadow: none !important;
    border: 1px solid #f3f3f3;
  }
}
.sidebar-widget h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .sidebar-widget h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
  }
}
.sidebar-widget .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-widget .category-list li {
  padding: 12px 20px;
  border-radius: 12px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #555;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
.sidebar-widget .category-list li:hover {
  background: #fdf2f2;
  color: #d1202d;
}
.sidebar-widget .category-list li.active {
  background: #fdf2f2;
  color: #d1202d;
  font-weight: 600;
  border-left: 3px solid #d1202d;
}
.sidebar-widget .cta-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-align: center;
}
.sidebar-widget .cta-card h3 {
  margin-bottom: 15px;
}
.sidebar-widget .cta-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.sidebar-widget .cta-card .btn-cta {
  display: block;
  width: 100%;
  padding: 15px;
  background: #d1202d;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  transition:
    transform 0.3s,
    background 0.3s;
}
.sidebar-widget .cta-card .btn-cta:hover {
  background: #a51923;
  transform: translateY(-2px);
}
.sidebar-widget.cta-white-bg {
  padding: 12px;
  background-color: #f9f9f9;
}
.sidebar-widget .cta-widget {
  background: #fdf2f2;
  border-radius: 16px;
}
.sidebar-widget.mobile-categories-only {
  margin-bottom: 30px;
  padding-right: 0;
}
.sidebar-widget.mobile-categories-only .category-list {
  display: flex !important;
  flex-direction: row;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 15px;
  gap: 12px;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.sidebar-widget.mobile-categories-only .category-list::-webkit-scrollbar {
  display: none;
}
.sidebar-widget.mobile-categories-only .category-list li {
  white-space: nowrap;
  padding: 12px 24px;
  flex: 0 0 auto;
  background: #f9f9f9;
  color: #686868;
  border-left: 3px solid #d1202d;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: none !important;
}
.sidebar-widget.mobile-categories-only .category-list li.active {
  background: #fff9fa !important;
  color: #d1202d !important;
  font-weight: 700;
}
.sidebar-widget.mobile-categories-only .category-list li .indicator {
  display: none;
}
.sidebar-widget.mobile-cta-only {
  margin-top: 40px;
  margin-bottom: 20px;
}
.blogs-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.show-mobile {
  display: block !important;
}
@media (min-width: 1024px) {
  .show-mobile {
    display: none !important;
  }
}
.hide-mobile {
  display: none !important;
}
@media (min-width: 1024px) {
  .hide-mobile {
    display: block !important;
  }
}
#dataContainer.loading {
  opacity: 0.5;
  pointer-events: none;
}
.pagination-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  padding-top: 30px;
}
.pagination-container .pagination {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.pagination-container .pagination button {
  flex: 0 0 auto;
  padding: 10px 0;
  border: none;
  background: transparent;
  color: #686868;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pagination-container .pagination button:hover:not(.disabled) {
  color: #d1202d;
}
.pagination-container .pagination button.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.pagination-container .pagination ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  flex-grow: 1;
}
.pagination-container .pagination ul a {
  text-decoration: none;
}
.pagination-container .pagination ul li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: transparent;
  color: #686868;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pagination-container .pagination ul li:hover:not(.active):not(.ellipsis) {
  background: #f8f9fa;
  color: #d1202d;
}
.pagination-container .pagination ul li.active {
  background: #fdf2f2;
  color: #d1202d;
  font-weight: 700;
}
.pagination-container .pagination ul li.ellipsis {
  border: none;
  background: transparent;
  cursor: default;
  width: auto;
  padding: 0 5px;
}
.blog-hero__section {
  padding-top: 80px;
}
@media (min-width: 1024px) {
  .blog-hero__section {
    padding-top: 80px;
  }
}
.blog-hero__section .blog-hero__container {
  min-height: max-content;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 40px 15px;
}
@media (min-width: 1200px) {
  .blog-hero__section .blog-hero__container {
    min-height: 200px;
  }
}
.blog-hero__section .blog-hero__container .hero-text {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.blog-hero__section .blog-hero__container .hero-text .hero-text-heading {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .blog-hero__section .blog-hero__container .hero-text .hero-text-heading {
    font-size: 48px;
    line-height: 100%;
  }
}
@media (min-width: 1024px) {
  .blog-hero__section .blog-hero__container .hero-text .hero-text-heading {
    font-size: 60px;
    line-height: 100%;
  }
}
.blog-hero__section .blog-hero__container .hero-text .blog-info {
  margin-top: 20px;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .blog-hero__section .blog-hero__container .hero-text .blog-info {
    flex-direction: row;
  }
}
.blog-hero__section .blog-hero__container .hero-text .blog-info .user {
  color: #1c1c1c;
  font-size: 16px;
  font-family: Lato, sans-serif;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px) {
  .blog-hero__section .blog-hero__container .hero-text .blog-info .user {
    font-size: 20px;
    line-height: 24px;
  }
}
.blog-hero__section .blog-hero__container .hero-text .blog-info .date {
  color: #fff;
  font-size: 16px;
  font-family: Lato, sans-serif;
  line-height: 0px;
  display: block;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .blog-hero__section .blog-hero__container .hero-text .blog-info .date {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
  }
}
.blog-hero__section
  .blog-hero__container
  .hero-text
  .blog-info
  .date
  .separator {
  display: none;
}
@media (min-width: 768px) {
  .blog-hero__section
    .blog-hero__container
    .hero-text
    .blog-info
    .date
    .separator {
    display: inline-block;
  }
}
.custom-hr {
  width: 100%;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent 0%,
    transparent 5%,
    black 50%,
    transparent 95%,
    transparent 100%
  );
  border-radius: 3px;
  margin: 40px auto 20px;
}
.main-container {
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .main-container .left-column {
    width: 65%;
  }
}
@media (min-width: 1200px) {
  .main-container .left-column {
    width: 70%;
  }
}
.main-container .left-column .blog-content p img {
  border-radius: 20px;
}
.main-container .left-column .blog-content ul li strong,
.main-container .left-column .blog-content ul li span {
  font-family: Lato, sans-serif;
}
.main-container .left-column .toc-mobile ul {
  list-style: none;
  padding-left: 0;
}
.main-container .left-column .toc-mobile ul li {
  margin: 5px 0;
}
.main-container .left-column .toc-mobile ul li a {
  text-decoration: none;
  color: #000;
  font-family: Lato, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.main-container .left-column .toc-mobile ul li a:hover {
  text-decoration: underline;
}
.main-container .left-column .toc-mobile ul li a .toc-text {
  width: 80%;
}
.main-container .left-column .toc-mobile ul li a.active {
  color: red;
  font-weight: 700;
}
.main-container .left-column .toc-mobile ul > li {
  padding-left: 6px;
}
.main-container .left-column .toc-mobile ul ul > li {
  padding-left: 12px;
}
.main-container .left-column .toc-mobile ul .toc-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #666;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.main-container .left-column .toc-mobile ul .toc-arrow.collapsed {
  transform: rotate(-90deg);
}
.main-container .left-column .toc-mobile ul .toc-arrow svg {
  width: 16px;
  height: 16px;
}
.main-container .left-column .toc-mobile ul .toc-children.collapsed {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.main-container .left-column .toc-mobile ul .toc-children {
  max-height: 1000px;
  transition: max-height 0.3s ease-in;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-container .left-column .toc-mobile {
    display: none;
  }
}
.main-container .left-column .toc-mobile .toc-children.collapsed {
  display: none;
}
.main-container .left-column .custom-hr-mobile {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .main-container .left-column .custom-hr-mobile {
    display: none;
  }
}
.main-container .left-column .related-blogs-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .main-container .left-column .related-blogs-desktop {
    display: block;
  }
}
.main-container .right-column {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-container .right-column {
    width: 30%;
    position: sticky;
    top: 80px;
    background-color: #fff;
    display: block;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .main-container .right-column {
    width: 25%;
  }
}
.main-container .right-column .horizontal-line {
  height: 1px;
  background-color: #6c7880;
  margin: 0;
}
.main-container .right-column .toc {
  display: none;
  padding: 24px 16px;
  border-radius: 16px;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  margin-bottom: 12px;
}
.main-container .right-column .toc .toc-heading {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: Lato, sans-serif;
  color: #626060;
}
@media (min-width: 1024px) {
  .main-container .right-column .toc {
    display: block;
  }
  .main-container .right-column .toc ul {
    list-style: none;
    padding-left: 0;
  }
  .main-container .right-column .toc ul li {
    margin: 5px 0;
  }
  .main-container .right-column .toc ul li a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    position: relative;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 12px;
    font-weight: 400;
    transition: 0.3s;
    font-size: 14px;
    line-height: 21px;
    color: #626060;
    font-family: Montserrat, sans-serif;
  }
  .main-container .right-column .toc ul li a:hover {
    text-decoration: underline;
  }
  .main-container .right-column .toc ul li a .toc-text {
    width: 80%;
  }
  .main-container .right-column .toc ul li a.active {
    font-weight: 500;
    color: #1c1c1c;
    background: #fdf2f2;
    border-left: 3px solid rgb(209, 32, 45);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
  }
  .main-container .right-column .toc ul li a.active .toc-text {
    width: 80%;
  }
  .main-container .right-column .toc ul li > li {
    padding-left: 6px;
  }
  .main-container .right-column .toc ul li ul > li {
    padding-left: 12px;
  }
  .main-container .right-column .toc ul li .toc-item {
    margin: 5px 0;
  }
  .main-container .right-column .toc ul li .toc-expand-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3px;
  }
  .main-container .right-column .toc ul li .toc-expand-container a {
    flex-grow: 1;
  }
  .main-container .right-column .toc ul li .toc-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #666;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .main-container .right-column .toc ul li .toc-arrow.collapsed {
    transform: rotate(-90deg);
  }
  .main-container .right-column .toc ul li .toc-arrow svg {
    width: 16px;
    height: 16px;
  }
  .main-container .right-column .toc ul li .toc-children.collapsed {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .main-container .right-column .toc ul li .toc-children {
    max-height: 1000px;
    transition: max-height 0.3s ease-in;
    overflow: hidden;
  }
}
.main-container .right-column .inline-image-social {
  height: 28px;
  width: 28px;
  display: inline-block;
}
.main-container .right-column .pro-hiring {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #f3f3f3;
  padding: 16px;
  gap: 5px;
}
@media (min-width: 1024px) {
  .main-container .right-column .pro-hiring {
    padding: 16px;
  }
}
.main-container .right-column .pro-hiring .profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
}
.main-container .right-column .pro-hiring .profile-card .image-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-container .right-column .pro-hiring .profile-card .image-container img {
  width: 90px;
  height: 90px;
}
.main-container .right-column .pro-hiring .profile-card .pro-detials {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 12px;
}
.main-container .right-column .pro-hiring .profile-card .pro-detials .pro-name {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-family: Lato, sans-serif;
  color: #1c1c1c;
  font-weight: 600;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .pro-designation {
  font-family: Lato, sans-serif;
  color: #626060;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  font-weight: 500;
}
.main-container .right-column .pro-hiring .profile-card .pro-detials .pro-exp {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #d1202d;
  font-weight: 600;
  font-family: Lato, sans-serif;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .progress-container {
  background: #faf9f8;
  margin-block: 16px;
  padding: 4px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  font-size: 14px;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .progress-container
  span {
  font-family: Lato, sans-serif;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .progress-container
  .success-rate {
  float: right;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .progress-container
  .progress-bar {
  background: #e0e0e0;
  border-radius: 5px;
  margin-top: 10px;
  height: 10px;
  width: 100%;
  position: relative;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .progress-container
  .progress-bar
  .progress-fill {
  background: #d1202d;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .experience-detail {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .experience-detail
  .experience-detail-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 12px;
  width: 100%;
  max-width: 48%;
  gap: 12px;
  background-color: #f9f9f9;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .experience-detail
  .experience-detail-card
  .experience-detail-innum {
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  font-weight: 700;
  font-family: Lato, sans-serif;
  color: #1c1c1c;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card
  .pro-detials
  .experience-detail
  .experience-detail-card
  .experience-detail-explanation {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  font-family: Lato, sans-serif;
  color: #626060;
}
.main-container .right-column .pro-hiring .profile-card-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main-container .right-column .pro-hiring .profile-card-buttons .btn-primary {
  padding: 9px 5px;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .main-container .right-column .pro-hiring .profile-card-buttons .btn-primary {
    font-size: 12px;
  }
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn {
  margin-top: 16px;
  width: 100%;
  transition: ease-in-out 0.3s;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn:hover {
  transition: ease-in-out 0.3s;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 12px 30px;
  border-radius: 10px;
  color: #fff;
  background-color: #d1202d;
  border: 2px solid transparent;
  transition: ease-in-out 0.3s;
  width: 100%;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container:hover {
  background-color: transparent;
  border: 2px solid #d1202d;
  transition: ease-in-out 0.3s;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container:hover
  span {
  color: #d1202d;
  transition: ease-in-out 0.3s;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container
  span {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .main-container
    .right-column
    .pro-hiring
    .profile-card-buttons
    .consultancy-btn
    .consultancy-container
    span {
    font-size: 12px;
  }
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container
  .tooltip {
  font-family: Lato, sans-serif;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  margin-top: 5px;
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0000001a;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.main-container
  .right-column
  .pro-hiring
  .profile-card-buttons
  .consultancy-btn
  .consultancy-container
  .tooltip.visible-tooltip {
  opacity: 1;
  visibility: visible;
}
.main-container .right-column .blog-detail-Social {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 24px;
}
.main-container .right-column .blog-detail-Social .blog-detail-Social-icons {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 6px;
}
.main-container
  .right-column
  .blog-detail-Social
  .blog-detail-Social-icons
  .blog-detail-Social-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
}
.main-container
  .right-column
  .blog-detail-Social
  .blog-detail-Social-icons
  .blog-detail-Social-icon
  img {
  width: 23px;
  height: 23px;
}
.main-container .right-column .gray-container {
  position: relative;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  max-width: 100%;
}
.main-container .right-column .gray-container .carousel-container {
  margin-right: 2px;
  overflow: hidden;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.main-container .right-column .gray-container .carousel-container .carousel {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}
.main-container
  .right-column
  .gray-container
  .carousel-container
  .carousel
  .carousel-item {
  flex: 0 0 100%;
  box-sizing: border-box;
  text-align: center;
  height: 100%;
}
.main-container
  .right-column
  .gray-container
  .carousel-container
  .carousel
  .carousel-item
  img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.main-container
  .right-column
  .gray-container
  .carousel-container
  .carousel
  .carousel-item
  p {
  font-family: Montserrat, sans-serif;
  color: var(--secondary-color);
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.17em;
  font-weight: 600;
}
.main-container .right-column .gray-container .carousel-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-evenly;
  width: 40%;
  max-width: 250px;
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #d1202d;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button.prev {
  padding-left: 5px;
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button.next {
  padding-right: 5px;
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-width: 2px;
  border-style: solid;
  transform: rotate(45deg);
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button.prev:before {
  border-top-color: #f2f2f2;
  border-right-color: #f2f2f2;
  border-bottom-color: #d1202d;
  border-left-color: #d1202d;
}
.main-container
  .right-column
  .gray-container
  .carousel-controls
  .carousel-button.next:before {
  border-top-color: #d1202d;
  border-right-color: #d1202d;
  border-bottom-color: #f2f2f2;
  border-left-color: #f2f2f2;
}
.main-container .right-column .related-blogs-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .main-container .right-column .related-blogs-mobile {
    display: none;
  }
}
.contact-banner {
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/blog-details/banner-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 16px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .contact-banner {
    padding: 36px 32px;
  }
}
.contact-banner__content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .contact-banner__content {
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
  }
}
@media (min-width: 768px) {
  .contact-banner__content--txt {
    width: 70%;
  }
}
.contact-banner__content--txt-heading {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-banner__content--txt-heading {
    font-size: 28px;
    line-height: 42px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .contact-banner__content--cta {
    width: max-content;
  }
}
.contact-banner__content--cta-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: max-content;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  padding: 10px 16px;
}
@media (min-width: 768px) {
  .contact-banner__content--cta-btn {
    padding: 16px 24px;
  }
}
.contact-banner__content--cta-btn span {
  height: 25px;
  align-self: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  color: #1c1c1c;
}
p {
  font-family: Lato, sans-serif;
  color: #626060;
}
.heroSection {
  background-size: cover;
  background-position: center;
  border-radius: 18.8905px;
  width: 100%;
  height: 296px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .heroSection {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .heroSection {
    border-radius: 12px;
    height: 660px;
    gap: 32px;
  }
}
.heroSection__heading1 {
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .heroSection__heading1 {
    font-size: 32px;
    line-height: 40px;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  .heroSection__heading1 {
    font-size: 42px;
    line-height: 56px;
  }
}
.heroSection__bodytext {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .heroSection__bodytext {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .heroSection__bodytext {
    font-size: 20px;
    line-height: 32px;
  }
}
.heroSection__callToact {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 10px 20px;
  background-color: #d1202d;
  color: #fff;
  margin-top: 10px;
  border-radius: 10px;
  transition: ease-in-out 0.5s;
}
.heroSection__callToact:hover {
  background-color: #fff;
  color: #d1202d;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  .heroSection__callToact {
    font-size: 20px;
    line-height: 24px;
    padding: 24px 56px;
    margin-top: 28px;
  }
}
.bread-crumbs-container {
  margin-bottom: 25px;
}
.contentsection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .contentsection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 45px 0;
  }
}
.contentsection__left {
  width: 100%;
}
@media (min-width: 768px) {
  .contentsection__left {
    width: 63%;
  }
}
@media (min-width: 1024px) {
  .contentsection__left {
    width: 66%;
  }
}
.contentsection__left--overview {
  margin-bottom: 20px;
}
.contentsection__left--overview .short-desc-heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .contentsection__left--overview .short-desc-heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.contentsection__left--overview .short-desc-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #626060;
}
@media (min-width: 768px) {
  .contentsection__left--overview .short-desc-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--overview .short-desc-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__left--overview-image {
  display: block;
}
.contentsection__left--overview-image img {
  width: 100%;
  display: block;
  margin: 20px 0;
  border-radius: 44px;
}
@media (min-width: 768px) {
  .contentsection__left--overview-image {
    display: none;
  }
}
.contentsection__left--description h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .contentsection__left--description h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--description h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.contentsection__left--description h2 {
  margin-top: 10px;
}
.contentsection__left--description h3 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .contentsection__left--description h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--description h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__left--description h3 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}
.contentsection__left--description h4 {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .contentsection__left--description h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--description h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__left--description h4 {
  font-family: Montserrat, sans-serif;
}
.contentsection__left--description p {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #201d1cb5;
}
@media (min-width: 768px) {
  .contentsection__left--description p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--description p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__left--description ul {
  list-style-position: inside;
  margin-bottom: 20px;
}
.contentsection__left--description ul li {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #201d1cb5;
}
@media (min-width: 768px) {
  .contentsection__left--description ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__left--description ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__left--description ul li {
  list-style: disc;
  margin-left: 35px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.contentsection__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .contentsection__right {
    width: 36%;
    gap: 32px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right {
    width: 32%;
    gap: 32px;
  }
}
.contentsection__right--img {
  display: none;
}
@media (min-width: 768px) {
  .contentsection__right--img {
    display: block;
    background-image: url(/build/assets/dynamic-page-main-image-bg-nAU-uR4l.svg);
    background-position: top;
    background-repeat: no-repeat;
  }
  .contentsection__right--img img {
    width: 95%;
    margin: 20px 0 0;
    border-radius: 44px;
  }
}
.contentsection__right .contact-us-formimport {
  border-radius: 24px;
}
.contentsection__right .wrapper {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .contentsection__right .wrapper {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .wrapper {
    margin: 0;
    padding: 0;
  }
}
.contentsection__right .contactFormnew__formwrapper {
  padding: 24px;
}
@media (min-width: 768px) {
  .contentsection__right .contactFormnew__formwrapper {
    padding: 16px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .contactFormnew__formwrapper {
    padding: 24px;
  }
}
.contentsection__right .contactFormnew__formwrapper--form {
  padding: 24px 16px;
}
.contentsection__right
  .contactFormnew__formwrapper--form-formselectiongroup
  .contactus-btn-group {
  gap: 10px;
}
.contentsection__right .contactFormnew__formwrapper--form-inputsMultiple {
  flex-direction: column;
}
.contentsection__right
  .contactFormnew__formwrapper--form-inputsMultiple
  .form-inputs {
  width: 100% !important;
}
.contentsection__right .contactForm {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .contentsection__right .contactForm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .contactForm {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.contentsection__right .contactForm__formwrapper {
  border-radius: 20px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .contentsection__right .contactForm__formwrapper {
    padding: 30px 10px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .contactForm__formwrapper {
    padding: 50px 20px;
  }
}
.contentsection__right .contactForm__formwrapper--heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .contentsection__right .contactForm__formwrapper--heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.contentsection__right .contactForm__formwrapper--heading {
  color: #fff;
  text-align: center;
  margin-bottom: unset;
}
.contentsection__right .contactForm__formwrapper--text {
  display: none;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .contentsection__right .contactForm__formwrapper--text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .contactForm__formwrapper--text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.contentsection__right .contactForm__formwrapper--text {
  text-align: left;
}
.contentsection__right .contactForm__formwrapper--form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contentsection__right .contactForm__formwrapper--form-formselectiongroup {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contentsection__right .contactForm__formwrapper--form-formselectiongroup p {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contentsection__right .contactForm__formwrapper--form-formselectiongroup p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__right .contactForm__formwrapper--form-formselectiongroup p {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contentsection__right .contactForm__formwrapper--form-formselectiongroup p {
  color: #fff;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  row-gap: 20px;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select {
  position: relative;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input {
  opacity: 0;
  display: none;
  position: relative;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label {
  background-color: #fff;
  color: #000;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:hover,
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:focus,
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:active {
  background-color: #fff;
  color: #000;
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  .button_select {
  margin: 0 0 0 -10px;
  padding: 7px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
}
@media (min-width: 768px) {
  .contentsection__right
    .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select
    .button_select {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__right
    .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select
    .button_select {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  .button_select {
  font-size: 12px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
}
@media (min-width: 768px) {
  .contentsection__right
    .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select
    .button_select {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right
    .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select
    .button_select {
    font-size: 14px !important;
  }
}
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  .button_select:hover,
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  .button_select:focus,
.contentsection__right
  .contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  .button_select:active {
  background-color: #fff;
  color: #000;
}
.contentsection__right .contactForm__formwrapper--form-form-inputs .form-inputs,
.contentsection__right .contactForm__formwrapper--form-inputsMultiple {
  flex-direction: column;
}
.contentsection__right
  .contactForm__formwrapper--form-inputsMultiple
  .form-inputs {
  width: 100%;
  flex-direction: row;
}
.contentsection__right
  .contactForm__formwrapper--form-inputsMultiple-checkbox-group {
  flex-direction: row !important;
}
.contentsection__right--subservices {
  border-radius: 16px;
  box-shadow: 0 4px 14px #00000038;
}
.contentsection__right--subservices p {
  border-radius: 16px 16px 0 0;
  padding: 24px 10px;
  text-align: center;
  background: #d1202d;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
}
@media (min-width: 768px) {
  .contentsection__right--subservices p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .contentsection__right--subservices p {
    font-size: 24px;
    line-height: 34px;
  }
}
.contentsection__right--subservices ul {
  list-style-position: inside;
  padding: 10px 20px;
}
.contentsection__right--subservices li {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #626060;
}
@media (min-width: 768px) {
  .contentsection__right--subservices li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contentsection__right--subservices li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.contentsection__right--subservices li {
  margin-bottom: 10px;
  font-family: Lato;
}
.quotationsection {
  background: url(/build/assets/dp-pattrened-bg-CmRX-a99.webp);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 325px;
  border-radius: 34px;
  padding: 0 20px;
  margin: 25px 0;
}
@media (min-width: 1024px) {
  .quotationsection {
    gap: 56px;
    width: 100%;
    height: 384px;
    padding: 0 350px;
    margin: 45px 0;
  }
}
.quotationsection__para {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #fff;
}
@media (min-width: 1024px) {
  .quotationsection__para {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.quotationsection__para {
  text-align: center;
}
@media (min-width: 1024px) {
  .quotationsection__para {
    font-size: 28px;
    line-height: 33px;
    color: #fff;
  }
}
.quotationsection__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  background-color: #fff;
  color: #000;
  border-radius: 32px;
  text-decoration: none;
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .quotationsection__btn {
    gap: 16px;
    padding: 16px 50px;
    font-size: 18px;
    line-height: 22px;
  }
}
.wcu {
  margin: 30px 0;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .wcu {
    margin: 80px 0;
    padding: 12px 0;
  }
}
@media (min-width: 1024px) {
  .wcu {
    margin: 90px 0;
    padding: 12px 0;
  }
}
.wcu__details--heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .wcu__details--heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.wcu__details--heading {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .wcu__details--heading {
    margin-bottom: 30px;
  }
}
.wcu__details--text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  color: #626060;
}
@media (min-width: 768px) {
  .wcu__details--text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .wcu__details--text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .wcu__details--text {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 40px;
    color: #626060;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .wcu__details--text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .wcu__details--text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
  }
}
.wcu__details--text {
  text-align: center;
}
@media (min-width: 1024px) {
  .wcu__details--heading {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
    color: #1c1c1c;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .wcu__details--heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
@media (min-width: 1024px) {
  .wcu__details--text {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: #787878;
    color: #626060;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .wcu__details--text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: #787878;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .wcu__details--text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: #787878;
  }
}
.wcu__services {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .wcu__services {
    display: grid;
    grid-template-columns: 2fr 2fr;
    column-gap: 5rem;
    row-gap: 2rem;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .wcu__services {
    grid-template-columns: 3fr 3fr 3fr;
    margin-top: 50px;
  }
}
.wcu__services--service-icon {
  width: 5rem;
  height: 5rem;
  margin-left: -10px;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.wcu__services--service-heading {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .wcu__services--service-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .wcu__services--service-heading {
    font-size: 24px;
    line-height: 34px;
  }
}
.wcu__services--service-heading {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .wcu__services--service-heading {
    margin-bottom: 15px;
  }
}
.wcu__services--service-detail {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #626060;
}
@media (min-width: 768px) {
  .wcu__services--service-detail {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .wcu__services--service-detail {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.wcu__buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .wcu__buttons {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .wcu__buttons {
    margin-top: 50px;
  }
}
.wcu__buttons--link {
  margin: 0 0.5rem;
  width: auto;
}
.faqsection {
  margin: 45px 0;
  padding: 30px 0;
  background: #f8f8f8;
}
@media (min-width: 768px) {
  .faqsection {
    padding: 45px 0;
  }
}
@media (min-width: 1024px) {
  .faqsection {
    padding: 90px 0;
  }
}
.faqsection__heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .faqsection__heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.faqsection__heading {
  text-align: center;
}
.faqsection .accordion__accitem--head-accordiontitle {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .faqsection .accordion__accitem--head-accordiontitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .faqsection .accordion__accitem--head-accordiontitle {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.faqsection .accordion__accitem--accontent {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .faqsection .accordion__accitem--accontent {
    padding-left: 25px;
  }
}
.faqsection .accordion__accitem--accontent-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  color: #626060;
}
@media (min-width: 768px) {
  .faqsection .accordion__accitem--accontent-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .faqsection .accordion__accitem--accontent-text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.faqsection .accordion__accitem--accontent-text {
  color: #201d1cb5;
  margin-top: 10px;
  font-family: Lato, sans-serif;
}
.ourclients {
  padding: 45px 0;
}
.ourclients h2 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .ourclients h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.ourclients h2 {
  text-align: center;
}
.ourclients .header-text {
  display: none;
}
.ourclients .our-clients__container {
  margin: 50px auto;
}
.latestblogs .blog-section-heading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .latestblogs .blog-section-heading {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1.14px;
  }
}
.latestblogs .blog-section-heading {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .latestblogs .blog-section-heading {
    margin-bottom: 50px;
  }
}
.contactForm {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .contactForm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .contactForm {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.contactForm__formwrapper {
  background-color: #1e1e1e;
  padding: 50px 20px;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 4px 10px #0003;
  color: #fff;
}
@media (min-width: 768px) {
  .contactForm__formwrapper {
    padding: 50px 30px;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper {
    padding: 100px 120px;
  }
}
.contactForm__formwrapper--heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--heading {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--heading {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.contactForm__formwrapper--heading {
  color: #fff;
  text-align: center;
}
.contactForm__formwrapper--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--text {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contactForm__formwrapper--text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .contactForm__formwrapper--text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .contactForm__formwrapper--text {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .contactForm__formwrapper--text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .contactForm__formwrapper--text {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 80px;
  }
}
.contactForm__formwrapper--form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contactForm__formwrapper--form input::placeholder,
.contactForm__formwrapper--form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form input::placeholder,
  .contactForm__formwrapper--form textarea::placeholder {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form input::placeholder,
  .contactForm__formwrapper--form textarea::placeholder {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form input::placeholder,
.contactForm__formwrapper--form textarea::placeholder {
  font-family: Montserrat, sans-serif !important;
}
.contactForm__formwrapper--form-formselectiongroup {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactForm__formwrapper--form-formselectiongroup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup p {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form-formselectiongroup p {
  color: #fff;
}
.contactForm__formwrapper--form-formselectiongroup .btn-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 2px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup .btn-group {
    row-gap: 20px;
    column-gap: 3px;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup .btn-group {
    column-gap: 5px;
  }
}
.contactForm__formwrapper--form-formselectiongroup .btn-group .select {
  position: relative;
}
.contactForm__formwrapper--form-formselectiongroup .btn-group .select input {
  position: relative;
  display: none;
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label {
  background-color: #fff;
  color: #000;
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:hover,
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:focus,
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:active {
  background-color: #fff;
  color: #000;
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton {
  display: block;
  padding: 7px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton {
  font-size: 12px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    font-size: 18px;
    padding: 12px 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    padding: 12px 20px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .contactForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton:hover {
  background-color: #494949;
  color: #fff;
}
.contactForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton:active {
  background-color: #fff;
  color: #000;
}
.contactForm__formwrapper--form-inputs {
  width: 100%;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-inputs {
    flex-direction: row;
  }
}
.contactForm__formwrapper--form-inputs .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-inputs .form-inputs {
    width: 100%;
  }
}
.contactForm__formwrapper--form-inputs .form-inputs input,
.contactForm__formwrapper--form-inputs .form-inputs textarea {
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 50px;
}
.contactForm__formwrapper--form-inputs .form-inputs input::placeholder,
.contactForm__formwrapper--form-inputs .form-inputs textarea::placeholder {
  color: #aaa;
}
.contactForm__formwrapper--form-inputs .form-inputs textarea {
  height: 150px;
}
.contactForm__formwrapper--form-inputs .form-inputs .error-message {
  display: none;
  color: #d1202d;
}
.contactForm__formwrapper--form-inputs.checkbox-group {
  display: flex;
  align-items: center;
}
.contactForm__formwrapper--form-inputs.checkbox-group input[type="checkbox"] {
  margin-right: 0.5rem;
}
.contactForm__formwrapper--form-inputs.checkbox-group label {
  font-size: 0.9rem;
  color: #aaa;
}
.contactForm__formwrapper--form-inputsMultiple {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-inputsMultiple {
    flex-direction: row;
  }
}
.contactForm__formwrapper--form-inputsMultiple .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-inputsMultiple .form-inputs {
    width: 50%;
  }
}
.contactForm__formwrapper--form-inputsMultiple .form-inputs input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 50px;
}
.contactForm__formwrapper--form-inputsMultiple .form-inputs input::placeholder {
  color: #aaa;
}
.contactForm__formwrapper--form-inputsMultiple
  .form-inputs
  .iti--allow-dropdown {
  width: 100%;
}
.contactForm__formwrapper--form-inputsMultiple .form-inputs #phone {
  padding-left: 50px;
  width: 100%;
}
.contactForm__formwrapper--form-inputsMultiple.checkbox-group {
  display: flex;
  align-items: center;
}
.contactForm__formwrapper--form-inputsMultiple.checkbox-group
  input[type="checkbox"] {
  margin-right: 0.5rem;
}
.contactForm__formwrapper--form-inputsMultiple.checkbox-group label {
  font-size: 0.9rem;
  color: #aaa;
}
.contactForm__formwrapper--form-inputsMultiple .iti__country-list {
  background-color: #1c1c1c;
}
.contactForm__formwrapper--form-checkbox-group {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form-checkbox-group {
    justify-content: start;
  }
}
.contactForm__formwrapper--form .btn-primary-submit {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm__formwrapper--form .btn-primary-submit {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form .btn-primary-submit {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form .btn-primary-submit {
  font-family: Montserrat, sans-serif;
  padding: 0.8rem;
  font-size: 1rem;
  background-color: #d1202d;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .contactForm__formwrapper--form .btn-primary-submit {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .contactForm__formwrapper--form .btn-primary-submit {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .contactForm__formwrapper--form .btn-primary-submit {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm__formwrapper--form .btn-primary-submit:hover {
  background-color: #e31616;
}
.contactForm-lightnew {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .contactForm-lightnew {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .contactForm-lightnew {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.contactForm-lightnew__formwrapper {
  border-radius: 8px;
  width: 100%;
  padding-inline: 10px;
  max-width: 870px;
  margin-inline: auto;
  color: #fff;
}
.contactForm-lightnew__formwrapper--heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactForm-lightnew__formwrapper--heading {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .contactForm-lightnew__formwrapper--heading {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.contactForm-lightnew__formwrapper--heading {
  color: #fff;
  text-align: center;
  margin-bottom: 24px !important;
}
.contactForm-lightnew__formwrapper--heading span {
  color: #d1202d;
}
.contactForm-lightnew__formwrapper--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactForm-lightnew__formwrapper--text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .contactForm-lightnew__formwrapper--text {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contactForm-lightnew__formwrapper--text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contactForm-lightnew__formwrapper--text {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .contactForm-lightnew__formwrapper--text {
    font-size: 24px;
  }
}
.contactForm-lightnew__formwrapper--form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 24px;
  padding: 50px 16px 16px;
  background-color: #f8f8f8 !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 2px 2px 22px #33333326;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .contactForm-lightnew__formwrapper--form {
    padding: 32px;
  }
}
.contactForm-lightnew__formwrapper--form-formselectiongroup {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm-lightnew__formwrapper--form-formselectiongroup {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm-lightnew__formwrapper--form-formselectiongroup {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm-lightnew__formwrapper--form-formselectiongroup h3 {
  font-size: 28px;
  font-family: Lato, sans-serif;
  line-height: 42px;
  color: #333;
  font-weight: 600 !important;
  text-align: center !important;
}
.contactForm-lightnew__formwrapper--form-formselectiongroup p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Lato, sans-serif;
  text-align: center;
  color: #666;
}
.contactForm-lightnew__formwrapper--form .form-inputs {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.contactForm-lightnew__formwrapper--form .form-inputs input,
.contactForm-lightnew__formwrapper--form .form-inputs textarea,
.contactForm-lightnew__formwrapper--form .form-inputs select {
  width: 100%;
  border: 1.5px solid #e6e6e6;
  border-radius: 10px;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  background-color: #fff;
  outline: none;
  background: transparent;
  transition: all 0.3s ease;
}
.contactForm-lightnew__formwrapper--form .form-inputs input::placeholder,
.contactForm-lightnew__formwrapper--form .form-inputs textarea::placeholder,
.contactForm-lightnew__formwrapper--form .form-inputs select::placeholder {
  color: #333;
}
.contactForm-lightnew__formwrapper--form .form-inputs input:focus,
.contactForm-lightnew__formwrapper--form .form-inputs textarea:focus,
.contactForm-lightnew__formwrapper--form .form-inputs select:focus {
  border: 1px solid #1c1c1c;
  outline: none;
}
.contactForm-lightnew__formwrapper--form .form-inputs select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/build/assets/contactus-select-icon-CfF4kMeZ.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  cursor: pointer;
  padding-right: 48px;
}
.contactForm-lightnew__formwrapper--form .form-inputs label {
  position: absolute;
  top: 50%;
  left: 16px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  font-family: Lato, sans-serif;
  color: #333;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  background: transparent;
  pointer-events: none;
}
.contactForm-lightnew__formwrapper--form .form-inputs label span {
  color: #d1202d;
}
.contactForm-lightnew__formwrapper--form .form-inputs textarea + label {
  top: 20px;
  transform: none;
}
.contactForm-lightnew__formwrapper--form
  .form-inputs
  textarea:is(:focus, :valid)
  + label {
  top: -10px;
  font-size: 16px;
  background-color: #f8f8f8 !important;
  color: #1c1c1c;
  padding: 0 6px;
}
.contactForm-lightnew__formwrapper--form
  .form-inputs
  input:is(:focus, :valid)
  + label,
.contactForm-lightnew__formwrapper--form .form-inputs select:focus + label {
  top: 0;
  font-size: 16px;
  background-color: #f8f8f8 !important;
  color: #1c1c1c;
  padding: 0 6px;
}
.contactForm-lightnew__formwrapper--form .form-inputs select.has-value + label {
  top: -8px;
  font-size: 16px;
  color: #d1202d;
  padding: 0 6px;
}
.contactForm-lightnew__formwrapper--form .form-inputs textarea {
  height: 150px;
  resize: none;
}
.contactForm-lightnew__formwrapper--form .form-inputs .error-message {
  display: none;
  color: #d1202d;
  margin-top: 4px;
  font-size: 13px;
}
.contactForm-lightnew__formwrapper--form .custom-multi-select {
  position: relative;
  width: 100%;
}
.contactForm-lightnew__formwrapper--form .custom-multi-select .select-display {
  width: 100%;
  border: 1.5px solid #e6e6e6;
  border-radius: 10px;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  background-color: #fff;
  outline: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
  background-image: url(/build/assets/contactus-select-icon-CfF4kMeZ.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
  min-height: 48px;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  .select-display:focus {
  border: 1px solid #d1202d;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  #service:has(option:checked:not(:disabled))
  + label {
  top: 0;
  font-size: 12px;
  color: #d1202d;
  padding: 0 4px;
  background-color: #f8f8f8 !important;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  .selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.contactForm-lightnew__formwrapper--form .custom-multi-select .selected-option {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  outline: none;
  color: #626060;
  border-radius: 6px;
  padding: 2px 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.contactForm-lightnew__formwrapper--form .custom-multi-select .remove-option {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  padding: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  .options-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 12px #0000001a;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  .options-dropdown.active {
  display: block;
}
.contactForm-lightnew__formwrapper--form .custom-multi-select .option-item {
  position: relative;
  padding: 10px 16px;
  background-color: #fff;
  color: #626060;
  cursor: pointer;
  transition: background-color 0.2s;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  .option-item
  .option-checkbox {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 3px;
  background: #fff;
  opacity: 0;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  .option-item:hover {
  background-color: #f5f5f5;
  color: #626060;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  .option-item:hover
  .option-checkbox {
  opacity: 1;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  .option-item.selected {
  background-color: #e6f2ff;
  color: #626060;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  .option-item.selected
  .option-checkbox {
  background-color: #d1202d;
  border-color: #d1202d;
  opacity: 1;
}
.contactForm-lightnew__formwrapper--form
  .custom-multi-select
  .option-item.selected
  .option-checkbox:after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.contactForm-lightnew__formwrapper--form-inputsMultiple {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .contactForm-lightnew__formwrapper--form-inputsMultiple {
    flex-direction: row;
  }
}
.contactForm-lightnew__formwrapper--form-inputsMultiple .form-inputs {
  width: 100%;
}
@media (min-width: 768px) {
  .contactForm-lightnew__formwrapper--form-inputsMultiple .form-inputs {
    width: 50%;
  }
}
.contactForm-lightnew__formwrapper--form-checkbox-group {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .contactForm-lightnew__formwrapper--form-checkbox-group {
    justify-content: flex-start;
  }
}
.contactForm-lightnew__formwrapper--form .btn-primary-submit {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactForm-lightnew__formwrapper--form .btn-primary-submit {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactForm-lightnew__formwrapper--form .btn-primary-submit {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactForm-lightnew__formwrapper--form .btn-primary-submit {
  font-family: Montserrat, sans-serif;
  padding: 0.8rem;
  font-size: 1rem;
  background-color: #d1202d;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.contactForm-lightnew__formwrapper--form .btn-primary-submit:hover {
  background-color: #ae1b25;
}
.contactForm-lightnew__formwrapper--form-tip {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
.contactus-lightnew-select {
  position: relative;
}
.contactus-lightnew-select input {
  display: none;
}
.contactus-lightnew-select__selectbutton {
  display: block;
  padding: 10px 20px;
  border-radius: 40px;
  border: 2px solid transparent;
  background: #fff3;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .contactus-lightnew-select__selectbutton {
    font-size: 14px;
  }
}
.contactus-lightnew-select__selectbutton:active {
  background-color: #fff;
  color: #000;
}
input:checked + .contactus-lightnew-select__selectbutton {
  background-color: #fff;
  color: #000;
}
.services-contactus {
  margin-top: 60px;
  padding: 60px 0;
  background-image: url(https://d1ybi42hallhsh.cloudfront.net/image/home-page/services-contactus-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.services-contactus__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1024px) {
  .services-contactus__wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: unset;
  }
}
.services-contactus__wrapper--txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .services-contactus__wrapper--txts {
    text-align: start;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .services-contactus__wrapper--txts {
    text-align: start;
    align-items: start;
    width: 52%;
  }
}
.services-contactus__wrapper--txts-heading {
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 42px;
  color: #333;
  font-weight: 400;
}
@media (min-width: 768px) {
  .services-contactus__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
  }
}
@media (min-width: 1024px) {
  .services-contactus__wrapper--txts-heading {
    font-size: 69px;
    line-height: 82px;
  }
}
.services-contactus__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 700;
}
.services-contactus__wrapper--txts-para {
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 42px;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .services-contactus__wrapper--txts-para {
    font-size: 28px;
    line-height: 42px;
  }
}
.services-contactus__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #1c1c1c;
}
.services-contactus__wrapper--formwrap {
  width: 100%;
}
@media (min-width: 768px) {
  .services-contactus__wrapper--formwrap {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .services-contactus__wrapper--formwrap {
    max-width: 43%;
  }
}
.services-contactus__wrapper--formwrap .contactForm-lightnew__formwrapper {
  width: 100%;
  padding-inline: 0px;
}
.services-contactus__wrapper--formwrap
  .contactForm-lightnew__formwrapper--form-inputsMultiple {
  flex-direction: column !important;
}
.services-contactus__wrapper--formwrap
  .contactForm-lightnew__formwrapper--form-inputsMultiple
  .form-inputs {
  width: 100% !important;
}
.services-contactus__wrapper--formwrap
  .contactForm-lightnew__formwrapper--form-div {
  width: 100%;
}
.contactFormnew {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .contactFormnew {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .contactFormnew {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.contactFormnew__formwrapper {
  border-radius: 8px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  color: #fff;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .contactFormnew__formwrapper {
    padding: 50px 30px;
  }
}
@media (min-width: 1024px) {
  .contactFormnew__formwrapper {
    padding: 100px 120px;
  }
}
.contactFormnew__formwrapper--heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactFormnew__formwrapper--heading {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .contactFormnew__formwrapper--heading {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.contactFormnew__formwrapper--heading {
  color: #fff;
  text-align: center;
  margin-bottom: 24px !important;
}
.contactFormnew__formwrapper--heading span {
  color: #d1202d;
}
.contactFormnew__formwrapper--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactFormnew__formwrapper--text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .contactFormnew__formwrapper--text {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.contactFormnew__formwrapper--text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contactFormnew__formwrapper--text {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .contactFormnew__formwrapper--text {
    font-size: 24px;
  }
}
.contactFormnew__formwrapper--form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 24px;
  padding: 16px;
  background: #ffffff0d;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px #0000004d;
  backdrop-filter: blur(10px) saturate(100%);
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .contactFormnew__formwrapper--form {
    padding: 32px;
  }
}
.contactFormnew__formwrapper--form-formselectiongroup {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contactFormnew__formwrapper--form-formselectiongroup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactFormnew__formwrapper--form-formselectiongroup p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactFormnew__formwrapper--form-formselectiongroup p {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactFormnew__formwrapper--form-formselectiongroup p {
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
}
.contactFormnew__formwrapper--form-formselectiongroup .contactus-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contactFormnew__formwrapper--form-formselectiongroup .contactus-btn-group {
    gap: 14px;
  }
}
@media (min-width: 1024px) {
  .contactFormnew__formwrapper--form-formselectiongroup .contactus-btn-group {
    gap: 18px;
  }
}
.contactFormnew__formwrapper--form-inputs,
.contactFormnew__formwrapper--form-inputs .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contactFormnew__formwrapper--form-inputs .form-inputs label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: Lato, sans-serif !important;
  color: #fff;
}
.contactFormnew__formwrapper--form-inputs .form-inputs input,
.contactFormnew__formwrapper--form-inputs .form-inputs textarea {
  padding: 12px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background-color: #ffffff1a;
  color: #9ca3af;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 50px;
}
.contactFormnew__formwrapper--form-inputs .form-inputs input::placeholder,
.contactFormnew__formwrapper--form-inputs .form-inputs textarea::placeholder {
  color: #9ca3af;
}
.contactFormnew__formwrapper--form-inputs .form-inputs textarea {
  height: 150px;
  resize: none;
}
.contactFormnew__formwrapper--form-inputs .form-inputs .error-message {
  display: none;
  color: #d1202d;
}
.contactFormnew__formwrapper--form-inputsMultiple {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .contactFormnew__formwrapper--form-inputsMultiple {
    flex-direction: row;
  }
}
.contactFormnew__formwrapper--form-inputsMultiple .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .contactFormnew__formwrapper--form-inputsMultiple .form-inputs {
    width: 50%;
  }
}
.contactFormnew__formwrapper--form-inputsMultiple .form-inputs label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  font-family: Lato, sans-serif !important;
  color: #fff;
}
.contactFormnew__formwrapper--form-inputsMultiple .form-inputs input {
  padding: 12px 16px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background-color: #ffffff1a;
  color: #9ca3af;
  font-family: Lato, sans-serif;
  font-size: 16px;
  width: 100%;
  height: 50px;
}
.contactFormnew__formwrapper--form-inputsMultiple
  .form-inputs
  input::placeholder {
  color: #9ca3af;
}
.contactFormnew__formwrapper--form-inputsMultiple
  .form-inputs
  .iti--allow-dropdown {
  width: 100%;
}
.contactFormnew__formwrapper--form-inputsMultiple .form-inputs #phone {
  padding-left: 50px;
  width: 100%;
}
.contactFormnew__formwrapper--form-checkbox-group {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .contactFormnew__formwrapper--form-checkbox-group {
    justify-content: flex-start;
  }
}
.contactFormnew__formwrapper--form .iti__country-list {
  background-color: #333;
}
.contactFormnew__formwrapper--form .iti__country-name,
.contactFormnew__formwrapper--form .iti__dial-code {
  color: #fff;
}
.contactFormnew__formwrapper--form .btn-primary-submit {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contactFormnew__formwrapper--form .btn-primary-submit {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .contactFormnew__formwrapper--form .btn-primary-submit {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.contactFormnew__formwrapper--form .btn-primary-submit {
  font-family: Montserrat, sans-serif;
  padding: 0.8rem;
  font-size: 1rem;
  background-color: #d1202d;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  width: 100%;
}
.contactFormnew__formwrapper--form .btn-primary-submit:hover {
  background-color: #ae1b25;
}
.contactus-select {
  position: relative;
}
.contactus-select input {
  display: none;
}
.contactus-select__selectbutton {
  display: block;
  padding: 10px 20px;
  border-radius: 40px;
  border: 2px solid transparent;
  background: #fff3;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 11px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 475px) {
  .contactus-select__selectbutton {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .contactus-select__selectbutton {
    font-size: 14px;
  }
}
.contactus-select__selectbutton:active {
  background-color: #fff;
  color: #000;
}
input:checked + .contactus-select__selectbutton {
  background-color: #fff;
  color: #000;
}
.contact-us-modal {
  display: none;
  position: fixed;
  z-index: 100000 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0009;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.contact-us-modal.active {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
}
.contact-us-modal__content {
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  width: 95%;
  max-width: 1120px;
  position: relative;
  box-shadow: 0 8px 24px #0003;
  animation: slideUp 0.3s ease;
}
@media (min-width: 768px) {
  .contact-us-modal__content {
    padding: 16px;
  }
}
.contact-us-modal__content--detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 55px;
  color: #fff;
  border-radius: 16px;
  background-color: #f8f8f8;
  padding: 12px;
}
@media (min-width: 768px) {
  .contact-us-modal__content--detail {
    padding: 5px 16px;
  }
}
@media (min-width: 1024px) {
  .contact-us-modal__content--detail {
    flex-direction: row;
  }
}
.contact-us-modal__content--detail-formwrap {
  width: 100%;
}
@media (min-width: 1024px) {
  .contact-us-modal__content--detail-formwrap {
    width: 48%;
  }
}
.contact-us-modal__content--detail-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-us-modal__content--detail-heading {
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #1c1c1c;
  text-align: center;
}
.contact-us-modal__content--detail-para {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #1c1c1c;
  text-align: center;
  margin-bottom: 8px;
}
.contact-us-modal__content--detail-div,
.contact-us-modal__content--detail-div .iti.iti--allow-dropdown {
  width: 100%;
}
.contact-us-modal__content--detail-div #phone {
  padding-left: 50px;
  width: 100%;
}
.contact-us-modal__content--detail-div .custom-multi-select-modal {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .custom-multi-select-modal-arrow-down {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .custom-multi-select-modal-arrow-down
  img {
  width: 14px;
  height: 8px;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .select-display-modal {
  width: 100%;
  border: 1.5px solid #e6e6e6;
  padding: 5px 16px;
  border-radius: 10px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #626060;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .select-display-modal:focus {
  border: 1.5px solid #d1202d;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .selected-options-modal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  background-color: #fff;
  align-items: center;
  width: 100%;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .selected-option-modal {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  outline: none;
  color: #626060;
  border-radius: 6px;
  padding: 2px 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .remove-option-modal {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #666;
  padding: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .options-dropdown-modal {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 12px #0000001a;
  z-index: 1001;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .options-dropdown-modal.active {
  display: block;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .option-item-modal {
  position: relative;
  padding: 5px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #626060;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .option-item-modal
  .option-checkbox {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 3px;
  background: #fff;
  opacity: 0;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .option-item-modal:hover {
  background-color: #f5f5f5;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .option-item-modal:hover
  .option-checkbox {
  opacity: 1;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .option-item-modal.selected {
  background-color: #e6f2ff;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .option-item-modal.selected
  .option-checkbox {
  background-color: #d1202d;
  border-color: #d1202d;
  opacity: 1;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .option-item-modal.selected
  .option-checkbox:after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.contact-us-modal__content--detail-div
  .custom-multi-select-modal
  .select-placeholder {
  font-family: Lato, sans-serif;
}
.contact-us-modal__content--detail-input {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #e6e6e6;
  padding: 8px 16px;
}
.contact-us-modal__content--detail-input::placeholder {
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #626060;
}
.contact-us-modal__content--detail-select {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #e6e6e6;
  padding: 8px 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
}
.contact-us-modal__content--detail-select:after {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
  background: #000;
}
.contact-us-modal__content--detail-select option {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #626060;
}
.contact-us-modal__content--detail-select option:hover {
  color: #fff;
  background-color: #d1202d;
}
.contact-us-modal__content--detail-msg {
  width: 100%;
  border-radius: 10px;
  border: 1.5px solid #e6e6e6;
  padding: 5px 16px;
  height: unset;
  resize: vertical;
}
.contact-us-modal__content--detail-msg::placeholder {
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #626060;
}
.contact-us-modal__content--detail .error-message {
  display: none;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #d1202d;
}
.contact-us-modal__content--detail-submit {
  display: inline-block;
  width: 100%;
  padding: 6px 16px;
}
.contact-us-modal__content--detail-tip {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #626060;
  text-align: center;
}
.contact-us-modal__content--detail-banner {
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .contact-us-modal__content--detail-banner {
    width: 48%;
    display: block;
  }
}
.contact-us-modal__content--detail-banner img {
  width: 100%;
  height: auto;
}
.contact-us-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
  color: #333;
}
.contact-us-modal__close:hover {
  color: red;
}
.contact-us-modal__close img {
  width: 20px;
  height: 20px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.iti__country-name {
  color: #1c1c1c;
}
.applicationForm {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .applicationForm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .applicationForm {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.applicationForm__formwrapper {
  background-color: #1e1e1e;
  padding: 50px 20px;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 4px 10px #0003;
  color: #fff;
}
@media (min-width: 768px) {
  .applicationForm__formwrapper {
    padding: 50px 30px;
  }
}
@media (min-width: 1024px) {
  .applicationForm__formwrapper {
    padding: 100px 120px;
  }
}
.applicationForm__formwrapper--heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .applicationForm__formwrapper--heading {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .applicationForm__formwrapper--heading {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.applicationForm__formwrapper--heading {
  color: #fff;
  text-align: center;
}
.applicationForm__formwrapper--form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.applicationForm__formwrapper--form input::placeholder,
.applicationForm__formwrapper--form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .applicationForm__formwrapper--form input::placeholder,
  .applicationForm__formwrapper--form textarea::placeholder {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .applicationForm__formwrapper--form input::placeholder,
  .applicationForm__formwrapper--form textarea::placeholder {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.applicationForm__formwrapper--form input::placeholder,
.applicationForm__formwrapper--form textarea::placeholder {
  font-family: Montserrat, sans-serif !important;
}
.applicationForm__formwrapper--form-inputs {
  width: 100%;
}
@media (min-width: 768px) {
  .applicationForm__formwrapper--form-inputs {
    flex-direction: row;
  }
}
.applicationForm__formwrapper--form-inputs input,
.applicationForm__formwrapper--form-inputs textarea {
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  width: 100%;
}
.applicationForm__formwrapper--form-inputs input::placeholder,
.applicationForm__formwrapper--form-inputs textarea::placeholder {
  color: #aaa;
}
.applicationForm__formwrapper--form-inputs input:hover,
.applicationForm__formwrapper--form-inputs input:active,
.applicationForm__formwrapper--form-inputs input:focus,
.applicationForm__formwrapper--form-inputs textarea:hover,
.applicationForm__formwrapper--form-inputs textarea:active,
.applicationForm__formwrapper--form-inputs textarea:focus {
  background-color: #000;
}
.applicationForm__formwrapper--form-inputs .error-message {
  display: none;
  color: #d1202d;
}
.applicationForm__formwrapper--form-inputs .form-file {
  position: relative;
  width: 100%;
  height: 150px;
  border: 2px dashed #9a9a9a;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.applicationForm__formwrapper--form-inputs .form-file:hover {
  background-color: #000;
}
.applicationForm__formwrapper--form-inputs .form-file img {
  max-width: 100px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.applicationForm__formwrapper--form-inputs .form-file input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.applicationForm__formwrapper--form-inputs .form-file span {
  font-size: 16px;
  color: #9a9a9a;
  margin-top: 10px;
}
.applicationForm__formwrapper--form-inputsMultiple {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .applicationForm__formwrapper--form-inputsMultiple {
    flex-direction: row;
  }
}
.applicationForm__formwrapper--form-inputsMultiple .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .applicationForm__formwrapper--form-inputsMultiple .form-inputs {
    width: 50%;
  }
}
.applicationForm__formwrapper--form-inputsMultiple .form-inputs input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 50px;
}
.applicationForm__formwrapper--form-inputsMultiple
  .form-inputs
  input::placeholder {
  color: #aaa;
}
.applicationForm__formwrapper--form-inputsMultiple .form-inputs input:hover,
.applicationForm__formwrapper--form-inputsMultiple .form-inputs input:active,
.applicationForm__formwrapper--form-inputsMultiple .form-inputs input:focus {
  background-color: #000;
}
.applicationForm__formwrapper--form-inputsMultiple
  .form-inputs
  .iti--allow-dropdown {
  width: 100%;
}
.applicationForm__formwrapper--form-inputsMultiple .form-inputs #phone {
  padding-left: 50px;
  width: 100%;
}
.applicationForm__formwrapper--form-inputsMultiple .iti__country-list {
  background-color: #1c1c1c;
}
.applicationForm__formwrapper--form button {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .applicationForm__formwrapper--form button {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .applicationForm__formwrapper--form button {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.applicationForm__formwrapper--form button {
  font-family: Montserrat, sans-serif;
  padding: 0.8rem;
  font-size: 1rem;
  background-color: #d1202d;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .applicationForm__formwrapper--form button {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .applicationForm__formwrapper--form button {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .applicationForm__formwrapper--form button {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.applicationForm__formwrapper--form button:hover {
  background-color: #e31616;
}
.hiring-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000b3;
  justify-content: center;
  align-items: center;
  z-index: 300;
}
.hiring-modal-overlay.active {
  display: flex;
}
.hiring-modal-container {
  border-radius: 18px;
  max-width: 95%;
  height: 70vh;
  position: relative;
  overflow: auto;
}
@media (min-width: 1024px) {
  .hiring-modal-container {
    max-width: 80%;
    height: 90vh;
  }
}
.hiring-modal-container::-webkit-scrollbar {
  width: 0px;
}
.hiring-modal-container .close-modal {
  position: absolute;
  top: 14px;
  right: 12px;
  background: none;
  border: 2px solid white;
  font-size: 14px;
  cursor: pointer;
  padding: 1.5px 5px 0;
  color: #fff;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .hiring-modal-container .close-modal {
    top: 20px;
    right: 20px;
    font-size: 24px;
    padding: 2px 7px 0 8px;
  }
}
.hiring-modal-container .modal-content {
  max-width: 100%;
  margin: 10px auto;
}
@media (min-width: 1024px) {
  .hiring-modal-container .modal-content {
    max-width: 70%;
    margin: 0 auto;
  }
}
.hiring-modal-container .modal-content .expert-detail-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hiring-modal-container .modal-content .expert-detail-container .name {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1.14px;
  color: #1c1c1c;
}
@media (min-width: 1200px) {
  .hiring-modal-container .modal-content .expert-detail-container .name {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.14px;
  }
}
.hiring-modal-container .modal-content .expert-detail-container .hourly-rate {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  letter-spacing: -1.14px;
  color: #1c1c1c;
}
@media (min-width: 1200px) {
  .hiring-modal-container .modal-content .expert-detail-container .hourly-rate {
    font-size: 20px;
    line-height: 25px;
    text-align: right;
    letter-spacing: -1.14px;
  }
}
.hiring-modal-container .modal-content .job-position {
  text-align: left;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #d1202d;
  margin-top: 2px;
  max-width: 90%;
}
@media (min-width: 1200px) {
  .hiring-modal-container .modal-content .job-position {
    font-weight: 700;
    font-size: 18px;
    line-height: 14px;
    margin-top: 5px;
  }
}
.hiring-modal-container .modal-content .form-heading {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1.14px;
  color: #1c1c1c;
  margin: 15px 0;
}
@media (min-width: 1200px) {
  .hiring-modal-container .modal-content .form-heading {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1.14px;
    color: #1c1c1c;
    margin: 30px 0;
  }
}
.hiringForm__formwrapper {
  background-color: #1e1e1e;
  padding: 50px 20px;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 4px 10px #0003;
  color: #fff;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper {
    padding: 50px 30px;
  }
}
.hiringForm__formwrapper--heading {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--heading {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--heading {
    line-height: 48px;
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.hiringForm__formwrapper--heading {
  color: #fff;
  text-align: center;
}
.hiringForm__formwrapper--info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--info {
    margin-top: 30px;
  }
}
.hiringForm__formwrapper--info-name {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--info-name {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--info-name {
    font-size: 24px;
  }
}
.hiringForm__formwrapper--info-rate {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--info-rate {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--info-rate {
    font-size: 22px;
  }
}
.hiringForm__formwrapper--designation {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--designation {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--designation {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.hiringForm__formwrapper--designation {
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--designation {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hiringForm__formwrapper--designation {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 22px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .hiringForm__formwrapper--designation {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--designation {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 26px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .hiringForm__formwrapper--designation {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 26px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .hiringForm__formwrapper--designation {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.hiringForm__formwrapper--form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.hiringForm__formwrapper--form input::placeholder,
.hiringForm__formwrapper--form textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form input::placeholder,
  .hiringForm__formwrapper--form textarea::placeholder {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--form input::placeholder,
  .hiringForm__formwrapper--form textarea::placeholder {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.hiringForm__formwrapper--form input::placeholder,
.hiringForm__formwrapper--form textarea::placeholder {
  font-family: Montserrat, sans-serif !important;
}
.hiringForm__formwrapper--form-formselectiongroup {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hiringForm__formwrapper--form-formselectiongroup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form-formselectiongroup p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--form-formselectiongroup p {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.hiringForm__formwrapper--form-formselectiongroup p {
  color: #fff;
}
.hiringForm__formwrapper--form-formselectiongroup .btn-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  column-gap: 2px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form-formselectiongroup .btn-group {
    row-gap: 20px;
    column-gap: 3px;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--form-formselectiongroup .btn-group {
    column-gap: 10px;
    row-gap: 20px;
    column-gap: 5px;
  }
}
.hiringForm__formwrapper--form-formselectiongroup .btn-group .select {
  position: relative;
}
.hiringForm__formwrapper--form-formselectiongroup .btn-group .select input {
  position: relative;
  display: none;
}
.hiringForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label {
  background-color: #fff;
  color: #000;
}
.hiringForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:hover,
.hiringForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:focus,
.hiringForm__formwrapper--form-formselectiongroup
  .btn-group
  .select
  input:checked
  + label:active {
  background-color: #fff;
  color: #000;
}
.hiringForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton {
  display: block;
  padding: 7px;
  border-radius: 40px;
  border: 2px solid #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.hiringForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton {
  font-size: 12px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    font-size: 18px;
    padding: 12px 16px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hiringForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .hiringForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    padding: 12px 20px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .hiringForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .hiringForm__formwrapper--form-formselectiongroup
    .btn-group
    .select__selectbutton {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.hiringForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton:hover {
  background-color: #494949;
  color: #fff;
}
.hiringForm__formwrapper--form-formselectiongroup
  .btn-group
  .select__selectbutton:active {
  background-color: #fff;
  color: #000;
}
.hiringForm__formwrapper--form-formgroup {
  width: 100%;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form-formgroup {
    flex-direction: row;
  }
}
.hiringForm__formwrapper--form-formgroup .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form-formgroup .form-inputs {
    width: 100%;
  }
}
.hiringForm__formwrapper--form-formgroup .form-inputs input,
.hiringForm__formwrapper--form-formgroup .form-inputs textarea {
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  width: 100%;
}
.hiringForm__formwrapper--form-formgroup .form-inputs input::placeholder,
.hiringForm__formwrapper--form-formgroup .form-inputs textarea::placeholder {
  color: #aaa;
}
.hiringForm__formwrapper--form-formgroup .form-inputs textarea {
  height: 150px;
}
.hiringForm__formwrapper--form-formgroup .form-inputs .error-message {
  display: none;
  color: #d1202d;
}
.hiringForm__formwrapper--form-formgroup.checkbox-group {
  display: flex;
  align-items: center;
}
.hiringForm__formwrapper--form-formgroup.checkbox-group input[type="checkbox"] {
  margin-right: 0.5rem;
}
.hiringForm__formwrapper--form-formgroup.checkbox-group label {
  font-size: 0.9rem;
  color: #aaa;
}
.hiringForm__formwrapper--form-formgroup2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form-formgroup2 {
    flex-direction: row;
  }
}
.hiringForm__formwrapper--form-formgroup2 .form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form-formgroup2 .form-inputs {
    width: 50%;
  }
}
.hiringForm__formwrapper--form-formgroup2 .form-inputs input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  width: 100%;
  height: 50px;
}
.hiringForm__formwrapper--form-formgroup2 .form-inputs input::placeholder {
  color: #aaa;
}
.hiringForm__formwrapper--form-formgroup2 .form-inputs .iti--allow-dropdown {
  width: 100%;
}
.hiringForm__formwrapper--form-formgroup2 .form-inputs #phone {
  padding-left: 50px;
  width: 100%;
}
.hiringForm__formwrapper--form-formgroup2.checkbox-group {
  display: flex;
  align-items: center;
}
.hiringForm__formwrapper--form-formgroup2.checkbox-group
  input[type="checkbox"] {
  margin-right: 0.5rem;
}
.hiringForm__formwrapper--form-formgroup2.checkbox-group label {
  font-size: 0.9rem;
  color: #aaa;
}
.hiringForm__formwrapper--form-formgroup2 .iti__country-list {
  background-color: #1c1c1c;
}
.hiringForm__formwrapper--form-checkbox-group {
  display: flex;
  flex-direction: row !important;
  justify-content: center;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form-checkbox-group {
    justify-content: start;
  }
}
.hiringForm__formwrapper--form button {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: Lato, sans-serif !important;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hiringForm__formwrapper--form button {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--form button {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.hiringForm__formwrapper--form button {
  font-family: Montserrat, sans-serif;
  padding: 0.8rem;
  font-size: 1rem;
  background-color: #d1202d;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media (min-width: 1024px) {
  .hiringForm__formwrapper--form button {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-family: Lato, sans-serif !important;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .hiringForm__formwrapper--form button {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .hiringForm__formwrapper--form button {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.hiringForm__formwrapper--form button:hover {
  background-color: #e31616;
}
.pagination-container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .pagination-container {
    margin-top: 50px;
  }
}
.pagination-container .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-container .pagination ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.pagination-container .pagination ul a {
  display: inline-block;
  cursor: pointer;
  margin: 0 3px;
}
@media (min-width: 768px) {
  .pagination-container .pagination ul a {
    margin: 0 5px;
  }
}
.pagination-container .pagination ul a li {
  list-style: none;
  border: 1px solid rgba(217, 217, 217, 0.8);
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  color: #626060;
  padding: 6px 11px;
}
@media (min-width: 768px) {
  .pagination-container .pagination ul a li {
    font-size: 16px;
  }
}
.pagination-container .pagination ul a li:hover,
.pagination-container .pagination ul a li.active {
  background-color: #d1202d;
  color: #fff;
}
.pagination-container .pagination ul a li.disabled {
  cursor: default;
  color: #787878;
  background: none;
  border: none;
}
.pagination-container .pagination ul .ellipsis {
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #626060;
}
.pagination-container .pagination .next-btn,
.pagination-container .pagination .previous-btn {
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #626060;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .pagination-container .pagination .next-btn,
  .pagination-container .pagination .previous-btn {
    font-size: 16px;
  }
}
.pagination-container .pagination .next-btn.disabled,
.pagination-container .pagination .previous-btn.disabled {
  cursor: default;
  color: #787878;
}
.case-study-voices {
  background-color: #f3f3f3;
  padding: 24px 0;
}
.case-study-voices__wrapper--txts {
  margin-bottom: 30px;
}
.case-study-voices__wrapper--txts-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #1c1c1c;
  text-align: start;
}
@media (min-width: 768px) {
  .case-study-voices__wrapper--txts-heading {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (min-width: 1024px) {
  .case-study-voices__wrapper--txts-heading {
    font-size: 42px;
    line-height: 52px;
  }
}
.case-study-voices__wrapper--txts-heading span {
  color: #d1202d;
  font-weight: 600;
}
.case-study-voices__wrapper--txts-desc {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: start;
  padding: 0;
}
.case-study-voices__wrapper--content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 45px 30px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  width: 100%;
  height: 100%;
}
.case-study-voices__wrapper--content-client-feedback {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .case-study-voices__wrapper--content-client-feedback {
    font-size: 22px;
    line-height: 33px;
  }
}
.case-study-voices__wrapper--content-client-info {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .case-study-voices__wrapper--content-client-info {
    font-size: 22px;
    line-height: 33px;
  }
}
.case-study-voices__wrapper--content-client-info .client-desc .client-name {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #1c1c1c;
  text-align: center;
}
@media (min-width: 1024px) {
  .case-study-voices__wrapper--content-client-info .client-desc .client-name {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.case-study-voices__wrapper--content-client-info
  .client-desc
  .client-designation {
  font-family: Lato, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #d1202d;
  text-align: center;
}
@media (min-width: 1024px) {
  .case-study-voices__wrapper--content-client-info
    .client-desc
    .client-designation {
    text-align: start;
    font-size: 20px;
    line-height: 30px;
  }
}
.accordion__accitem {
  padding: 20px 25px;
  margin-top: 20px;
  border: 0.5px solid #d1202d;
  border-left: 10px solid #d1202d;
  background: #d1202d0a;
}
.accordion__accitem--head {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  background: none;
  outline: none;
  padding: 0;
  margin: 0;
}
.accordion__accitem--head:hover,
.accordion__accitem--head:focus {
  cursor: pointer;
  color: #d1202d;
}
.accordion__accitem--head:hover:after,
.accordion__accitem--head:focus:after {
  cursor: pointer;
  color: #d1202d;
  border: 1px solid #d1202d;
}
.accordion__accitem--head[aria-expanded="true"] {
  color: #d1202d;
}
.accordion__accitem--head[aria-expanded="true"]
  .accordion__accitem--head-icon:before {
  display: none;
}
.accordion__accitem--head[aria-expanded="true"]
  .accordion__accitem--head-icon:after {
  display: block;
}
.accordion__accitem--head[aria-expanded="true"]
  + .accordion__accitem--accontent {
  opacity: 1;
  max-height: 5000px;
  transition: all 0.2s linear;
  will-change: opacity, max-height;
}
.accordion__accitem--head-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 22px;
}
.accordion__accitem--head-icon:before {
  display: block;
  position: relative;
  top: 6px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/plus-1-DVAhmOfj.svg) no-repeat center center;
  background-size: contain;
}
.accordion__accitem--head-icon:after {
  display: none;
  position: relative;
  top: 6px;
  content: "";
  width: 18px;
  height: 18px;
  background: url(/build/assets/minus-1-wYfMwk4z.svg) no-repeat center center;
  background-size: contain;
}
.accordion__accitem--head-accordiontitle {
  padding: 1em 1.5em 1em 0;
}
.accordion__accitem--accontent {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.2s linear,
    max-height 0.2s linear;
  will-change: opacity, max-height;
}
.accordion__accitem--accontent-text {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  margin: 10px 0 0;
}
* {
  box-sizing: border-box;
}
.slider-container {
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media (min-width: 768px) {
  .slider-container {
    margin-top: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .slider-container {
    margin-top: 8.125rem;
  }
}
.slider-container .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-container .swiper-container .swiper-wrapper {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}
.slider-container .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  flex: 1 0 auto;
  display: flex;
  align-items: stretch;
  height: auto;
}
.slider-container .swiper-container .swiper-wrapper .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 96%;
  box-shadow: 2px 2px 6px 2px #d1202d40;
  border-radius: 10px;
  border-bottom: 2px solid #d1202d;
  border-top: 2px solid rgba(209, 32, 45, 0.25);
  padding: 20px;
  background: #fff;
}
.slider-container
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  .content-container {
  width: 100%;
}
@media (min-width: 768px) {
  .slider-container
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    a
    .content-container {
    width: 100%;
  }
}
.slider-container
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  .content-container
  .project-name {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #1c1c1c;
}
@media (min-width: 1024px) {
  .slider-container
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    a
    .content-container
    .project-name {
    font-size: 30px;
    line-height: 40px;
  }
}
.slider-container
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  .content-container
  .project-page-title {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #626060;
}
@media (min-width: 1024px) {
  .slider-container
    .swiper-container
    .swiper-wrapper
    .swiper-slide
    a
    .content-container
    .project-page-title {
    font-size: 20px;
    line-height: 30px;
  }
}
.slider-container
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  .content-container
  img {
  width: 100%;
  border-radius: 10px;
}
.slider-container .swiper-container .swiper-button-next,
.slider-container .swiper-container .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
  display: block;
  filter: hue-rotate(160deg);
}
.slider-container .swiper-container .swiper-button-prev {
  left: 10px;
}
.slider-container .swiper-container .swiper-button-next {
  right: 10px;
}
.slider-container .swiper-container .swiper-button-disabled {
  display: none !important;
}
.blog-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 768px) {
  .blog-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .blog-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-container .blog-card-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-container .blog-card-item {
    box-shadow: none !important;
    border: 1px solid #f3f3f3;
  }
}
.blog-container .blog-card-item {
  border: 1px solid #f3f3f3;
}
.blog-container .blog-card-item:hover {
  box-shadow: 0 12px 30px #0000001a;
}
.blog-container .blog-card-item .blog-card-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-container .blog-card-item .blog-image {
  position: relative;
  width: 100%;
  height: 220px;
  padding: 16px;
  overflow: hidden;
  border-radius: 16px;
}
.blog-container .blog-card-item .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}
.blog-container .blog-card-item .blog-image .image-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 60%);
  z-index: 1;
}
.blog-container .blog-card-item .blog-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
}
.blog-container .blog-card-item .blog-details .blog-category {
  margin-bottom: 12px;
}
.blog-container .blog-card-item .blog-details .blog-category .category-badge {
  display: inline-block;
  padding: 4px 12px;
  background: #fdf2f2;
  color: #d1202d;
  border-radius: 8px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.blog-container .blog-card-item .blog-details .blog-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Montserrat, sans-serif;
}
.blog-container .blog-card-item .blog-details .blog-description {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 12px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Lato, sans-serif;
}
.blog-container .blog-card-item .blog-details .author-section {
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
  margin-bottom: 16px;
}
.blog-container .blog-card-item .blog-details .author-section .author-main {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-avatar
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details
  .author-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
  width: 100%;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details
  .author-top-row
  .author-name {
  font-size: 12px;
  font-weight: 700;
  color: #2c3e50;
  font-family: Montserrat, sans-serif;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details
  .author-top-row
  .blog-meta
  .meta-item {
  font-size: 12px;
  color: #7f8c8d;
  display: flex;
  align-items: center;
  gap: 3px;
  font-family: Lato, sans-serif;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details
  .author-top-row
  .blog-meta
  .meta-item
  .calendar-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.blog-container
  .blog-card-item
  .blog-details
  .author-section
  .author-main
  .author-details
  .reviewer-info {
  font-size: 12px;
  color: #7f8c8d;
  font-family: Lato, sans-serif;
}
.blog-container .blog-card-item .blog-details .card-action .btn-read-more {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 12px;
  border: 1px solid #d1202d;
  color: #d1202d;
  border-radius: 12px;
  font-family: Lato, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-container
  .blog-card-item
  .blog-details
  .card-action
  .btn-read-more:hover {
  background: #d1202d;
  color: #fff;
}
.blog-container .no-blogs-container {
  grid-column: 1/-1;
  text-align: center;
  padding: 60px 20px;
  background: #f8f9fa;
  border-radius: 20px;
  color: #666;
  font-size: 18px;
}
